Search results

  1. I

    Request help with Database PDO Update

    Hello. I'm trying to create a forgot password and password reset routine, however I've ran into an un-expected error with $stmt->execute(); At present, I'd like it to create a 5 or 6 digit pass code and write it to the database, however as far as I can work out, after the update statement, it...
  2. I

    Request help with smtp

    Hello. May I please request assistance with regards sending mail via smtp? I've written so far, for a basic test:- However I can't get it to work. The site log seems to report there's any error with the line I've coloured above. Could someone please spot where I'm going wrong, or should I...
  3. I

    Request assistance with creating and reading an array

    Hello. May I please request some guidance with regards arrays? I'm trying to create a very simple job search and application section of my site. To start with, site asks the user to select which part of the country should searched for or Any Part, then I want it to search the database for...
  4. I

    Request guidance with writing automation code, and accessing the database.

    Hello. Could I please request some guidance with writing some automation code, as I've not done this before? At present I've written the cron.php file: <?php /* Root Directory*/ header('Location: '."/Automation/start.php"); die(); ?> and the start.php file:- <?php header('Location...
  5. I

    Automation Query

    Hello. Could anyone, please advise me, on how to write sum automation code for my site? I've created a piece of code which will send email to the site's members. However this will only work when the site is visited. I would like to automate this so that every 2-5 minutes (for example, the...
Back
Top