Re: [PHP-WIN] Call to undefined function: array()

2004-06-01 Thread Leguvan
You know what, your right. I should have caught that, and my friend should have caught that cause he programs PHP for a living. Shows how much he wanted to help. THanks a lot. "Jordi Canals" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Leguvan wrote: > > > I'm using Windows Se

Re: [PHP-WIN] Call to undefined function: array()

2004-06-01 Thread Jordi Canals
Leguvan wrote: I'm using Windows Server 2003 with IIS 6 and PhP Version 4.3.6. When I try to use this line of code $username = $_POST('username'); This should be: $username = $_POST['username']; it will give m ethis error Fatal error: Call to undefined function: array() in D:\ My register_globals i

[PHP-WIN] Call to undefined function: array()

2004-06-01 Thread Leguvan
I'm using Windows Server 2003 with IIS 6 and PhP Version 4.3.6. When I try to use this line of code $username = $_POST('username'); it will give m ethis error Fatal error: Call to undefined function: array() in D:\ My register_globals is ON. Any help is appreciated. -- PHP Windows Mailing L

[PHP-WIN] check code - output error

2004-06-01 Thread Lenny Davila
Can someone help me with part of a PHP code that will check the code for a certain line, and if the line is not there output an error. TIA Eleno Davila [EMAIL PROTECTED] (877)933-6750 Ext 163 (direct line) http://plasticsurgery.com  -- PHP Windows Mailing Li

[PHP-WIN] PHP, Windows XP Home, Apache restarts!

2004-06-01 Thread Hainke
Hello I am using - Apache 2.0.44 - PHP 4.3.4 - Windows XP Home I have written a script that executes a time consuming (...) query agains the TXT DP API (www.c-worker.ch). This API provides functionality to use text files "as" tables from a database. The script uses as well patTemplate 2.4. The s

[PHP-WIN] How to install php_ldap.dll ??

2004-06-01 Thread vasconcelos
Hi, I want install the ldap extension in my PHP. I discomment the line php_ldap.dll on my PHP.INI but when i execute the apache server it show message: quote: Unknow(): Unable to load dynamic library ´c:/php/exte