Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Steel811

    Backup WSS 3.0 site without access to server

    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...
  2. Steel811

    Form not populating variable

    That looks like it worked! Thanks Phil. the site still isn't working, but I'm at least moving along! Thanks again! Sheel
  3. Steel811

    Form not populating variable

    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)...
  4. Steel811

    Form not populating variable

    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...
  5. Steel811

    Get previous days date in MMDDYY format

    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...
  6. Steel811

    Backup database without data

    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
  7. Steel811

    Backup database without data

    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
  8. Steel811

    web form sending two emails out, only should send one.

    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
  9. Steel811

    web form sending two emails out, only should send one.

    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...
  10. Steel811

    Insert Carriage return into CDOSYS message body

    Thanks Swi. I ended up finding the HTMLBody option in CDOSYS as well and used that. It now works perfectly! Thanks again! Sheel
  11. Steel811

    Insert Carriage return into CDOSYS message body

    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...
  12. Steel811

    restore mySQL on SQL server

    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
  13. Steel811

    restore mySQL on SQL server

    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
  14. Steel811

    issue with Greying out field in javascript

    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...
  15. Steel811

    microtime issue with javascript and HTML

    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 =...
  16. Steel811

    Call SQL query from bat file on SQL server 2005

    Jason, Thank you very much for your assistance, this command worked perfectly! Sheel
  17. Steel811

    Call SQL query from bat file on SQL server 2005

    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...
  18. Steel811

    Using one regexp to replace multiple strings

    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...
  19. Steel811

    If network drive exists

    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...
  20. Steel811

    Split excel spreadsheet on lines

    To be honest, I haven't developed any code, as I have no clue even where to start, other than defining the excel object. Sorry... Sheel

Part and Inventory Search

Back
Top