![]() |
re run PHP if ($row == NO)
Hi i am looking for away to re-run the PHP (without a page reload) if the if statement does not = what I want it to =.
I have googled, binged and yahooed but no answer that helped. |
There are a few ways to get code to repeat if a condition is not met, to name a few:
While, do while, for. While: PHP Code:
|
Quote:
|
If you want it to repeat if row is NO, then I assume you will want to do it once no matter what. This would be a job for do while.
PHP Code:
|
| All times are GMT. The time now is 12:23 PM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0