Re: [PHP] cuRL script won't submit

2008-04-02 Thread Test User
many thanks.. I have been working on this for weeks! now I have to figure out how to extract that dynamic URL from the form before I post.. - Original Message From: Daniel Brown <[EMAIL PROTECTED]> To: Test User <[EMAIL PROTECTED]> Cc: php-general@lists.php.net Sent: Wednes

Re: [PHP] cuRL script won't submit

2008-04-02 Thread Test User
I added more info below and corrected the spelling of a word - very sorry to add more to your already full mailbox why will this script not submit the form - it does input data into the form - but not submit it. below is the script and then the html form.. thanks #!/usr/bin/php http://192.168.1

[PHP] cuRL script won't submit

2008-04-02 Thread Test User
why will this script not submit the form - it does input data into the form - but not submit it. below is the script and then the html form.. thanks #!/usr/bin/php http://192.168.10.10/?link=answer&l=c&qid=25AA98zRa";;); curl_setopt ($ch, CURLOPT_POSTFIELDS, "link=answer&qid=25AA98zRa&.crumb=x88

Re: [PHP] hello world == 0 ?

2004-03-09 Thread test
many thanx Am Di, 2004-03-09 um 15.27 schrieb Tom Rogers: > Hi, > > Wednesday, March 10, 2004, 12:22:08 AM, you wrote: > t> why is var_dump( 0 == 'hello world') TRUE and not FALSE? > > > because 0 is integer and the integer value of 'hello world' is 0 so > they are equal. http://jessikak.de

[PHP] hello world == 0 ?

2004-03-09 Thread test
why is var_dump( 0 == 'hello world') TRUE and not FALSE? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php