Re: [PHP] How do I POST data with headers & make the browser follow?

2005-10-08 Thread Ragnar
Hi Mark, basically what I am working on is integrating a step inbetween the checkout and the payment gateway processing. The cardholder information is checked for enrolment in the first step, if the cardholder is enrolled he will need to authenticate himself by password (this is where the 2nd pa

[PHP] mysqli's equivalence to mysql_result

2005-10-08 Thread The Gimper
Hello if i just want to recive ONE result from mysql i used to use: echo mysql_result($result, 0); Are there any equivalence to this in mysqli? Or what should i use to only recive ONE result, for example when i query with LIMIT 1. - FREE E-MAIL IN

[PHP] ICQ

2005-10-08 Thread Al Hafoudh
is it possible to connect to icq, send messages and etc? thanx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ICQ

2005-10-08 Thread Torgny Bjers
Al Hafoudh wrote: > is it possible to connect to icq, send messages and etc? thanx It should be possible, since PHP has full socket support. I googled a bit and then checked the PHP Resource Index, and found the following: http://php.resourceindex.com/Complete_Scripts/Instant_Messaging/ which d

[PHP] Does flock over nfs work with linux kernel > 2.6.12 ?

2005-10-08 Thread kyle
Hi, from php function manual. I found: flock() will not work on NFS and many other networked file systems. Check your operating system documentation for more details. And from http://nfs.sourceforge.net/#section_d: flock()/BSD locks act only locally on Linux NFS clients prior to 2.6.12. Use fcnt

Re: [PHP] ICQ

2005-10-08 Thread Niels Ganser
> so I'd suggest taking a look at the Perl libraries for ICQ/AIM and > other IM clients that you can probably adapt to PHP without too much > work. Check www.cpan.org for this. Or "sniff" the traffic of a "normal" ICQ client and learn the protocol that way. Alternatively you could search for a l

Re: [PHP] Re: Non-Javascript PHP Onsubmit function?

2005-10-08 Thread Oliver Grätz
Jasper Bryant-Greene schrieb: > I disagree. Best solution: Don't use a confirmation thing, provide the > ability to undo changes instead. That way you don't piss off the > advanced users who KNOW what they're doing, but you still allow the less > advanced users to undo changes they "accidentally

[PHP] per user php.ini

2005-10-08 Thread James Benson
Hey everyone, probably missed the bit in the manual but my current webhost allows uploading of my own php.ini to my home dir, my question is how to do this? My guess would be to set the ./configure line to something like --with-config-file-path=/home/*/public_html but I dont wanna re-compile

Re: [PHP] per user php.ini

2005-10-08 Thread Rory Browne
why not upload a phpinfo() file and see? I'm personally not quite sure how this would work, and I'm interested in finding out. On 10/8/05, James Benson <[EMAIL PROTECTED]> wrote: > Hey everyone, probably missed the bit in the manual but my current > webhost allows uploading of my own php.ini to m

[PHP] Freetype and JPEG disabled

2005-10-08 Thread Feris Thia C.
Hi All, I've tried to compile and install PHP with gd and freetype library enabled, and all PNG and GIF library are loaded. But somehow, JPEG and Freetype still not recognized. I installed Freetype 2.0. Anyone facing these problems before ??? How can I resolved these ? Regards, Feris

RE: [PHP] Dynamic sub directory listing without redirect

2005-10-08 Thread Philip Hallstrom
Hi List, I am trying to allow dynamic URL's for my users to remember similiar to: www.mysite.com/joesoap So I want to use "joesoap" in a PHP script to pick up the user's details from a MySQL database. If the "joesoap" does not exist in the table I will handle that. So basically I have one file