PDA

View Full Version : Navigating with php !!??!!


kimberleydave
09-20-2007, 02:19 AM
Hi, im new to this php, but lUvin it so far.

I want to convert my 100+ HTML webpage over to php for obvious reasons.
I have only learnt the include file command, but seem to be having a prob.

I have all my main files in the root, and want to make it neater by having folders, eg: putting all my jobs in a folder called jobs. Include files in a folder called include. The problem is in the jobs folder, what command do i use in the php to make the include look back to the root and then at the include file.

I tried ../ , but that will find the header and footer but not my css, picture etc.

Any help will be greatly appreciated:)