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