|
PHP code snippet, that is. :taz:
I want to be able to have a form with 3 string inputs,
then put them into an array for storage,
and then use the parts of the array in HTML output.
I think I know some basics, such as:
$variable = array ('aaa','bbb','ccc');
But how to get it to output this:
<a href="aaa" alt="bbb">ccc</a>
? Thats what I can't find on google searching for php arrays. I've been at it a waking day now. ARgh.
Someone please point me in the right direction, and then kick me in the *** so that I can get there faster.
thanks.
|