Take a look at auto_prepend_file within php.ini
Bobby Rahman wrote:
***
This Message Was Virus Checked With : SAVI 3.66 February 2003
Last Updated 2nd April 2003
**
> -Original Message-
> From: Bobby Rahman [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2003 11:25 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] RE: [newbie] embed php in html file
>
> I have a header.php :
> session_start();
> echo " colo
Hiya
I need advice for an optimum solution to display the username that is logged
in on every html form page of my application.
I have a header.php :
session_start();
echo "Logged in as:
".$_SESSION['curr_user']."";
?>
Now I have many html forms which user's see
What I want to know is how t
3 matches
Mail list logo