Search results

  1. P

    Signup queue keeps increasing?

    I don't know if this is supposed to happen as some sort of unkind way to promote/force the premium services, but here are two screen-segments showing (via timestamp in the bottom right corner) that the signup queue keeps increasing. For there to be more signups ahead of mine, given more time...
  2. P

    Odd Javascript behaviour in my PHP file.

    For some reason when I use this script in a HTML file (aptly named "test.html"): <form action="test.php" name="testForm" id="testForm" method="post"> Blarg!! <script type="text/javascript" language="javascript"> function formSubmit() { document.forms["testForm"].submit(); }...
  3. P

    PHP Variables Issue

    I'm having a problem with the following code: <?php # Script - index.php if (isset($var)) { // Check to see if the variable $var is given a value... /* ... */ # <-- Bunch of PHP code to be executed if condition is met. } else { // If $var hasn't been defined... echo "<a...
Top