php-general Digest 8 Oct 2005 21:21:15 -0000 Issue 3726

2005-10-08 Thread php-general-digest-help
php-general Digest 8 Oct 2005 21:21:15 - Issue 3726 Topics (messages 223759 through 223776): Re: Global unavailable? 223759 by: Oliver Grätz Re: Non-Javascript PHP Onsubmit function? 223760 by: Oliver Grätz 223763 by: Jasper Bryant-Greene 223775 by: Oliver

Re: [PHP] Linux/PHP and Windows/MSSQL

2005-10-08 Thread Frank M. Kromann
On Thu, October 6, 2005 8:29 pm, Rick Emery wrote: Knowing that I'm not the only one to want to connect to Microsoft SQL Server on Windows from PHP and Apache on Linux, I'm seeking advice. You may want to consider using the Sybase drivers if they are available as up-to-date RPMs.

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

2005-10-08 Thread Ragnar
Hi Richard, just to stop and everyone from getting a heart attack right this instant what I am doing with cURL and the multiple pages attempt is not much more scary than any other person leaves credit card info on form script you come across. The server that I am re-sending the data to is our

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

[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

[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

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

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: [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 my

[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