Page 1 of 1

please help me urgent!!!!

Posted: Thu Mar 18, 2004 4:24 pm
by edwardlee
i get an error when i surf my .php file in deck-it program, and also when i'm using wap-enable mobile.

Error Deck-it
===========
Couldn't open socket: invalid argument

Error Mobile
=========
No Response, Try Again
---------------------------------------------------

i'm looking in error log file, it seems like ERROR in $SERVER_NAME, $SCRIPT_NAME, bindata.....etc

how can i solve it?

Posted: Fri Mar 19, 2004 5:52 am
by twigletmac
Update the script to use variables like $_SERVER['SERVER_NAME'], $_SERVER['SCRIPT_NAME'] - have a read of:
http://php.net/reserved.variables

Mac