PDA

View Full Version : ARG! Trying to call in a file, NOT WORKING?


snyx
Wed 8th Aug '01, 4:09am
Kay, I need this ASAP! PLEASE HELP!
I have a PHP file, and its like the config file, when I try to add a <? insert"header.php" ?> to the one echo"------"; header line, I make a ton or errors? Can somone gimmie a idea whats wrong?

IM being veg, so if ya need more info, just ask! PLEASE HELP! ICQ ME IF YA CAN! I can do button for help! :D

MyCart is the script im trying to use. Attatched (its open source)

snyx

Mark Hensler
Wed 8th Aug '01, 12:04pm
insert?

you mean include() or require()?

The Prohacker
Wed 8th Aug '01, 12:19pm
I'm thinking you mean:
<? include("header.php"); ?>

And not insert....

snyx
Wed 8th Aug '01, 4:56pm
I tried all that, but never the less I got it rigged up, thanks tho!