[PHP] preventing an include() from taking over?

2001-09-19 Thread LRW
I've got a complicated little thing going on here. I have page INDEX.HTM with a 2 column table. I want the entire page to remain the same, except column 1. In column 1 I have an include() which contains a javascript scrolling menu where on click of an option it calls up the selected page. As it

Re: [PHP] preventing an include() from taking over?

2001-09-19 Thread LRW
ednesday, September 19, 2001, at 03:43 PM, LRW wrote: I've got a complicated little thing going on here. I have page INDEX.HTM with a 2 column table. I want the entire page to remain the same, except column 1. In column 1 I have an include() which contains a javascript scrolling me

[PHP] dynamic menu possible?

2001-09-16 Thread LRW
Hi all. I was wondering if a situation I'll describe below is possible. If it is, I'm hoping someone could point me to the topics I would need to study to learn how to do it. I hate to say that right now I don't have the time to read the Manual or any books cover-to-cover to figure it out...but I

[PHP] equivelant of ASP's #include file?

2001-09-13 Thread LRW
Hi all. PHP newbie here. There's a code that one can use in ASP that will print to the browser the contents of an ascii file: !-- #include file = filename.txt -- Can anyone tell me what the PHP equivelant might be? Thanks! Liam -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] equivelant of ASP's #include file?

2001-09-13 Thread LRW
Yeah, it was just brought to my attention what I thought was an ASP code...is not. =/ As for the manual, would you be able to recommend any good books for beginning PHP? Thanks! Very embarassed, Liam Kurth Bemis wrote in message [EMAIL PROTECTED]... At 10:21 AM 9/13/2001, LRW wrote: I

[PHP] problems with include()

2001-09-13 Thread LRW
I got a plain test to work...made a test.php that included the following: htmlheadtitlePHP Test/title/head body ?php echo Hello Worldp;? br ?include(texttest.txt);? br /body/html (texttest.txt just has some randome words in it.) But when I try to make a page with tables, and have it place the

[PHP] Re: problems with include()

2001-09-13 Thread LRW
:::hangs head in utter shame::: Because I'm a complete idiot and saved the bleeding file to a local directory instead of under the web server's. I shall now open my shirt for the flogging. =/ Liam Lrw wrote in message [EMAIL PROTECTED]... I got a plain test to work...made a test.php

[PHP] Beginner's books?

2001-09-13 Thread LRW
OK, here's a question that should just make me look like a newbie and not an idiot: Anyone have any recommendations of good books for PHP beginners? Something that gives the basics in clear detail and as few errors in the examples as possible? =) I've found bad errors in Sam's Teach Yourself