View Full Version : A php question


aurora
06-28-2003, 12:57 PM
I know this has been asked hundreds of times before but can someone tell me the exact code that I would use to have the index.php?= linking system. I have searched the board and I have found bit of it all over the place and I cant get them to work and the sites people said helped are all down or gone.

I need it urgent so I can continue work on my site because if I don’t use it the number of pages will become over whelming.

Thanks for any help

bellportal
06-28-2003, 03:37 PM
Try SSI. It allows you to insert the same page of HTML (in a *.txt format) in all the pages that carry your SSI code display that .txt page. Then to make a change, you just edit the .txt file and all the other pages will display the changes. Almost like in-line frames.

Oh, and your host will need to support SSI. If not, try http://www.dynamicdrive.com as there is a script which allows you to include pages without the need of SSI. However, with this, your users will need to support DHTML.

HTH,

aurora
06-28-2003, 05:37 PM
SSI wouldnt let me do what I want... but I have solved the problem.