Search results

  1. B

    How do I use PHP to create a mailing list?

    I have a database populated with email addresses and its all configured with php files and such on a webserver. What PHP commands do I use to read the emails from the database table and send an email to all of them at once?
  2. B

    How do I create new html webpages through a php script?

    On my website, A user enters information for a product, and that information is sent to my database. I want to also create a page for that product that other people can then view. I'm assuming creation of the file would happen in the PHP script before sending the information, so that the link to...
Back
Top