Thread
:
PHP->HTML or HTML->PHP
View Single Post
#
14
03-26-2005, 04:15 PM
atholon
"ath-hole"
Join Date: Jan 2003
Location: Failville.
Posts: 11,357
To post HTML inside of PHP it has to be like
PHP Code:
<?php
echo (
"<html><img=\"yousuck.gif\"></html>"
);
?>
__________________
Last edited by atholon; 03-26-2005 at
04:26 PM
.
atholon
View Public Profile
Visit atholon's homepage!
Find all posts by atholon