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" exte
[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: http://www.php.n
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.
! Sti
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 channe
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 fo
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
$
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 <[
"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]..
8 matches
Mail list logo