Welcome Guest, Not a member yet? Register   Sign In
Controller function not finding $_GET variable for jQuery Autocomplete
#11

[eluser]TheFuzzy0ne[/eluser]
When a variable is shown between double quotes, it's parsed.

Code:
$hello = 'Hello';

echo "$hello!"; # Outputs: Hello!

echo '$hello!'; # Outputs: $hello!

Hope this helps.


Messages In This Thread
Controller function not finding $_GET variable for jQuery Autocomplete - by El Forum - 05-07-2009, 08:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB