RE: [PHP-WIN] Database Problem

2005-05-20 Thread Huebel, Jens
I would admit to query your db only once. Such as: ...Echo table header here... $result = mysql_query ("SELECT Name, EventTimes1Score,EventTimes2Score, EventTimes3Score, EventTimes4Score, EventTimes5Score,EventAdd1Score, EventAdd2Score, EventAdd3Score, EventAdd4Score, EventAdd5Score, EventTake

Re: [PHP-WIN] Custom 404 Error Messages in PHP

2005-04-24 Thread Huebel, Jens
Did you check the box "Verify that file exists" on the dialog where you set up the entries to parse a php file with php (website properties / application configuration / application extensions)? It has to be enabled! -Ursprüngliche Nachricht- Von: Maxwell Brodie [mailto:[EMAIL PROTECTED

AW: [PHP-WIN] Unable to load dynamic library 'C:\PHP\php_mssql.dl l'

2005-04-13 Thread Huebel, Jens
Php_mssql.dll (php mssql client lib) probably couldnt load the required ntwdblib.DLL (this is the ms client lib for mssql)(you need both libs... php's one and ms' one). Check if this file is in your php path. Your php path also must be in the windows %path% environment variable... But note, the n

RE: [PHP-WIN] Custom 404 Error Messages in PHP

2005-04-07 Thread Huebel, Jens
"No input file specified" is no message from your IIS. PHP return this message when you try to parse a file which doesn't exist. You have to check the box "Verify that file exists" on the dialog where you set up the entries to parse a php file with php (website properties / application configuratio

AW: [PHP-WIN] PHP 5 - Apache2 - mysqli class not found

2005-02-17 Thread Huebel, Jens
Hi David, i think its couse of the extension_dir... try this: extension_dir = "c:\php\ext" this works fine for me with mssql... I use IIS 6.0 but It should make no difference Jens -Ursprüngliche Nachricht- Von: Dave Adler [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 18. Februar 2005 02: