Posted by Nitrous on 10/10/93 11:33
Hi I can't find info on how to achieve the following: I want to increment through the variable names I've already set. Specifically $general_image1, $general_image2 & $general_image3 I need something like this code (that works !!) for($i=1; $i<4; $i++) { if($general_image[$i] != " ") { blah blah... } } Regs Nitrous
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming