.htaccess - Want to trim url and use them as parameters -
i using url:
http://localhost/easyappointments/info/vikram/45346346
my original path http://localhost/easyappointments/index.php
, rest /info/vikram/45346346
want use parameter. use explode()
php.
when use url, says object not found.
if want use them parameters pass them parameters in url.
http://localhost/easyappointments/index.php?word_param=vikram&num_param=45346346
or answer shows how way you're trying it
Comments
Post a Comment