02-06-2008, 10:46 AM
|
#10 (permalink)
|
|
The Contributor
Join Date: Nov 2007
Location: France, near Paris
Posts: 53
Thanks: 6
|
Yes, of course but it's more friendly to display a default page if the $_GET["u"] is empty (like the home page) instead of an error message. Keep your error message in case of the user id passed in the GET var is wrong (ex: $_GET["u"]=toto).
Whatever, it's a detail, do what you want :)
|
|
|