View Single Post
Old 06-15-2005, 10:01 AM  
KMR Stitch
I am cool
 
Join Date: Jul 2003
Posts: 14,494
Quote:
Originally Posted by TeenGodFather
echo "Hello world";

When do I start?
Code:
<?
    echo 'hello world 1<br>';
?>
 
<script language="php">
    echo 'hello world 2<br>';
</script>
 
<%
    echo 'hello world 3<br>';
%>
KMR Stitch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote