Current location: Hot Scripts Forums » Programming Languages » PHP » making dynamic URLs?


making dynamic URLs?

Reply
  #1 (permalink)  
Old 05-16-04, 12:38 PM
rottedham rottedham is offline
Newbie Coder
 
Join Date: May 2004
Location: Katy, TX
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb making dynamic URLs?

i know this is supposedly very simple, but i don't know how to do it...

how do you make dynamic urls using a mysql database so that my links would be like "index.php?page=links" or "download.php?id=5".... i want to do this using a mysql database because i plan on storing all of my downloads and navigation items in the database with an admin panel to update everything.

Thanks for the help!
Reply With Quote
  #2 (permalink)  
Old 05-16-04, 01:37 PM
Bonzo's Avatar
Bonzo Bonzo is offline
Coding Addict
 
Join Date: Jan 2004
Posts: 340
Thanks: 0
Thanked 0 Times in 0 Posts
A dynamic link could be something like this :

PHP Code:

echo "<a href = index.php?page=",$variable,">",$another_variable,"</a>"
$variable would be your link & $another_variable could be the text for the link. You can include images as well if you want to use buttons.

You can then use this in a "for loop" for every item in the database.

Anthony
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Randome Quote and user info sig (dynamic) Infinite_Hackers PHP 8 04-12-04 12:56 PM
dynamic php page. tehnoobe PHP 4 04-02-04 11:49 AM
Please help me with my problem of MP3 and php know script for making mp3 portal??? Extremaltours Script Requests 3 01-30-04 07:59 AM
HELP!Dynamic URLs arti_z PHP 5 11-28-03 04:15 AM
dynamic url's in xhtml pages? tom HTML/XHTML/XML 4 09-26-03 05:11 PM


All times are GMT -5. The time now is 10:34 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.