hi,
does anyone know the path fo requiring the db_table pear class, i know its installed on my server as I have checked with $ pear require I just cant find anywhere example of thepath to require it in php class.
G
Depends on your OS, but usually if you put your db_table php file in your includes folder, you would then only need to put
include(db_table.php);
in your script for it to find it.