PDA

View Full Version : FUNKY PROBLEM



brndn
October 3rd, 2006, 07:17 AM
http://nvah.co.nz/first_test2.php

the two pages change colour.
there are a row of buttons down left. when the "page up" is initiated it reloads

include{ structure.php} (or however with php)
Can i Make that page load only once?

Esherido
October 3rd, 2006, 04:47 PM
This shuld go to the Server-Side forum and not the Showcase & Critiques forum; just send a PM to a mod asking him to move it. ;)

hybrid101
October 4th, 2006, 09:40 AM
yeah, wrong forum. but sorry, dunno how to.

Esherido
October 4th, 2006, 11:47 AM
You're not using include correctly BTW. Here is how it's used in the PHP documentation:

include("structure.php");