Jump to content

dodgeitorelse3

Members
  • Posts

    268
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by dodgeitorelse3

  1. How does the section near top to define variables work? Wouldn't that make $username be the value of $confirm_password?
  2. Very very hard to see the returned array
  3. This tip is taken from https://www.php.net/manual/en/function.split.php Tip split() is deprecated as of PHP 5.3.0. preg_split() is the suggested alternative to this function. If you don't require the power of regular expressions, it is faster to use explode(), which doesn't incur the overhead of the regular expression engine.
  4. your table header also has an extra <th> before user name
  5. With the given information I would guess that you need to make sure the survey script has been written to verify that the fields are filled.
  6. what do the curly brackets before and after header go to?
  7. is there supposed to be a comma at the end of 'kudokey' => $kudokey, ?
  8. I am guessing OP's original post had the html part of code in an .html file and the php code was what he had in his form action file
  9. I don't know what code is in test_time.php so I get an error that that page is not found. When I remove the form action page and leave it blank it seems to work for me and it seems to be starting the time when page loads. This was tested on my linux server.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.