Thread
:
The most inventive way to switch 2 values
View Single Post
02-27-2008, 12:33 AM
#
20
(
permalink
)
freenity
The Acquainted
Join Date: Feb 2008
Posts: 119
Thanks: 17
ok here is my code: :)
PHP Code:
<?
$a
.=
";"
.
$b
;
$b
=
explode
(
";"
,
$a
);
$a
=
$b
[
1
];
$b
=
$b
[
0
];
var_dump
(
$a
);
var_dump
(
$b
);
__________________
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