| 
	
 | 
 Posted by Mr. Newt on 01/01/07 18:53 
J.O. Aho" <user@example.net> wrote in message  
news:4vsvi3F1d30ihU1@mid.individual.net... 
> 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
 
  
Navigation:
[Reply to this message] 
 |