I am quite new so please take it easy on me
And yes, I tried Googling but I couldn’t figure out the keywords or there wasn’t any topics about this anywhere.
So I am writing an easy page for studing SQL and PHP together. In SQL I have a small database, with user id, name, twitter and facebook addreses. My question is, how to detect if an field is empty and not display the hyperlink if its empty?
[php]<img src"twitter.png">[/php]
So basically it would just not show the twitter picture
Thanks!