Jump to content
MakeWebGames

Recommended Posts

  • 2 months later...
Posted

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.

Posted

Re: how to see the design by php?

Have you tried using EnginSite Editor for PHP it seems to do the job for me 90% of the time quite easy to use and install too works from windows 98 to vista

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...