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
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
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
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
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