Jump to content

dstars5

New Members
  • Posts

    2
  • Joined

  • Last visited

dstars5's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hey guys, I've run into a problem on my website. I need to send two emails when a form is processed. One is to me, one is to the person submitting the form. I've been using mail() but its performance is sketchy at best. Sometimes the email sends, sometimes is doesn't. Any suggestions on how to reliably send emails? I want to be sure I get the information I need, and they get a confirmation email.
  2. Hey guys, I have been trying to figure out how to get all files in a folder into a PHP table.. However, when I use: <?php print_r(scandir($dir)); ?> The array only has the first file in the directory. I have noticed, however, that one out of the 6 folders I have tried with this actually worked. The array contained every file inside. I have no idea why it works on this one though. Can anyone help me out?
×
×
  • 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.