Jump to content

homoeopathy80

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by homoeopathy80

  1. 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.

  2. Why not just use radio buttons instead of regular buttons? Same effect, right?

    Thats the point.....POST method works for text fields....radio buttons....hidden buttons...etc...but not for regular buttons...i need to know how to process the regular buttons as if they were text fields/hidden buttons/radio buttons (if that makes sense)

  3. 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.

    HiI am trying to set up a subscription button on website, The host server seems to have problems with the post method and sends a 405 method dissallowed message. I have tried using the get method but i'm still missing a trick somewhere because it's not working.Please help, thanks alot :)

  4. 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.

    i dont have all the fields included in the send.php because i wanted to test it first but when i want to send this to my mail it wil send a empty mail with just the subject but no input from the formcan someone please tell me what i am doing wrong?thanks in advance

  5. 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.

    Quick question, i just started the tutorials for php, what format do I save as? i'm not seeing it. Am I just saving them as .html s? .php? .dll? i have nooooo ideai think its .php , but then how do i impliment that into an html document?....i just read more and more of the tutorials and im starting to understand it so i appologize for the question! still any comments would be nicelol i keep editing this postso i was trying out the form example, and it returns the contents of the .php as code instead of executing the code, does this mean php isnt working on the server?I installed php and apache but couldnt figure out how i needed to configure apache to work with php

×
×
  • Create New...