Jump to content

[SOLVED] pass longggg variables through GET


ohdang888

Recommended Posts

i have a long variable with HTML and special characters that i want to pass through a url. I'm going to store that var in my database after i clean it with mysql_real_escape_string, strip_tags(with some allowable tags), and add_slashes to it

 

but the problem i see is the id="blah" or class="blah" tags in the html....like it will break it up...

 

is there something i can wrap around it to keep it intact...

 

like ?var={HTML HERE}

 

?????????? thanks!

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.