User Profile

Collapse

Profile Sidebar

Collapse
wktarin
wktarin
Last Activity: Dec 16 '08, 05:52 PM
Joined: Nov 17 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • wktarin
    replied to Trouble Making Radio Buttons Sticky
    in PHP
    I decided to simply have the links open in another window. Thank you both for your input.
    See more | Go to post

    Leave a comment:


  • wktarin
    replied to Trouble Making Radio Buttons Sticky
    in PHP
    Thank you for your responses. Could you give me a hint about what JavaScript I would need to use, or where I could find information on constructing it? I'm really not familiar with Java (and I'm pretty green at PHP, for that matter.) Thanks for helping.
    See more | Go to post

    Leave a comment:


  • wktarin
    replied to Trouble Making Radio Buttons Sticky
    in PHP
    Forgive my ignorance. I'm not sure what you mean. I've tried the form with both POST and GET.
    See more | Go to post

    Leave a comment:


  • wktarin
    started a topic Trouble Making Radio Buttons Sticky
    in PHP

    Trouble Making Radio Buttons Sticky

    I've constructed a survey form, and I want to make the radio buttons sticky, so that if participants leave the page, they can return to find their answers still in tact. However, I can't seem to find the right code to make the radio buttons sticky. Below is the code I'm using. Any help would be appreciated.

    Code:
    <p>Do you enjoy web designing?<br />
    	<input name="ans1" type="radio" value="yes"
    ...
    See more | Go to post

  • @Markus: Sorry about the code gaffe. Must have missed that when I scanned the guidelines. Thanks for your response. I knew my problem had to be something ridiculously simple... But it's fixed and working now!

    @nathj: The form will be sent only to the company email address and the subscriber, so the blind carbon isn't a necessity. But thank you for the reminder.
    See more | Go to post

    Leave a comment:


  • wktarin
    started a topic Problem sending multiple emails from a mail () form
    in PHP

    Problem sending multiple emails from a mail () form

    Hi. I'm a relative newcomer to the world of php, and I keep bumping into a problem with a mail () form. I need to send an automatic email to two addresses, but I can't seem to get it to work. One email address works just fine, but I can't get the email sent to two different addresses no matter what I try. Below is my code. If someone could help me spot my errors, I'd appreciate it. Thanks!

    Code from actual page:

    Code:
    <?php
    ...
    See more | Go to post
    Last edited by Markus; Nov 17 '08, 09:45 PM. Reason: added # tags
No activity results to display
Show More
Working...