[PHP] Problem solved!

2005-02-03 Thread Jerry Miller
I didn't want to give up entirely on the flexibility of writing my scripts in C, so I thought some more about how to get a CGI script to use PHP without having to spend a lot of time on PHP logic. My first attempt was to see whether I could substitute the extension .php for the usual .cgi

[PHP] problem solved (?)

2004-08-05 Thread Mark
Thanks very much, Curt. I assumed (stupid me) that I needed to configure PHP 5 for mysqli but this was nonsense since I am using version 4.0 of MySQL. Now I use php_mysql.dll in C:\PHP and only remove the ; from ;extension=php_mysql.dll in php.ini. Sorry to have bothered you all with this. !

RE: [PHP] problem solved (?)

2004-08-05 Thread Jay Blanchard
[snip] ! Still the problem remains that there is no mysqli equivalent for mysql_field_name [/snip] As I had suggested earlier you could do a DESCRIBE `table` query and loop through the column names returned. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] [problem solved] - Is it possible to see if a jpeg is RGB or CMYK via PHP GD2?

2004-01-09 Thread SED
I was to fast on this list... I found the solution reading the manual better ;) ... With JPG images, two extra indexes are returned: channels and bits. channels will be 3 for RGB pictures and 4 for CMYK pictures. bits is the number of bits for each color. Beginning with PHP 4.3, bits and

[PHP] Problem solved

2003-01-26 Thread WMB
Just in case someone wants to know : I had to uncheck the passing parameters in the go to detailpage parameter box! Martin Wmb [EMAIL PROTECTED] schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... | Hope Í'm at the right place to ask this question. | | Am using DMX and encounter

[PHP] Problem Solved

2001-11-28 Thread Ryan Stephens
I figured i would post my solution to the problem that i found somewhere. It had nothing to do with anything i was doing. Its a bug in some versions of PHP. here is the function i had to use to fix this function fix_php_upload_bug($tmp){ $infile=fopen($tmp,r); // Open the file for the copy

[PHP] PROBLEM SOLVED - was [PHP] Rasmus HELP ! Fwd: [PHP] mail() ERROR - WHY, WHY, WHY]

2001-09-11 Thread Badger
This is a forwarded message From: Badger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Monday, September 10, 2001, 11:04:54 PM Subject: [PHP] Rasmus HELP ! Fwd: [PHP] mail() ERROR - WHY, WHY, WHY ===8==Original message text=== This is a forwarded message From: Badger

[PHP] Problem solved, thanks!

2001-04-12 Thread Plutarck
"distinct" and "order by" are all I need. Thanks to John Keith and John Perkins for their quick answers! -- Plutarck Should be working on something... ...but forgot what it was. ""Plutarck"" [EMAIL PROTECTED] wrote in message 9b6229$48j$[EMAIL PROTECTED]">news:9b6229$48j$[EMAIL PROTECTED]...