I don't really understand why I'm getting this error

Warning: include() [function.include]: Failed opening ‘/registerform.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/a1146222/public_html/register2.php on line 14

It’s uploaded to my files, but it keeps giving me this error.

clearly the filee /usr/local/lib/php/registerform.php doesn’t exist. Try:

[php]
include("./registerform.php");
[/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service