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
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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.