I used this code
| Code: |
|
<? require ('functions.inc'); try{ DisplayRecordTable(); } catch(Exception $e)( echo $e->getMessage(); } ?> |
But it does not work. Does anyone know why it gives the error message
Parse error: parse error in c:\phpdev\www\testing\dtable.php on line 3
Thanks
