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?



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

Reply via email to