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