|
Stupid PHP Question
Here's a stupid question for everyone regarding php.
I've got an if statement that needs to print out different messages based on the result of the statement.
What I'd like to do is format (color, font, etc) the printed statement, but print() won't let me put any html in the line.
Any ideas?
D
|