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

2003-08-14 Thread Svensson, B.A.T. (HKG)
Isn't include a preprocessing action? -Original Message- From: Krishna Murali-A19032 [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 11:23 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] not able to pass values to OR access global values by the included file when i includ

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

2003-08-09 Thread Mikey
Wouldn't it be easier to do: $action = 1; 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 th

[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