AitorGarcia
12-01-2004, 11:28 AM
Please, I need Know this as soon as possible
![]() | View Full Version : Do the $ variables work in PHP 5.02?? AitorGarcia 12-01-2004, 11:28 AM Please, I need Know this as soon as possible kuprishuz 12-09-2004, 11:35 AM im really unsure of the question, if your asking if all variables are still pre-fixed with a $ then yes Omega-Mark 01-03-2005, 05:24 AM ya that seems like the question and yes they do work. nu-host 01-10-2005, 04:57 PM yea im sure that they would still work filth 01-28-2005, 05:53 PM if that is the qeustion then yes they definately do, The main sessions that may not work are global sessions for example anything retrieved from a form needs to use $_GET['variable name'] or $+POST['variable name']. redking 01-29-2005, 05:36 PM Yes they still work. If you mean global variables, read the PHP manual on variable scoping. Also, make sure you know what your host's PHP variables are. Usually different webhosts have different configurations. You'll need to know if you're developing your own scripts or trying to install 3rd party scripts. |