Jump to content

Convert links


belick

Recommended Posts

I am looking for a code that will direct my links from something like Click Here to click-here

 

I want to be able to type links with spaces and uppercase words and to be able to search the code in the original form

 

example:

 

my htaccess has: #RewriteRule ^(.*)\.html$ index.php?Level2=$2 [L]

 

when $2 is the file I am looking for... so I want to be able to have convert links that have spaces to lowercase and with dashes

 

so code like:

<li><a href="Credit Card Validation">Credit Card Validation</a></li>

 

will assign the $2 to credit-card-validation and stilll show on the html code the spaces and uppercase

 

Thanks ahead

 

 

Link to comment
https://forums.phpfreaks.com/topic/161916-convert-links/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.