[PHP] Remote file does not return var?

2002-04-15 Thread Imar de Vries
. Could this be due to some settings on the remote server, that prevent it from passing variables back? -- Imar de Vries - [EMAIL PROTECTED] - ICQ 6972439 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Passing variables with include()

2002-01-14 Thread Imar de Vries
) that might explain why the variable is not known on the remote server? Thanks in advance! -- Imar de Vries - [EMAIL PROTECTED] - ICQ 6972439 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP] Re: Passing variables with include()

2002-01-14 Thread Imar de Vries
the file extension will help (because the code in that remote php file has to be processed on the remote server, in order to be able to query the db), but I will give it a try. -- Imar de Vries - [EMAIL PROTECTED] - ICQ 6972439 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

[PHP] Re: Passing variables with include()

2002-01-14 Thread Imar de Vries
Imar De Vries wrote: - Including remote files *is* possible. The php manual does not mention this does not work, and when I add the variable to the call (include /calculate_drivers?serie_id=3.php) the code is processed perfectly. The thing is, I can not pass the variable with the call

Re: [PHP] switch-statement overrides use of global arrays?

2001-10-29 Thread Imar de Vries
management, thanks for the advice! -- Imar de Vries - [EMAIL PROTECTED] - ICQ 6972439 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] switch-statement overrides use of global arrays?

2001-10-28 Thread Imar de Vries
); $array_test[2] = First array, third element; $array_test[3] = First array, fourth element; // This results in the third and fourth element being shown print(pAfter addition, content of first array is:br); var_dump($array_test); } -- Imar de Vries - [EMAIL PROTECTED] - ICQ 6972439 -- PHP

Re: [PHP] switch-statement overrides use of global arrays?

2001-10-28 Thread Imar de Vries
)? -- Imar de Vries - [EMAIL PROTECTED] - ICQ 6972439 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] switch-statement overrides use of global arrays?

2001-10-28 Thread Imar de Vries
, in which the variables from the older instance are not known. I'm now working on a solution that uses the same form to pass on some data I need. A bit complex maybe, but I'll leave the code cleaning for version 2.0 of my software :) -- Imar de Vries - [EMAIL PROTECTED] - ICQ 6972439 -- PHP

Re: [PHP] One last kick at the cat

2001-10-28 Thread Imar de Vries
they are getting asigned NULL and you can't connect to a NULL DB :) Looking at the content of this post and my post above this one, it seems like it is global day/night again g -- Imar de Vries - [EMAIL PROTECTED] - ICQ 6972439 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e