Passing Variable in PHP5
Monday September 17, 2007
If you pass variables in the URL in PHP4, and then move your scripts to a server running PHP5, you may notice they no longer work. Things such as www.yoursite.com/script.php?color=red in PHP4 would automatically assign $color = red.... how can you make it work in PHP5? View Answer


Comments
No comments yet. Leave a Comment