182684/url-rewriting-with-php
I have this URL:
url.com/picture.php?id=51
And I want the URL to be converted like this:
picture.php/Some-text-goes-here/51
How do I make friendly URLs in PHP?
Hello @kartik, Store it either in a cookie or ...READ MORE
Hello @kartik, Try this: <?php echo "http://" . $_SERVER['SERVER_NAME'] ...READ MORE
Hello @kartik, try this: function grab_image($url,$saveto){ ...READ MORE
Hey @kartik, The first thing we will do ...READ MORE
A cookie is often used to identify ...READ MORE
hey, The code below shows a simple way ...READ MORE
its just a simple step just use ...READ MORE
This is the Content of my .htaccess file is: ErrorDocument ...READ MORE
$string = preg_replace("/[^a-z0-9]/u", "$separator", $string); change the ...READ MORE
Options +FollowSymLinks -MultiViews RewriteEngine on RewriteBase / # skip all ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.