I am lost on what to put in the first line of my code here. If i have any form of text in my field i want it to output <p> say hi! </p> What would i put in my first line of code to make that true? If there is text this will be true if there is no text it will be ignored.
<?php if ($row['userid'] == What do i put here? ): ?>
<p> say hi! </p>
<?php endif; ?>
I know how to do it with number values but not text. So im stuck.
You can do