|
Mike is right above, if it's your box change the value in php.ini
If it's a host where you don't have access try putting in your php file
ini_set('allow_url_fopen', TRUE);
however there are a few settings ini_set doesn't have permission to change and this *may* be one of those.
However, I recommend using Smarty or another template engine for PHP to begin with, so you keep your PHP and HTML nice and clean and seperate.
__________________
Skype variuscr - Email varius AT gmail
|