[PHP] ldap_add problem

2002-10-24 Thread GC
have logging enabled for slapd. Thanks!! -GC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php / ldap

2002-10-30 Thread GC
Hi, using php_ldapadd, I get this error in ldap.log: Oct 30 09:23:43 Lunar slapd[10714]: conn=202 op=1 RESULT tag=105 err=65 text=object class 'posixAccount' requires attribute 'uidNumber' How do I get the next available uid number from my ldap database and then use that number for uidnumber?

[PHP] PHP WebDAV

2002-11-01 Thread GC
I'm using WebDAV in Apache 2, whenever I try to get an html file it works fine, but when I try to get a PHP file I get an error saying it cannot get filename.php. How come I can only get html files through WebDAV? Is there a way to change this? Thanks!! -- PHP General Mailing List

[PHP] _POST _GET

2002-11-11 Thread GC
Hi- Can I use both _GET and _POST in the same php file? Thanks!! -Greg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP/MySQL fatal error

2004-08-27 Thread gc
Hi all, I'm Gene Candelaria and I'm a PHP and MySQL newbie. I have a feeling a lot of you have seen this before. I'm teaching myself PHP/MySQL trying to setup a guestbook. I'm running latest versions of Apache, PHP and MySql on my WIN2k machine. I have them working, except, I get the messages:

RE: [PHP] PHP/MySQL fatal error

2004-08-28 Thread gc
On Saturday 28 August 2004 09:43, gc wrote: Hi all, I'm Gene Candelaria and I'm a PHP and MySQL newbie. You have started a new thread by taking an existing posting and replying to it while you changed the subject. That is bad, because it breaks threading. Whenever you reply to a message

[PHP] Fatal error: Call to undefined function

2004-08-28 Thread gc
Let me try this again, I'm Gene Candelaria and I'm a PHP and MySQL newbie. I have a feeling a lot of you may have seen this before. I'm teaching myself PHP/MySQL and trying to setup a guestbook. I'm running latest versions of Apache, PHP and MySql on WIN 2000. PHP is installed from the zip file.

RE: [PHP] Fatal error: Call to undefined function

2004-08-28 Thread gc
Thanks, John. I have the line uncommented, am editing php.ini in my winnt directory and have restarted the server. No magic, yet. Thanks again. g -Original Message- From: John Nichel gc wrote: snip-a-roo It's been awhile since I've done php on Windows, but I think you have

RE: [PHP] Fatal error: Call to undefined function

2004-08-28 Thread gc
Thanks for the help, Phollip. Yes, I did read and follow the instructions in the manual and the faq. I did edit my path and restarted my system. Same result. g -Original Message- From: Philip Olson [mailto:[EMAIL PROTECTED] Sent: Saturday, August 28, 2004 7:11 PM To: gc Cc: [EMAIL

Re: [PHP] open a secondary window/tab in the browser from php

2008-02-18 Thread Neo [GC]
No, this is not possible. You have to do at least two requests, one to get the PDF, one to get the html confirmation message. Normally you would onle open the pdf in a new window using target=_blank for the link. Workflow isn't broken, but you have no confirmation message. There are

Re: [PHP] Redirect via GET is loosing characters

2007-05-03 Thread Neo [GC]
Merlin schrieb: Hi there, I am checking plausability inside a php script that receives a POST submit. If an error occures the user should be redirected back, along with his original data filled into the forms. There is a problem with this. As the GET method, which the redirect is using,

Re: [PHP] Redirect via GET is loosing characters

2007-05-03 Thread Neo [GC]
in the last 20 years (well, 17, since the HTTP protocol came about in 1990) and then think about the fact that it's all still based on nothing higher than version 1.1. On 5/3/07, *Neo [GC]* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Merlin schrieb: Hi there, I