In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> I have two php scripts being included on my website.
> 
> one is a switch statement used for page navigation, and the other is an
> elseif used to display different html code based on the value of a variable
> (different on each page)
> 
> My apache server keeps freezing up and my hosting company tells me that the
> child processes arent dieing off, requiring me to call them everytime I need
> to restart the server.
> 
> What could be causing this? Is theree a better way to display dynamic
> content besides an elsif statemet?

Without seeing your script, my advice would be to check the logic of your 
program flow; it may be that you are getting into an unexpected loop.

-- 
David Robley
Temporary Kiwi!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to