Styling an If Else Statement

Posted by ThatMacLad on Stack Overflow See other posts from Stack Overflow or by ThatMacLad
Published on 2010-04-20T18:31:48Z Indexed on 2010/04/20 18:33 UTC
Read the original article Hit count: 206

Filed under:
|
|

I know that it's not possible to style any given PHP but I do know that it is possible to style the output HTML that the PHP provides you with. I was wondering if there was any method available for me to use that would enable me to style the output from my IF ELSE statement.

if ($result != false) {
    print "Your entry has successfully been entered into the blog.";
}

© Stack Overflow or respective owner

Related posts about php

Related posts about css