View Single Post
Old 06-15-2005, 10:44 AM  
MickeyG
Confirmed User
 
Join Date: May 2004
Location: South Florida
Posts: 4,134
Quote:
Originally Posted by KMR Stitch
Code:
<?
    echo 'hello world 1<br>';
?>
 
<script language="php">
    echo 'hello world 2<br>';
</script>
 
<%
    echo 'hello world 3<br>';
%>
I wouldn't hire this guy, his code doesn't even work
MickeyG is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote