hey friends i know whenever we use the querystring then we use it with page name where we are navigating to....but what will we do if there are large no. of query string..we can't write it manually with the page name...is there any solution
Do you mean more than one query string? You can do that with an ampersand. index.php?query1=value1&query2=value2&query3=value3 If not, I don't understand your question
no ..i mean we can write the querey string if they are small in no.s but what will we do if i have more then 100 querey string..no one will write these query strings manually..by using ampersand...
no i don't need right now ..but i am under training and my senior ask me this question..he said have you ever seen this type of url in any big site...they use large no. of querey string.
London Drugs is a culprit of this: http://www.londondrugs.com/Cultures...s;Monitors;LCD&ProductID=4635827&ProductTab=3 But honestly, why isn't product.htm?id=4635827 good enough?
Doesn't really answer his question. OP, you don't ever need that many, rewrite your script if it's giving you that much.