Re: how to see the design by php?
Sadly as php is server-side scripting there are only 2 working ways.
1) Upload to your site with:
if($ir['user_level'] ==1)
{
die("Sorry, staff only");
}
after the:
<?php
or...
2) Install wamp and set-up the codes on your computer which is an absolute joy. Here is the link.
Either of those will work... If you're a newbie go for the first. To be honest, wamp confuses me.