Re: [PHP] Dynamic Form checking
if $quantity isn't filled you get NULL or FALSE. so you could use: if ($_POST['variable']) etc. Try posting less code and more question to the list. Nobody's going to wade through 5 pages of code to analyze it and give you an answer. -Dan On Mon, 2003-09-08 at 03:41, Aris Santillan wrote: >
[PHP] Dynamic Form checking
hi this is the dynamic forms for($s=0;$s<$num;$s++) { $result = mssql_fetch_array($query); $result[2] = number_format($result[2]