mysql.class.php with executeQuery command
Posted: Mon Dec 12, 2005 7:31 am
My ISP made a php-script with a mysql.class.php
They do not want to give me the code. Now I am not able to test and create my own additions.
Does any one know / has a class where with functions like
$r = $mydb->executeQuery($query);
$mydb->getRecords('mydb','cat_id',$cat[cat_id],'linkname,keyword1,keyword2,keyword3,url,status','prio');
Eelco
They do not want to give me the code. Now I am not able to test and create my own additions.
Does any one know / has a class where with functions like
$r = $mydb->executeQuery($query);
$mydb->getRecords('mydb','cat_id',$cat[cat_id],'linkname,keyword1,keyword2,keyword3,url,status','prio');
Eelco