I'm having problems using a login script that uses the code
require_once('db.php')
I think this is supposed to be a preloaded script on the server( the pear:
B)
The error message told me to include this path:
/x10hosting/php2/lib/php
so i typed in
require_once( '/x10hosting/php2/lib/php/db.php' )
which didn't do anything different.
am i doing something wrong?
require_once('db.php')
I think this is supposed to be a preloaded script on the server( the pear:
The error message told me to include this path:
/x10hosting/php2/lib/php
so i typed in
require_once( '/x10hosting/php2/lib/php/db.php' )
which didn't do anything different.
am i doing something wrong?