Man-wai Chang schrieb:
> I hit the script by http://server/haha.php?ip=192.168.1.1
> 
> But the script entered an endless loop. What's wrong?
> 
> 
> 
> ------------------------------------------------------------------------
> 
> <html><head></head>
> <body onload=document.myform.submit()>
This is causing the reload.

It says : everytime page loads submit the form.
And since submitting a form is like reloading a page it will go over and
over again.

-- 
Smileys rule (cX.x)C --o(^_^o)
Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o)

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

Reply via email to