C
Christine
Guest
...php problems.? I am having trouble with a specific code of php:
define("DB_SERVER", "localhost");
The code is part of a login capability on my webpage. Why does it not like this code? and what do I need to do to make it work.
define("DB_SERVER", "localhost");
The code is part of a login capability on my webpage. Why does it not like this code? and what do I need to do to make it work.