Jump to content

[SOLVED] trying to get "&" from $_GET


c_shelswell

Recommended Posts

I've been given a database that's full of usernames with pretty bad symbols in one such being "&". To verify email addresses we send them a link containing their username then user $_GET to get it back and verify in the database. Problem i have is a user has the "&" sign in their username ie user&user so $_GET is only fetching as far as user

 

Does anyone know a way to get round this??

 

Cheers

Link to comment
https://forums.phpfreaks.com/topic/84459-solved-trying-to-get-from-_get/
Share on other sites

I've been given a database that's full of usernames with pretty bad symbols in one such being "&". To verify email addresses we send them a link containing their username then user $_GET to get it back and verify in the database. Problem i have is a user has the "&" sign in their username ie user&user so $_GET is only fetching as far as user

 

Does anyone know a way to get round this??

 

Cheers

Do you want to prevent the & symbol?

 

You can use preg_match or ereg or eregi or something to check if that symbol is in the username.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.