Thread
:
when would i use a "variable variable"
View Single Post
04-27-2008, 07:43 PM
#
2
(
permalink
)
freenity
The Acquainted
Join Date: Feb 2008
Posts: 119
Thanks: 17
check this, should help you to understant:
PHP Code:
<?php
$a
=
'b'
;
$b
=
2
;
$
$a
=
55
;
var_dump
(
$b
);
The output is: 55
__________________
http://feudal-times.net
- My PBB Game
http://gwphp.feudal-times.net
- My Blog "Gaming With PHP"
freenity
View Public Profile
Send a private message to freenity
Visit freenity's homepage!
Find More Posts by freenity