RE: embedded PHP in HTML

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Try something like this:

<script language="php" runat="server">
    echo ("hello there");
</script>
 

-----Original Message-----
From: Ahmad Khashan
To: php-windows@lists.php.net
Sent: 12/12/2003 2:04 PM
Subject:  embedded PHP in HTML

I am trying to get this code to work: 
<html>
<head>
</head>
<body>
<p>trying to call PHP.</p>
<script language="php" runtat=server>
    echo ("hello there");
</script>
</body>
</html>

 

The PHP code is not executed. Any way to get this to work?. BTW, I can
execute PHP files if i use the form....action...submit route.

Many thanks....


---------------------------------
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux