[PHP] Re: $$var

2011-03-07 Thread Colin Guthrie
'Twas brillig, and sexyprout at 06/03/11 15:16 did gyre and gimble: > ∞ And beyond! -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [http:/

[PHP] Re: $$var

2011-03-06 Thread Jonesy
On Sun, 6 Mar 2011 21:12:34 +0600, shiplu wrote: > > Just being curious, I have a question. > How many times PHP interpreter will replace this variables? I mean how deep > it will be? > > If I use variable variables like >

[PHP] Re: var references question

2004-09-19 Thread M. Sokolewicz
That's because you're moving the variable from the main scope to the function scope. When you're there, you import the VALUES (that is, make a COPY) of the variables supplised via the function call. If you change a variable inside the function, it will only be changed in the function scope, and

[PHP] Re: /VAR is driving me crazy

2004-01-16 Thread DvDmanDT
I don't have any problems with it... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Boaz Yahav" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] Hi Does anyone have an idea what is so special about the string "/VAR" ? If i create a form that submits to a php fil

[PHP] Re: var check not working...

2003-12-15 Thread Jas
Sven wrote: Jas schrieb: For some reason this will not work... my $_POST variables check for no form variables and display a form... if they choose an item from a select box it queries the database for a field matching the $_post var and builds a new form creating 8 separate $_post variables t

[PHP] Re: var check not working...

2003-12-15 Thread Sven
Jas schrieb: For some reason this will not work... my $_POST variables check for no form variables and display a form... if they choose an item from a select box it queries the database for a field matching the $_post var and builds a new form creating 8 separate $_post variables to check for.

[PHP] Re: $var , '$var'

2001-08-18 Thread Christopher Sogge Røtnes
"Nafiseh Saberi" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > hi. > what is the difference between $var and '$var' ?/ > thanks. '$var' has little marks like this --> ' <--- around it call it a "border" useful when adding such item to a sql query or pri