View Single Post
  #1  
Old 28th December 2017, 12:27
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Smile [In Progress] CMS Nav Menu
hey,
Something in the works.

SQL
Code:
CREATE TABLE menu (
index varchar(255) not null default "index.php") engine=myisam;
Menu demo
Code:
<text><a href='".sql('SELECT index FROM menu')."'>Index</a></text>
Something to consider if interested, not tested but should work yo if not fix the sql query to make it work.
Good Luck!
Reply With Quote