Erik Gjertsen wrote

<html>
<head>
<title> <? echo $page_title; ?> </title>
</head>
<body>
?php
$page_title = "Welcome";
?>
<h1> Now you see it </h1>
</body>
</html>
________________
Rev. Raja shahed








>-----Ursprüngliche Nachricht-----
>Von: Erik Gjertsen [mailto:[EMAIL PROTECTED] 
>Gesendet: Samstag, 8. Mai 2004 00:36
>An: [EMAIL PROTECTED]
>Betreff: [PHP] page_title
>
>
>I have write following code:
><?php
>$page_title = "Welcome";
>?>
>
>But I can not see Welcome on top of the page.
>Can someone tell me why I not can see it?
>
>Thanks
>Erik Gjertsen
>
>-- 
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>
>

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

Reply via email to