Thread: need php guru
View Single Post
Old 09-04-2009, 04:06 PM  
Varius
Confirmed User
 
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
Since you didn't specify which allow_url line you have set to true, check if both of these are:

allow_url_fopen = 1
allow_url_include = 1

I think since 5.2.0 the second one is now disabled by default.

Also, if you don't need to execute code and are simply including something for output, you're better off (more secure) with say file_get_contents() or other similar methods.
__________________
Skype variuscr - Email varius AT gmail
Varius is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote