Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 8,079
» Latest member: seanac11
» Forum threads: 10,350
» Forum posts: 91,276
Full Statistics
|
Online Users |
There are currently 243 online users. » 0 Member(s) | 241 Guest(s) Bing, Google
|
Latest Threads |
I'm leaving the site too....
Forum: 2DWorlds Discussion
Last Post: Jacob_
07-03-2023, 04:59 AM
» Replies: 12
» Views: 6,414
|
hi there.
Forum: 2DWorlds Discussion
Last Post: Jacob_
01-03-2020, 04:30 AM
» Replies: 1
» Views: 775
|
obroke
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 10:11 AM
» Replies: 0
» Views: 20,546
|
fcouldn't
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 09:02 AM
» Replies: 0
» Views: 8,256
|
qhow
Forum: Current Games
Last Post: PhilipShums
09-06-2017, 07:25 AM
» Replies: 0
» Views: 2,141
|
zstone
Forum: Current Games
Last Post: TimothyTox
09-06-2017, 07:03 AM
» Replies: 0
» Views: 1,010
|
vbit
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 03:00 AM
» Replies: 0
» Views: 985
|
sildenafil 100 mg sandoz
Forum: Current Games
Last Post: RichardLen
09-06-2017, 12:28 AM
» Replies: 0
» Views: 1,203
|
mhis
Forum: Current Games
Last Post: TimothyTox
09-05-2017, 04:09 PM
» Replies: 0
» Views: 1,009
|
sildenafil citrate 100mg ...
Forum: Current Games
Last Post: Waltertog
09-05-2017, 12:27 PM
» Replies: 0
» Views: 964
|
|
|
PHP Help |
Posted by: Chaos - 07-14-2011, 02:25 AM - Forum: Programming
- Replies (11)
|
 |
Code name: blog.php
[lua]
<?php
<html>
include("header.php");
echo "<link href="style.css" rel="stylesheet" type="text/css">";
echo "<center><p>------------------------------------------------------------------------------------</p></center><p><center>";
echo "<p>Posted July 7th, 2011:</p>";
echo "<p>Hello my name is Matt, but just call me chaos. If you have in fact stumbled across</p>";
echo "<p>this site then you have no real reason to be on here. Maybe you just want to check out</p>";
echo "<p>my progress since this is simply a practice site getting me ready for the real world!</p>";
include("footer.php");
</html>
?>
[/lua]
ERROR:
Parse error: syntax error, unexpected '<' in /home/a1555635/public_html/blog.php on line 2
|
|
|
Any fun games? |
Posted by: Carrot - 07-13-2011, 11:33 PM - Forum: 2DWorlds Discussion
- Replies (17)
|
 |
Hi I am carrot! (Leader of the zombie clan) But that's not important. I am posting this to ask where a lot of people hang out on buildism? I have visited some places and nobody is there. I was thinking we should all pick a place to hang out! Please reply
-(Zombie Carrot)-
|
|
|
PHP Filesystem |
Posted by: Dignity - 07-13-2011, 10:54 PM - Forum: Programming
- Replies (9)
|
 |
Code: <html>
<head>
<meta charset="utf-8" />
<title>Wiki Page</title>
</head>
<body>
<h1>
<?php
include("rnd.php");
$file = fopen($_GET["Name"];,"w");
fwrite($file,$_GET["body"];);
fclose($file);
include("footer.php");
?>
</body>
</html>
For some reason, this isn't working.
Any ideas?
|
|
|
|