Jump to content

God I'm An Idiot


suchuwato

Recommended Posts

when you see code in a book, sections are indented.

 

do you need to do that when you type in in notepad

 

 

(god i'm an idiot :smack:)

Share this post


Link to post
Share on other sites

gah. type (idiot, again) it's php/mysql.

 

:smack:

 

 

edit:

 

ok, so i upload this to my host to see if php works. it is enabled on my host but it doesn't work

 

<html>
<head>
<title> php test page </title>
</head>
<body>
<p>this is normal html
<p>
<?php
echo "this is a php line";
phpinfo();
?>
</body>
</html>

Edited by lego

Share this post


Link to post
Share on other sites

you don't have to indent it and make it all pretty like the examples you see in a book, but if you do it does make your code more neat and organized. BTW yes you are an idiot lol j/k.

Share this post


Link to post
Share on other sites

:withstupid:

 

-ladies and gentlemen of the jury have u reached a verdict?

-yes we have your honour, we find the defended, lego, to be an idiot.

-by the power vested in me by the state of tetelia i hereby sentence u to never master the works of html programing and to be hereafter known as an idiot. take him away!

Share this post


Link to post
Share on other sites

Ok as far as i know you dont need to indent in any type of programming for it to work. BUT it makes it 100% easier to figure out what goes with what. Now back to programming my java dude lol. (its a face with 3 hair options, 3 eye options, and 3 mouth options that we have to draw with characters after asking what kida of guy you want. kinda like this:

 

|||||||||||||||||||||

| |

| |

| . . |

_| |_

|_ _|

| ______ |

| |

 

Yeah it looks kinda bad here but with good old comand prompt text it looks soo much better :)

 

Edit: ok nothing liek that it wont let me space like that lol Ok so were both idiots....

Edited by cchalogamer

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...