Hello,
My site collection of Sharepoint sites is in a hosted environment where I do not have access to any of the infrastructure in which it is housed on. I'm looking to take a backup of all of our sites, all of the content, our users, etc. Is there a way to do this aside from Sharepoint...
Hi,
Here is the way the $login is being referenced:
if ($login=='SEND')
{ //check password and user id
//if password ok start session and run crs select form
//else out put error and run login form again
$userId=HTMLSpecialChars($userId);
$password=HTMLSpecialChars($password)...
Hello,
I have a simple web form that is populating a login variable with a value of "SEND". However, in my current version of PHP, 5.2.5, it is not populating, but in the older version which the application was built upon, it is. Does anyone know what could be causing something like that. Below...
Hello,
Does someone know how to get the previous day's date in MMDDYY format? I am writing a script that will move an IIS log from one server to another so my web analytics product can analyze the log. Our logs rotate at midnight, at midnight tonight, our logs will rotate and the new log will...
I'm such a moron. That was exactly correct. I couldn't remember what I needed to do for that. Thank you very much for refreshing my memory George! Much appreciated.
~Sheel
Hello,
I would like to backup my SQL server 2000 database, but without the data, basically only keeping the building of the tables and all relationships, etc. Can this be done?
Thanks in advance,
Sheel Shah
I can't see anywhere that it is calling the send command twice.
It generates the email based on the responses in the web form just above the code I've attached, and then sends it out when the user clicks the "submit" button on the web form.
Thanks,
Sheel
Hello,
I am new to coding in vb.net and have run into an issue with some code
that I am looking over. This is a webform that is filled out and once
it is filled out, it takes the responses from the form and appends it
to an email which it then sends out to one specific user (for testing...
Hello,
I have a feeling this is a very simple issue.
I am trying to insert a bunch of carriage returns into the textbody of my CDOSYS email that I am generating in one of my vbscripts. The CDOSYS line that I have is this:
objEmail.Textbody = "Here are the Results of the daily download...
Hello everyone,
After doing further research, it is not possible to simply copy the database dump into a query analyzer on SQL 2005. A conversion software appears to be required. Here's one I found:
http://www.convert-in.com/sql2mss.htm
Thanks anyways,
Sheel
Hello,
Is there a way to restore a mySQL database dump file onto a SQL server 2005 database? I assume the database I'm restoring needs to be created, but the steps to restore the backup, I'm not sure.
Thanks,
Sheel
Hello, I have a small snippet of code that isn't functioning the way I expected it to, after migrating the website from a Linux box to a windows server. I previously did post this on the PHP forum, but they feel this is a javascript issue, so I'm posting here. Below is that snippet of code...
Hello, I have a small snippet of code that isn't functioning the way I expected it to, after migrating the website from a Linux box to a windows server with PHP 5.2.5. Below is that snippet of code:
<?php
...code that is working ok...
for($i = 0; $i <= $numberOfDays; $i++){
$thisDiv =...
Hello all,
I am very new to SQL server 2005, and have been tasked with scripting out a database restore into SQL server 2005. I am using a batch file which is executed on the SQL Server 2005 machine to copy the database backup from the remote machine (SQL server 2000 standard) to the local...
Hello,
Is it possible in regexp to replace different strings with different values? For instance, I am reading a URL to a specific file, and I am changing it into a corresponding folder path. So with the input file looking like this:
http://www.sheel.org/styles/style.css...
Hello,
I would like to do a simple task that entails checking to see if a specific drive mapping exists, remove that mapping, and then re-map those letters to a new path. Does anyone know how this can be done in VBscript? It is probably better explained in this pseudo code...
If Network drive...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.