fopen($query,"r')

Status
Not open for further replies.

norendas93

New Member
Messages
1
Reaction score
0
Points
0
Dear sir,

I am having trouble running fopen() command in your server, is it globally disabled, if so then what is the alternative, as the same code is running smoothly in my local webserver running apache and php5

Regards

Noren Das
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
If you are requesting an external file (ie a webpage), outgoing port 80 has been blocked.

Otherwise, it is a good idea to

echo "\$query is equal to $query" ;

to make sure that your variable has the correct info.
 
Status
Not open for further replies.
Top