Hi, I only want some lines of code to execute at certain times, like a line echoing(printing something) to only show up if the database property is NOT blank.
So like if they dont enter their AIM into the form, then the aim icon doesnt show up.
Would it be like...
if ($aim != "") print "<img src="aim icon">
then just the next line here?
Or how would I do it..
Any help != appreciated.