| View previous topic :: View next topic |
| Author |
Message |
Muazam Grandmaster Cheater Supreme
Reputation: 0
Joined: 24 May 2006 Posts: 1067 Location: Pallet Town
|
Posted: Wed Jun 18, 2008 6:14 pm Post subject: Edit all Php Files in 1,2,3..? |
|
|
Is there away to edit all my .php files at once?
Like, I have a site, and I want to add more on the Menu.
Do I have to open each file and edit them Manually or is there any way or software that can do that faster.
Example:
| Code: | <h1>+Graphic+</h1>
<a href="signature.php">Signature/banner</a>
<a href="wallpaper.php">Wallpaper</a>
<a href="avatar.php">Avatar/Icon</a>
<a href="drawing.php">Fanart/drawing</a>
<a href="layout.php">Layouts</a> |
And I want to edit it to:
| Code: | <h1>+Graphic+</h1>
<a href="signature.php">Signature/banner</a>
<a href="wallpaper.php">Wallpaper</a>
<a href="avatar.php">Avatar/Icon</a>
<a href="drawing.php">Fanart/drawing</a>
<a href="morestuff.php">moar</a>
<a href="ssss.php">maortoo</a>
<a href="lalla.php">maorneed</a>
<a href="ok.php">ok</a> |
Do I need to edit all my 30 pages? and add those line manually?
|
|
| Back to top |
|
 |
Madman I post too much
Reputation: 1
Joined: 04 May 2006 Posts: 3978
|
Posted: Wed Jun 18, 2008 7:13 pm Post subject: |
|
|
This will be moved to the programming section hopefully.
Yes, there is a way to do this, I know for a fact that is what Dark Byte does.
Edit:
_________________
|
|
| Back to top |
|
 |
Muazam Grandmaster Cheater Supreme
Reputation: 0
Joined: 24 May 2006 Posts: 1067 Location: Pallet Town
|
Posted: Thu Jun 19, 2008 9:32 pm Post subject: |
|
|
Yeah Like the picture.
Anyone?
|
|
| Back to top |
|
 |
Madman I post too much
Reputation: 1
Joined: 04 May 2006 Posts: 3978
|
Posted: Thu Jun 19, 2008 9:37 pm Post subject: |
|
|
Maybe try using 'include' where you want it.
Like:
include(navbar.php); where you want it to show up?
I've only begun learning about PHP so this is all I can come up with.
_________________
|
|
| Back to top |
|
 |
|