PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I want to be able to apply a css style to this and/or some html stuff (ie. <table cellpadding="3"><tr><td class="sumptin">Thank you! Information entered.</td></tr></table> )
echo '<table align="center" cellpadding="3"><tr><td align="center" class="graybold">Thank їcolor=#FF0000]їb]"$first_name"ї/b]ї/color] you for voting!</td></tr></table>';
I want to put the user's name in the above area captured from a form field on the page. Can you put an echo in an echo?
echo '<table align="center" cellpadding="3"><tr><td align="center" class="graybold">Thank you '.$_POSTї'first_name'].' for voting!</td></tr></table>';