Jump to content

homoeopathy80

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by homoeopathy80

  1. Why will it be removed completely in PHP 6? I thought it is required for database.
  2. Dear inkubus08,With PHP, you cannot pass values from input of type buttons. A button only indicates what should be done. It does not store anything that can be passed. So change your style of coding to some valid input types - checkboxes, radio buttons, etc.Good luck.
  3. Why not just use radio buttons instead of regular buttons? Same effect, right?
  4. homoeopathy80

    FOrms again

    Using the post method is best when sending information with forms. Instead of changing the method to a less efficient one (for forms), change the host server to a more efficient one.
  5. I tested your codes for both "Boeking.html" and "send.php". It worked perfectly well! I just changed the e-mail address to my own, and I did receive the e-mail with the text specified in the "naam" field.If you had run the "send.php" file on your localhost, it may not work. The mail() function in PHP works when you actually upload the "send.php" file on your web hosting FTP.Try it out and let me know. All the best.
  6. You may just download the setup for phpdev423 (.exe) at:phpdev423.exe DownloadDownload from your nearest location.phpdev is a bundle of PHP/Apache/MySQL/PERL/phpMyAdmin/PHP-GTK preconfigured to run on the win32 platformYou can run it straightaway after installation. Once installed, just click on "2K-NT-XP-phpdev_start.bat" in the "phpdev" folder. Once you see the word "running", type "http://localhost" in your web browser's address bar.
×
×
  • Create New...