Member
Member
boo   2009-02-12, 09:39
#1

Hi,
I do not know PHP, I have put the image description inside it's own Div.

Can you please tell me the php code to test if the description is not blank and therefore display the Div.

Otherwise I get unnecessary space between the element above and below.

Mant thanks.

Administrator
Administrator
acrylian   2009-02-12, 12:19
#2

$desc = getImageDesc(); if(!empty($desc)) { ; } for example. I suggest you start learning some php basics..:-)

Member
Member
boo   2009-02-12, 23:13
#3

Hi, thankyou.

Yes I need to get a good php book, might be easier to learn japanese tho looking at php code lol.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.