Sunday, April 1, 2012

php doesn't creates html tags...

Problem
php doesn't creates HTML tags...

Impact
The output is not perfect.

Solution
Whenever you want to create an HTML tags with the php script don't ever forget to echo out the string.
if you don't echo out the tag it will show you an error on the page.

and never try to echo out the php script because php doesn't recognize the php script that is in the echo and quotes.

No comments:

Post a Comment