Hello,
I have the same probleme if I undersoud well:
The last available MYSQL 4.0.21 is not supported by the php_mysql.dll
because of the suppression of the drop_database function in Libmysql.dll.
To seams like a bug in the php_mysql.dll I hope that I will find a fix prety
quickly. Because using p
Hi all,
In the ongoing saga of moving the application I've developed from Apache to
IIS, I've found another problem, with objects this time.
I've got a standard file that is included as a header, which includes the
following lines:
[script]
$query = "SELECT * FROM user where username='".$_COOKIE
Hi all!
I'm about to reinstall PHP/MySQL/Apache (+ MySQL Front) on my WinXP machine...
It's been a while since I last installed this package and there have been some version
changes...
Should I go for the old Apache or Apache 2? And most important; can I have a dual
install of php4 and php5 or i
Use the libmysql.dll provided by PHP - that should work just fine.
-Felipe Gasper
Quoth Marc Kia on 10/8/2004 1:18 AM...
Hello,
I have the same probleme if I undersoud well:
The last available MYSQL 4.0.21 is not supported by the php_mysql.dll
because of the suppression of the drop_database functio
The reason why that you get the error is because you didn't call the
class. How I do my sql/class manipulation would be something like this:
class User {
var $dbRecords = array();//array that will hold db records
function User() {
...constructor
}//
}//end class
$sql = "SELECT * FROM user WHERE u
Anyone know why class static vars are inherited? (See code below)
class A
{
public static $CONFIG = null;
}
A::$CONFIG = "A";
class B extends A
{
public static $CONFIG = null;
}
B::$CONFIG = "B";
print ("A: " . A::$CONFIG . "");
print ("B: " . B::$CONFIG . "");
--
PHP Windows Mailing
Hi,
I've installed PHP manually on W2K server - IIS. I followed the instructions, as
listed in the the appendix of PHP & MYSQL Web Developmeent, and it's not working.
I've checked and rechecked the installation procedure and can't see where I did
anything wrong. The auto-install of PHP worked
Well.. You can have both 4 and 5 installed on both Apache 1 and 2 if you
want to.. Which Apache version to use doesn't really matter.. I use 1.3, and
I have PHP 2, 3, 4 and 5 installed. PHP 4 as Apache module and the rest as
CGI binaries.. Instructions in manual..
You can't force PHP5 to only acce
Did you check Event Viewer? Set error reporting to E_ALL? Put your PHP
directory in PATH?
It looks like IIS is *trying* to load PHP, based on the error that the
link gives.
-Felipe Gasper
Quoth zac korpi on 10/8/2004 3:43 PM...
Hi,
I've installed PHP manually on W2K server - IIS. I followed th
Perhaps the "extension_dir" ini setting is not set properly?
Felipe Gasper wrote:
Did you check Event Viewer? Set error reporting to E_ALL? Put your PHP
directory in PATH?
It looks like IIS is *trying* to load PHP, based on the error that the
link gives.
-Felipe Gasper
Quoth zac korpi on 10/8/2
All I get is an 500 response, meanin something is wrong in the IIS config..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Zac Korpi" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
Hi,
I've installed PHP manually on W2K server - IIS. I followed the
instructio
Did you set php as a file type in IIS?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> Did you set php as a file type in IIS?
Sorry..,
In IIS;
Right click on the website that you created for http://meet.nmu.edu
Select Properties
Click on the Document tab
Make sure that index.php and/or default.php is in the document list.
If you go to http://meet.nmu.edu the page "Under Construct
13 matches
Mail list logo