verano Posted September 13, 2007 Share Posted September 13, 2007 where can i find php variables? Link to comment https://forums.phpfreaks.com/topic/69227-php-variables/ Share on other sites More sharing options...
Barand Posted September 13, 2007 Share Posted September 13, 2007 http://www.php.net/manual/en/language.variables.php Link to comment https://forums.phpfreaks.com/topic/69227-php-variables/#findComment-347938 Share on other sites More sharing options...
chronister Posted September 13, 2007 Share Posted September 13, 2007 There are some pre-defined variables, but most you are going to create yourself. e.g. $x=1; echo $x; This will return 1. Outside of that give the link Barand posted a read. offtopic... Your link to faceladder don't work. click it and see. Nate Link to comment https://forums.phpfreaks.com/topic/69227-php-variables/#findComment-347949 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.