[Resolved] transforming MySQL queries into URL's

wxdqz

New Member
I am generating a page that displays all the data in a row. But I want it to be a kind of a menu, with every item becoming a link, something like :

<a href=http://www.phpbuilder.com/board/archive/index.php/"template.php?page=menuitem1">Menu 1</a><br>

Well, I managed to do that but I can solve it when the "menuitem" is a two-word phrase, like "Lemon Cheesecake".

What am I supposed to do?

Thanks
 
Top