i'm using PHP 5.1.2, and trying to manipulatre a database with PDO_ODBC
accessing a MS SQL Server database. i can execute normal queries with no
problem. but when i start executing prepared statements i run into
problems. has anyone successfully used multiple parameter prepared
statements with
looks like this is a bug with 5.1.1 and 5.1.2, but works with 5.1.0.
http://bugs.php.net/bug.php?id=35671
--trabis
Travis Raybold wrote:
i'm using PHP 5.1.2, and trying to manipulatre a database with
PDO_ODBC accessing a MS SQL Server database. i can execute normal
queries with no problem. b
Hi I have problems to upload files...
The error: "failed to open stream: Permission denied"
I just deactivated the read-only option of the upload folder but I still
having the same problem...
What can I do?
Thank you,
Tom.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visi
You need to set the correct permissions on the folder inwhich you want to
upload the files into.
Tryst
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm running php version 4.3.7 on Windows 2003 Server and IIS 6.0
I have several websites which are all using php extensively but I have one
website where I am consistantly getting the following error:
"PHP has encountered an Access Violation at 01930AFD"
The error occurrs on every page, but where
To make this even more interesting is that when I reboot the server, the
error goes away for a period of time, usually about 30 minutes.
Any ideas?
""Dbird.."" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I'm running php version 4.3.7 on Windows 2003 Server and IIS 6.0
>
> I have
If it goes away on a server reboot for a period of time, then it sounds
suspiciously like a memory leak, ie; the application is trying to
reference an area of memory it doesn't have access to. I've seen this
problem with other applications... they'd run fine for a period of time
after a reboot
Armando,
I appreciate the response. Hopefully we can track it down better. The
websites which are functioning properly are actually much more complex than
this one. lol.
The only real difference is that I have some javascript running a countdown
clock which is displayed using images which are
Hi guys,
Does anyone know or got an idea of how to access the user accounts of
Active Directory using PHP?
I need to integrate my intranet application's authentication with that of
Active Directory.
Any help or ideas will be greatly appreciated.
Kind Regards,
Dale
--
PHP Windows Mailing List