I just stated using classes with php.. I got this really strange error message:
Parse error: parse error, expecting T_OLD_FUNCTION' orT_FUNCTION' or T_VAR' or'}'' in /home/m/mobajla/include/adduser/ClassAdduser.php on line 5
This is from ClassAdduser:
<?
Class Adduser
{
//Hämta funktionerna SendErrorMsg() och SendStatusMsg()
include("../include/EchoPageMessage/EchoPageMessage.php");
//Funktionen slumpar fram ett bra lösenord
function MakePassword()
{
Can't you inlude files while definig a class?