PDA

View Full Version : Staff App Include Problem



Pazza
19-08-2008, 09:36 PM
Hey,

I've posted loads of threads, but oh well.

http://www.bobbafm.co.uk/app/index.php?p=radiomanager
That application doesn't work.

http://www.bobbafm.co.uk/app/radiomanager.php
This application does work.

It's exactly the same code, but the first one is in a PHP Include.

Any ideas why it doesn't work?

Decode
20-08-2008, 08:00 AM
Everything needs to link to index.php?p=pagename, so if the form submits to formsubmit.php you would have to change it to index.php?p=formsubmit.

Allso, when you use php include you dont have to include the whole layout, just the content (text and the form in this case) :)

Want to hide these adverts? Register an account for free!