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 Shaun E 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. StargazeR82

    rsync to mirror two servers

    I hear that you can use rsync to mirror two servers to create a redundant system. Is this true? And if so could someone give me an example how they have done it in the past? These are two cobalt raq4 web servers.
  2. StargazeR82

    Using OnClick event on a Submit Button

    I'm using ASP/VBScript. I want to put a form value into an ASP Session variable when the submit button on the form is clicked. Is this possible? I thought that the onclick event had to be executed on the client side to work and therefore ASP code that is executed on the server side wouldn't...
  3. StargazeR82

    FTP users can't see each others files

    Ok, here's the deal. I have an web server that we are ftp-ing files to. i can upload the files as admin and it works just fine as far as the web site is working etc. Problem is, the user that is 'supposed' to be uploading and administering this site can't see the files that I uploaded when he...
  4. StargazeR82

    email accounts being used to send mail

    What does a question mark after and email address followed by another completely separate email address mean. Some one is using the computers on our network to do some squirrly stuff and they are sending junk mail to each other too. Recommendations?
  5. StargazeR82

    Need mysqldump help FAST!!

    I'm trying to do a restore and I get the error 1065 at line 26: Query was empty. What should I do. This is really critical.
  6. StargazeR82

    Help dealing with a date string

    I'm using a MySQL backend with ASP/VBScript. On an update page for orders there are several dates. When viewed on the page, the data is in the format mm/dd/yy. But for it to be input into the database, it must be in the format yyyy/mm/dd. So when you go to update a record, you see the date...
  7. StargazeR82

    Problems handling dates using MySQL backend

    I'm using MX to develop a web interface for a MySQL backend. MySQL wants dates in the format yyyy/mm/dd. When I show an update page for an order, it shows me the date in the format mm/dd/yy. If you update the order and just leave the date the same...it won't take the date b/c it's no longer in...
  8. StargazeR82

    How do I execute ASP when submit button is pressed

    I need to execute two asp functions when the submit button on a form is pressed. Can't get it to work. Any ideas or examples?
  9. StargazeR82

    How to do client side adding of form fields before submission

    If I have two fields on a form, and need to add them together and place the sum in another field in the form automatically so the user can see the total before submission, how would I do that?
  10. StargazeR82

    Need help with an if statement

    I'm new to VBScript and I need to write this code in a hurry. It's for an ASP Page, and basically I need it to check to see if there is a query string passed to it and if so to execute an ASP statement and otherwise not to execute it. Any help would be appreciated.
  11. StargazeR82

    Need to populate Menu Box

    How do I go about making the possible values for a menu box in a form dynamic( where I can populate the list with values from the database )?
  12. StargazeR82

    Only one insert record server behavior?

    Why can you only have one insert record server behavior per page? I need to insert into two tables from one form? Any idea on how to do this?
  13. StargazeR82

    Two DNS Servers with one static IP

    How would I go about setting up two dns servers if I have one static IP address assigned from my ISP? My router is running NAT and has pinholes on given ports. Port 53(dns)is pointed to my primary server. Is it possible to set up a second dns server behind the router? If so, how? Thanks.
  14. StargazeR82

    FTP Problems

    What could cause an ftp server to be very slow to respond? Everything else on my server seems to be working fine but ftp is taking forever and sometimes just timing out.
  15. StargazeR82

    Multiple Insert Buttons

    How do you go about using multiple insert buttons for the same form? What I mean is I want each of three submit buttons to take the user to a different page based on which one they click, and I want the data to be passed to the page they select. Any ideas?
  16. StargazeR82

    Multiple Table Insert

    If I use the record insertion live object, it only lets me input data for one table at a time. Is it possible to have data fields from multiple tables on the same insertion page?
  17. StargazeR82

    Making a form autofill?

    Does anyone know how to make a form fill in on the fly based on some query result? ex. I punch in a phone number in the top field of a form, the query occurs, and the rest of the form fills out if that person is already in the database?
  18. StargazeR82

    Best way to store phone numbers?

    I defined my phone number fields as varchar(15). If I punch in a number such as 2055576879, then this works fine. If I punch it in as 205-557-6879, then it performs subtraction for the dashes and comes up with a negative four digit number. I wasn't aware that this was possible in a varchar...
  19. StargazeR82

    Uploading and Storing Images in a MySQL database

    Does anyone know how to go about uploading and storing images in a MySQL database? What datatype to use and how to build the upload page, etc. in Ultradev?
  20. StargazeR82

    Storing Images in MySQL

    I need to be able to store an image file (.jpg) with each of my product records in my database. What is the best way to go about this? Any help appreciated.

Part and Inventory Search

Back
Top