// namespaces uses backslashes, check the PHP documentation $val = new \Classname\Myhtml(); // both namespaces and classes should be used ucfirst()
<?php namespace Classname; class Myhtml {}
It looks like you're new here. If you want to get involved, click one of these buttons!