Hi all, If i have the following URL:
http://localhost/coolflix/cart/cart.php?add=true&movieid=53
how, using mod_rewrite can i get the URL to show:
http://localhost/coolflix/cart/1/53
Any advice most appreciated.
Cheers, chrima
Maybe I'm off-base here, but you're using GET as your method in your form, yes? Why not use POST?
Thanks for the reply....but who's using GET?