.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

php passing parameters via url


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -