Recent content by Dom G

  1. D

    PHP and CSV login page?

    Ok, so i am creating a simple login page for a website as part of the assessment for my course. I have made a simple 'register' form, which can write a username and password to an external .csv form easy enough, but when logging into the website, i do not know how to actually use the data...
  2. D

    PHP error-undefined variable?

    I'm a rookie with PHP, but the course i am on, requires me to make a competition website for submitting a caption. However, i get this error when i try to submit the quote Notice: Undefined variable: username in /Users/mymac/Sites/quotewrite.php on line 5 This is a section of the PHP <?php...
  3. D

    PHP and CSV login page?

    Ok, so i am creating a simple login page for a website as part of the assessment for my course. I have made a simple 'register' form, which can write a username and password to an external .csv form easy enough, but when logging into the website, i do not know how to actually use the data...
Back
Top