Jump to content

Help changing menu links


justinchrono

Recommended Posts

Hello. My companies website is set up through html and php. I was wondering how I could change the menu links, instead of going to an artist's id number, to just go to a simple link.

www.panopt.com/artists/ms.php an example page

 

I couldn't find in my code where the links are. Thanks.

Link to comment
https://forums.phpfreaks.com/topic/195440-help-changing-menu-links/
Share on other sites

Well, it's either that or you manually create a page for every person. What the rewrite does is, well, rewrite the URL.

 

It makes it so if you went to /artist/31-Your-Name/ or something similar to that, that it would go to artist.php?id=31. Of course, there are lots of ways you can go about it, like if you could search by name (not sure how your DB stuff is setup) then you could ditch the id in the front and go that route.

 

You can search for it on Google. One of the first tutorials is this.

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.