Hi,

Could someone please help me? If I have links on my page:

<a href="side.php?page=audio">Link 1 Here</a>
<a href="side.php?page=visual">Link 2 Here</a>

And then side.php is the following:

<html>
  </head>
  Blah....
  </head>
  <body>
    <FILE CONTENTS GO HERE>
  </body>
</html>


Where the files to be included are: audio.txt and visual.txt respectively,
what php code should I put in my side.php? (the extention of the files does
not have to be .txt)

This seems to be a basic thing EVERY website done with php achieves -
HOW!!!!????

(I am NOT familiar with php!! - English please :0))

Many Thanks :0),

Martin
==============================================
Musical Director
University of York Gilbert & Sullivan Society
177 Hull Road, York YO10 3JY
01904 427 537 / 07951 015 220
[EMAIL PROTECTED]
http://www.mixermanic.co.uk
==============================================


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to