![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveExecute command from array
From: Dave Thomas <gentso@hotmail.com>
Date: Thu Aug 11 2005 - 21:44:33 CEST
I have an array, say something like this (to build a form):
$commands = array(
Only it will have many more entries. I want to cycle through the array,
Right now I am doing it something like this:
echo "<tr><td>Start date</td><td>";
Because this is going to have many entries in it, it is getting very
Any ideas?
|