RE: [PHP-WIN] Re: Page-style data display system

2006-01-20 Thread Wayne Khan
Hi Daniel, You won't need something so complicated as PEAR or what. http://www.phpfreaks.com/tutorials/43/0.php Try out this tutorial. Its how I got my damned pagination code working. :) -Original Message- From: El Bekko [mailto:[EMAIL PROTECTED] Sent: Sunday, January 15, 2006 5:58 AM

RE: [PHP-WIN] cant connect to mssql

2005-12-16 Thread Wayne Khan
I might venture that most of the people here use apache/mysql, so if you're using iis/mssql it might just be better to ask in another mailing list... I don't use mssql, but I think phpinfo() would not show if the library is correctly loaded. Or it might be that your server config file isn't setup

RE: [PHP-WIN] Changes to php.ini file have no effect

2005-11-29 Thread Wayne Khan
You can use phpinfo() and look for the entry "Configuration File (php.ini) Path"... Not sure if an error or hacker can do so, but maybe its possible. Windows Apache runs PHP as as a module; have you tried simply restarting the webserver? Wayne -Original Message- From: Charlie Wong [mail

[PHP-WIN] Parse errors not showing up in the browser

2005-11-26 Thread Wayne Khan
Hi all, I am using Sokkit 3.5, and my parse errors are not showing up in the browser. I'm sure its something to do with php.ini, and trust me I've tried changing it, but it still doesn't show the parse errors. The result is that I spent a lot of time looking for that extra (or missing) bracket... O

[PHP-WIN] Double quotes and HTML

2005-11-16 Thread Wayne Khan
Hi all, I'm rather new to PHP... Am taking a maximal PHP, minimal HTML approach; came from a C/Java background. I'm use a staged (e.g. stage1, stage2) forms page for the creation of new user accounts, so I'm getting variables out of $_POST if there are any. Problem is... I'm getting a weird parse