php-windows Digest 8 Jul 2007 22:26:53 -0000 Issue 3276
Topics (messages 28173 through 28174):
Re: MySQL query error
28173 by: Ben
php5_module for apache
28174 by: bubka20
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Not to mention that read would most likely be a tinyint(1), and thus
shouldn't be fed a character.
Stut wrote:
Please include the list when replying.
James Blandford wrote:
It seems i have fixed it >_< thanks for your time thou. It turns out
that I couldn't have "read" as a field name due to some random reason.
I changed it to "itsread" and it works perfectly :0)
It wasn't a random reason - "read" is on the reserved words list:
http://dev.mysql.com/doc/refman/5.0/en/reserved-words.html
-Stut
--- End Message ---
--- Begin Message ---
I have Apache 2.0.59 running on my local machine and working fine. I've
tested perl/cgi scripts that work (e.g. http://localhost/test.cgi)
I downloaded PHP 5.2.3.3 (zip version) and extracted php5ts.dll,
php5apache2.dll, php.exe, and phpini.dist to c:/php. I renamed phpini.dist
to php.ini and moved it to c:/WINDOWS.
Now when I try to run my "phpinfo.php" script or any php script
(http://localhost/bin/phpinfo.php) in IE or MoziFire, script does not run (I
get "not found" or "Internal Server Error"). I've added the following lines
to my conf. httpd file in apache and still nothing:
# For PHP 5 do something like this:
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/WINDOWS
Any help appreciated..
--
View this message in context:
http://www.nabble.com/php5_module-for-apache-tf4046207.html#a11493471
Sent from the Php - Windows mailing list archive at Nabble.com.
--- End Message ---