Search results

  1. S

    Getting text inside text boxes and emailing them - PHP?

    Here is my code. What is wrong? When I get the email it says one textbox's content. Can I do all of them? <?php $text1 = $_POST['name']; $text2 = $_POST['tb2']; $text3 = $_POST['tb3']; $to = "[email protected]"; $subject = "Go!"; $body = $text1+$text2+$text3; if (mail($to, $subject...
  2. S

    Getting value of text boxes and emailing them - PHP?

    I have multiple textboxes and I want to get the value of them and email them in PHP. I have tried <?php text1 = $_POST['textbox1']; text2 = $_POST['textbox2']; text3 = $_POST['textbox3']; $body = $text1 + $text2 + $text3; (snippet of code) and it doesn't seem to work. Help?
  3. S

    Viewcon MIDI cable no working?

    My new eBay Viewcon MIDI cable is not working with my Casio WK-3000 keyboard. CHECKED THE IN-OUT, but either my keyboard or Windows Vista 32-bit computer's driver isn't. All it gives me is a red light on the cable. I want it to flash yellow for me playing keys, but it FAILS. Help please!
Back
Top