please help me urgent!!!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
edwardlee
Forum Newbie
Posts: 1
Joined: Thu Mar 18, 2004 4:24 pm

please help me urgent!!!!

Post 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?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Post Reply