View Single Post
Old 03-21-2008, 03:57 PM   #3 (permalink)
marxx
The Contributor
 
marxx's Avatar
 
Join Date: Sep 2007
Location: Finland
Posts: 45
Thanks: 3
marxx is on a distinguished road
Default

Hi Freenity, thanks for answering.

It seems that I'm missed something, I can't get it work..
I even try copy/paste hole php but no.

Then this came up. How should I make calling this function?

Now I have like this:
PHP Code:
maketable("'id', 'f1', 'f2', 'f3', 'f4'","SELECT * FROM test"); 

// edit:

I print_r $fiels and this came up
PHP Code:
Array ( [0] => Array ( [0] => idf1f2f3f4 ) ) 
So I have to explode $fields.. ok..


Thanks for all help!
Send a message via MSN to marxx
marxx is offline  
Reply With Quote