Re: variable problem in address book script
- From: "Mr. Newt" <lektrikpuke@xxxxxxxxxx>
- Date: Mon, 1 Jan 2007 13:53:47 -0500
J.O. Aho" <user@xxxxxxxxxxx> wrote in message
news:4vsvi3F1d30ihU1@xxxxxxxxxxxxxxxxxxxxx
Mr. Newt wrote:
The only error message I get now is "PHP Warning: Module 'mysql' already
loaded in Unknown on line 0."
This seems to be misconfiguration of the php.ini on your microsoft box.
However, add, edit still don't work. I receive an error message saying
page can't be displayed and the url shows PHP_SELF (it shows the correct
directory before that). Should I change
Noticed that the script isn't well written, I guess someone just written
it out of memory and not that good at PHP.
There are places where you have
echo 'PHP_SELF';
which should be
echo $_SERVER['PHP_SELF'];
I would suggest you worked on the GNU/Linux box, as PHP is better
configured by default.
--
//Aho
Thanks for the help guys. I'm sorry for wasting your time, but I'm going to
find another script that hopefully works out of the box instead of trying to
fix old stuff. It's definitely been a learning experience, so it hasn't all
been a waste of time (on my part).
Thanks again.
Robert
.
- Follow-Ups:
- Re: variable problem in address book script
- From: Geoff Berrow
- Re: variable problem in address book script
- References:
- Re: variable problem in address book script
- From: J.O. Aho
- Re: variable problem in address book script
- From: Mr. Newt
- Re: variable problem in address book script
- From: Geoff Berrow
- Re: variable problem in address book script
- From: J.O. Aho
- Re: variable problem in address book script
- Prev by Date: Re: variable problem in address book script
- Next by Date: Re: variable problem in address book script
- Previous by thread: Re: variable problem in address book script
- Next by thread: Re: variable problem in address book script
- Index(es):
Relevant Pages
|
|