php isnt working?!!

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
[Onizuka-Eikichi]
-


Joined: 14 Dec 2003
Posts: 2

PostPosted: Sun Dec 14, 2003 9:06 am    Post subject: php isnt working?!! Reply with quote

why doesnt some php scripts work on the abyss server which works on my host i am using rite now?? (both hav the same php version)
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Dec 14, 2003 10:12 pm    Post subject: Re: php isnt working?!! Reply with quote

[Onizuka-Eikichi] wrote:
why doesnt some php scripts work on the abyss server which works on my host i am using rite now?? (both hav the same php version)

"Doesn't work" isn't a description of a problem. Can you please be more precise when explaining your problem?

Second, most web hosts configure PHP to maintain compatibility with the old versions (you don't even know it). But when you install PHP, you need to enable that compatibility to make some scripts work.

Open PHP.ini and locate the line:

Code:

register_globals=off


and change it to:

Code:

register_globals=on


More information can be found about register_globals in this forum. By the way, the problem is not with Abyss, it is a PHP configuration issue you should be aware of.[/code]
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group