Jump to content

Wahoo92583

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Wahoo92583's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, can someone please help me. I am trying to create an application for a prior. The application consists of a flash video player which I have already created. The next part of the application is the test taker. I need to be able to make the link to the test taker inactive if the video player is open and playing and vice versa. Here is pseudo-code if (video player is browser window open) { then make the links to the test taker module inactive } else if (video player is not open) { then make links active } else { do nothing }
  2. Here is my code: <?php $name_full = $_POST['name_full']; $email = $_POST['email']; $comments = $_POST['comments']; mail('wahoo92583@bellsouth.net','feedback from visitor form', $comments); print "Thank you! $name_full We appreciate your comments."; ?> This is in a page called form_response.php and is being sent from a page called form.php The print statement executes, and the read out is processed correctly however no email is sent to me.
  3. not it is not, although I might have the errors turned off in php.ini, my forms process fine in fact, I have an echo statement at the end of my code to see if all of the code is being processed, my echo statement does output to the browser. should I change SMTP to something else than localhost, what should the necessary php.ini configuration look like to run a script such as the one I am trying to run
  4. I am using an Apple Mac Book Pro computer on which I am running MAMP (Macintosh, Apache, Mysql, PHP) I can not get the mail function to send mail after processing my forms locally. I checked the php.ini file to see what could be the problem and I believe I have it configured properly. Please help, this is very frustrating???
  5. I must not be doing something correctly because it will not work
  6. I was not able to find anything that relates to php and forms along with databases
  7. I am new to php and still am having a hard time understanding how to insert data into a access database via php using forms, may you please help?
  8. How do I insert data into an access database via php?
×
×
  • 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.