Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
according to my work mate Sam, I have broken php.
this coming from a c, c++ and (shudder)ASP guy.
so all of php'dom is now broken,
damn infinite loops.
Last edited by phpScott on Thu Nov 25, 2004 9:44 am, edited 1 time in total.
<?php
do
{
stuff
while(condition and condition)
{
//it really helps not to mess with the condition to much here.
more stuff
if(condition)
{
do other stuff
}
}
more stuff
f(condition)
{
yet more silly stuff.
}
}while(condition)
?>