I need to do an HTTP post from a PHP script; I want to set username=.
What is the correct way to do this in PHP?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administr
I need to do an HTTP post from a PHP script; I want to set username=.
What is the correct way to do this in PHP?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrat
I have a 2-d array:
$list[$ctr]["username"]
$list[$ctr]["county"]
$list[$ctr]["age"]
$list[$ctr]["id"]
$list[$ctr]["days"]
I need to sort by days, which is an integer. What function should I use?
E.g.,
$list[0][mark]
$list[0][somewhere]
$list[0][12]
$list[0][1]
$list[0][200]
$
I need to find the number of days between a date in the past and todays date. Does PHP
have a function to do this, or do I need to write my own?
-- Random (non-anti-Microsoft) fortune
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
4 matches
Mail list logo