Quick interjection...
I have been working on an SQL/PHP problem for a while, and this last post has given me a new idea...
can I ask what the "corrrect" syntax is for a single array?
Here is what I am looking at, please correct or confirm for me:
PHP Code:
$name = array (name1, name2, name3, name4);
//later on in the source...
value = ?first_name : $name;
What I am trying to get around is the *:* means either/or, so by making the other option an array, I could have more choices added to the second half, yes?
Bookmarks