View Single Post
Old 02-01-2010, 10:34 PM   #3 (permalink)
CΛSTΞX
The Acquainted
 
Join Date: Feb 2008
Posts: 107
Thanks: 3
CΛSTΞX is on a distinguished road
Default

Thanks, you mean like this ? It doesnt worked :(

PHP Code:
$query "select * from looks order by id";

$stringData data_dump$query )."\n";

fwrite($fh$stringData);
fclose($fh); 
__________________
Downloadic
infolizer
Send a message via MSN to CΛSTΞX
CΛSTΞX is offline  
Reply With Quote