Jump to content
MakeWebGames

Recommended Posts

Posted

I suggest you try to learn the basics of programming, starting of with html.

Remember, you can find almost ANYTHING on the net, and programming tutorials are everywhere.

I suggest you try going through the steps in;

Html

http://www.w3schools.com/html/default.asp

CSS

http://www.w3schools.com/css/default.asp

Once you've been through them, have a quick play around with your header, you don't want to start editing the php just yet. :)

Posted
hehe, you can just start editing causing errors and what not. Just tests you so you can fix it yourself hopefully

Probably one of the best responses ive seen on here so far Trial and Error is always a good thing Just make sure you backup and orignal copy before editing that way if you cant work it out you can replace with backup.

Make note of different error messages example

t_Uncapsed usually means theres a " or ' or ; missing..

undefined function usually means you need a global example global $db, $r, $c; before a call for a function....

Posted

i went and made a few images and have only done some of my login.php , :D i should be done with the login soon (i hope) and be able to do the register :D

Posted
That's great, atleast you went off, and decided to learn for yourself, rather than get somebody else to make it for you. Good stuff, keep it up.
Nice to see you giving it ago.

thnx :D

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...