Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 07-18-2008, 06:03 AM Change all at once
Banned

Posts: 52
Name: Dang N
Location: Rowlett Tx
Trades: 0
is there anyway anyone here can show me how to make a very basic menu. that if i wanted to, i can change/add links on there at once to every single page. instead of going through each page and updating.????

HELP!!
Dangmnx is offline
Reply With Quote
View Public Profile Visit Dangmnx's homepage!
 
 
Register now for full access!
Old 07-18-2008, 09:56 AM Re: Change all at once
Skilled Talker

Posts: 71
Trades: 0
Make a menu file...

menu.php
PHP Code:
<a href="index.php">Home</a><br />
<
a href="contact.php">Contact</a><br /> 
Then your template file...

index.php
PHP Code:
// bunch of template stuff here
include ('menu.php'); // do this when needed
// some more template stuff here 
Do that for every page. When you want to update the menu, just edit the menu.php file.

Last edited by CrazeDizzleD; 07-18-2008 at 07:00 PM..
CrazeDizzleD is offline
Reply With Quote
View Public Profile
 
Old 07-18-2008, 06:13 PM Re: Change all at once
Banned

Posts: 52
Name: Dang N
Location: Rowlett Tx
Trades: 0
whats the index.pbp

for?okay, so i open up notepad, copy and paste<a href="index.php">Home</a><br />
<
a href="contact.php">Contact</a><br />


then i save it as menu.php


then i open up another notepade, then copy and paste the index.pbp??

Dangmnx is offline
Reply With Quote
View Public Profile Visit Dangmnx's homepage!
 
Old 07-18-2008, 07:01 PM Re: Change all at once
Skilled Talker

Posts: 71
Trades: 0
Whoops, that was supposed to be index.php...typo...

You would put that code on every page that you wanted the navigation to be on.
CrazeDizzleD is offline
Reply With Quote
View Public Profile
 
Old 07-18-2008, 10:04 PM Re: Change all at once
Truly's Avatar
Ultra Talker

Posts: 322
Trades: 0
Or just use a pre-made CMS/Blogging script so you dont have to worry about code if you arent that strong of a coder.
__________________
DVD Movie Release Database:
Please login or register to view this content. Registration is FREE
Truly is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Change all at once
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.29973 seconds with 12 queries