Free PHP Script
http://vasimpadhiyar.wordpress.com
Display Ads On This Blog
Banner Ads on scriptforphp.blogspot.com
Provides free php script for php developer.
Prix:
€ 5.00
La marketplace des webmasters
Thursday, June 11, 2009
How to swap 2 variable values without using 3rd variable in php
$a = 10;
$b = 20;
$a=$a+$b;
$b=$a-$b;
$a=$a-$b;
echo $a;
echo $b;
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment