Chris W. Parker <>
    on Monday, March 01, 2004 11:14 AM said:

> i think i see some code in that jungle. allow me to clean it up a bit!
> 
> while ($result = mysql_fetch_array($dbresult_riderlist)) {
>       echo <<<QQQ
>  <tr>
>   <td>
>    <input type="hidden" name="rider_id[]"
> value="{$result['rider_id']}" />
>    <input type="text" name="rider_name[]"
> value="{$result['rider_name']}" size="15" />
>   </td>
>   <td><input type="text" name="rider_license_cat[]"
> value="{$result['rider_license_cat']}" size="3" /></td>
>   <td><input type="text" name="comments[]"
> value="{$result['comments']}" size="20" /></td>
>   <td><input type="file" name="image[]" value="{$result['image']}"
> size="10" /></td>
>   <td>Edit: <input type="radio" name="edit_rider_action[]"
> value="edit" />
>    Delete: <input type="radio" name="edit_rider_action[]"
> value="delete" /></td>
>  </tr>
> 
> QQQ;
> }

mind the wrap!



c.

p.s. get it? get it?

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

Reply via email to