[PHP-WIN] Functions in included files cannot be called

2003-08-14 Thread Krishna Murali-A19032
include ("file.php"); > > HTH, > > Mikey > -Original Message- > From: Krishna Murali-A19032 [mailto:[EMAIL PROTECTED] > Sent: 08 August 2003 10:23 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] not able to pass values to OR access > global values by

RE: [PHP-WIN] How to preserve value ?

2003-08-14 Thread Krishna Murali-A19032
Check whether you are using PHP 3 or PHP 4 In PHP 4 you have to use $_SESSION["value"] > -Original Message- > From: Thomas Edward Lawrence [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 09, 2003 12:16 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] How to preserve value ? > > > I ha

[PHP-WIN] not able to pass values to OR access global values by the included file

2003-08-08 Thread Krishna Murali-A19032
Title: Blank when i include php files i would like to pass values to the included file like include("file.php?action="" I am not able to do this. I have tried setting cookies and try to acces the cookies from file.php. It didn't work. Can anyone suggest me a way out of this? Thanks