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 IamaSherpa 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. owenewo

    How to use Post Method in php program

    here is the question, How to use Post form without the click from user? since it's in a program, and can not get click from user.
  2. owenewo

    How to use Post Method in php program

    If I use header command in the php program, I can transfer data to another site by Get method as following. <? header("Location:https://www.mysite.com/test.php?a=1"); ?> But, how can I use post method to do same thing? since if it's a secured site, I don't want people to see the parameters...
  3. owenewo

    how to use date_add in mysql, please help

    i know to use it like this: SELECT DATE_ADD('1998-01-01 00:00:00', INTERVAL '1 10' DAY_HOUR) then, it will add 1 day and 10 hours to the datetime. but if I have a table called time with two fields, days and hours, how can i usr it? does it look like this? SELECT DATE_ADD('1998-01-01...

Part and Inventory Search

Back
Top