Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-11 Thread php
Try calling the following as a php file: It's only 3 lines, but that returns alot of information for debugging your php installation. Do you have the following directives set in php.ini? ; Enable the PHP scripting language engine under Apache. engine = ON ; whether PHP may add its signature

[PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-11 Thread Matt G.
I just built the latest apache 2.0 and php5 (shared apache module) on a linux 2.6.5 box.  After doing all of the setup from the INSTALL file, I'm unable to get a php hello world to work!  (Well, I get it to work with the CLI, but not through my web browser)  The apache server just returns a 0 byte

[PHP-INSTALL] New install question

2006-03-11 Thread Jim Walls
Hi all, I have never played with PHP, but am starting to learn. Over this weekend I expect to be loading PHP into my Apache 2.0.54 (and yes, I know 2.0.55 or 2.2.0 are now out) on a Windows 2000 Server computer. Anyone have any MASSIVE pitfalls I need to watch out for before or right after I

Re: [PHP-INSTALL] PHP Snippet on a web page

2006-03-11 Thread php
You might be better off trying to do this directly within mysql. Check out the mysql reference manual for the functions you have at your disposal. Also, you could ask on a mysql forum, such as http://www.webdeveloper.com HTH Keith In theory, theory and practice are the same; In practice th

[PHP-INSTALL] PHP Snippet on a web page

2006-03-11 Thread Bluejays PC Services
I am not sure whether this is the right place to ask this but I have been having great hassle trying to get this to work This script gets a snippet from a paragraph in a mysql database and displays it on a web page..I want it to display the first 10 words in a paragraph but what ever I hav