But where in a php-page shall i load classes. I know about the missing $. But that isent the problem. Here i have a simple, basic, webbpage. Shall i load my classes at the top like this or ??? My class is in class.inc <?php include("class.inc"); ?> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#C0C0C0" link="#000000" vlink="#000000" alink="#000000"> </body> </html> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php