|
yawa-ti-de (f)
|
no yawa.
By the way, You will have to use $_GET on the friends.php page, since you are getting the values passed via url. There's no escaping that. It doesn't apply to only forms. Also, personally, I prefer $_REQUEST, which covers both POST and GET, to using either-or.
good luck!
|