But where in a php-page shall i load classes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux