I would like to know, what could be the reasons for php that stop working suddenly?
My back-end provider was updating something when php stop working.
Please help me...
DavidU
11-14-2001, 05:54 AM
we need WAY more info then that if you want out help.
System type, what was being updated, what doesnt' work, etc, etc, etc. AS MUCH AS YOU CAN tell us.
you do realize you told us NOTHING that helps us help you, right?
-davidu
EdikonHosting
11-15-2001, 07:54 AM
What do you see that makes you think it's not working? Have you tried to load a phpinfo page? Do this:
1. Create a file (e.g. phpinfo.php) in a web-accessible directory. Probably some site's public_html directory.
2. In the file type this:
<?php
phpinfo();
?>
3. Point your web browser to the file. (i.e. http://yourdomain.com/phpinfo.php).
What do you see?
Please provide more information and it will be easier to help you.
bobcares
11-26-2001, 05:27 AM
maybe the backend provider removed php :(
The best thing to d is ask what the back end provider was doing..
Amar