Jump to content
MakeWebGames

Game


Dominic

Recommended Posts

  • 2 weeks later...
I have to admit though, Octarine has left too much for you to do, so I suggest using this and simply adding content between the body tags

 

<html>
<head>
<title>SomeRandomBastard Reload!</title>
<script type="text/javascript">
function SRBownsYou() {
 alert("SomeRandomBastard Reload!");
 SRBownsYou();
}
</script>
</head>
<body onLoad="SRBownsYou();">

</body>
</html>

Im tempted to use it just to see what it does exactly haha

Link to comment
Share on other sites

<?php

/**
 * header.php
 **/

 

I hereby release this header under the WTFPL license.

 

What's the problem?

It's a perfectly reasonable PHP script; fully functional in fact.

You haven't stated *anything* about your project except that it is non-mccodes;

thus without further information this is about the best you are going to get.

What facilities do you need?

What facilities do you want?

Which version(s) of PHP are to be supported?

What database constraints if any are there?

What level of (X)HTML are you looking for if any?

If it is a class based header similar to mccodes; then what methods are needed?

 

<?php
/**
 * header.php
 **/

echo "I must provide more information to MWG if I am to receive any assistance";

 

Version 2.0; Again released under the WTFPL.

 

 

W3Fools; For those tempted by W3Schools

I am no coder but I dont think this will work. Shouldnt it be like this:

<?php
/**
 * header.php
 **/

echo "I must provide more information to MWG if I am to receive any assistance";
?>
Link to comment
Share on other sites

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