Search results

  1. I

    How do I move a image file from one location to another?

    Hello. I can't seem to remember how to move a image file (png, jpg, gif) from one folder to another, could anyone please remind me. So far, I've built a page/form that will allow me to upload a file, and then pass the form data to a php file. This works fine. The php (below) works fine, but...
  2. I

    How do I get started with phpMailer?

    Hello. May I enquire how I can get started with phpMailer? I've downloaded the zip file and placed it on my site. Now I haven't got a clue how to configure it. In the phpMailer file it has: Is this where I place my site's email address and sender's name, and recipients email address? Also...
  3. I

    How do I insert or connect a database to a datatable?

    Hello. May I please enquire about DataTables and inserting either a database or array? I've managed to some-how get an example DataTable to display in an html page. The example table has 57 entries in it (however I've cut it down to 2 in this question). I would like to please ask, how do I...
  4. I

    Request help with DataTables and php

    Hello. I'm looking to build a simple search routine, which will display results from a keyword. (ie a very basic search engine), for my site. As simulated data for now I've created an array, with 50 basic entries which works fine:- Now, this is where I'm having difficulty. I'm using...
  5. I

    General Search Query

    Hi. I'm looking into building a very basic search engine. I'd just like to enquire, once a url has been entered in to a form, How might I go about scraping, the page's, Title, Description? Or is there any php code already exists? Thanks.
  6. I

    Request help with smtp

    Hello. Thank you for your replies.. Just a brief update I've moved happyappi.com to another host, and it appears to be working fine.
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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