Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ShinyMagikarp

Pages: [1]
1
General discussion / Re: Anon
« on: April 27, 2013, 08:26:59 pm »
Lol Snayler I'm getting a pretty bad rep on here already :P

2
Web Oriented Coding / Re: Well, dammit.
« on: April 27, 2013, 04:13:03 am »
@fur thanks for the links :D I'm totally bout to dive into PHP and JavaScript. But first.. bout 8 hours of sleeps lol

3
Web Oriented Coding / Re: Well, dammit.
« on: April 27, 2013, 04:07:06 am »
If you want to be a hacker, I think you should start by getting rid of that password your Mom set. +1 for being a Snorlax :)

Isn't "document.write" JavaScript?


Holy shit dude ur right!!! God I'm such a retard yeah it should be echo ("Hello World") I think. I'm still on like the first lesson lol soososososososo ok I have windows 7. So to get rid of the pass word I just gotta open Cmd and type "net user administrator *" and then type the new pass. Kewl. Totally forgot about that haha

4
Creative Arts / Re: The Music Thread
« on: April 27, 2013, 03:53:52 am »

Phinehas - A Pattern In Pain[/size]http://www.youtube.com/watch?v=ETwj4QQTjSk
[/size]
[/size]Cryomancer - Defiler
[/size]http://www.youtube.com/watch?v=NWnJfLFmqmg
[/size]
[/size]Aegaeon - The Deprivation Of Existence
[/size]http://m.youtube.com/watch?v=P7WNP0c1S1k
[/size]
[/size]Sorry lol didn't even think about it :P
[/size]

5
Creative Arts / Re: The Music Thread
« on: April 27, 2013, 02:45:05 am »
Phinehas - A Pattern In Pain
Cryomancer - Defiler
The Deprivation Of Existence - Aegaeon <-- the one I usually fall asleep to. XD

6
Web Oriented Coding / Well, dammit.
« on: April 27, 2013, 02:39:44 am »
Ok,


I know this is a total n00b question, but how the hell do I embed PHP into an HTML page? I don't have any software that interprets PHP code because my mom (I'm 17 lol) put a stupid fucking password on my desktop comp so I can't download any programs, but my laptop is from the freaking Stone Age!


Here's the source code.


<html>
<head>
<title>Testing PHP 123<title>
</head>
<body>
<?
document.write('Hello World!');
?>
</body>
</html>

Pages: [1]