Recent content by unionguy

  1. U

    loading content within same page from link on that page - kinda confusing

    I see what you mean with AJAX an js. It's extremely difficult to know which visitors have js enabled and who do not. It's also not fare to force visitors that do not have js enabled to have to. I believe I have a solution. I'll make one page with all of the info I need to put out, use php to...
  2. U

    loading content within same page from link on that page - kinda confusing

    Hey everyone! I have a project I'm working on, need some guidence but didn't know how to word my search before posting so please forgive me. I'm farely new at creating javascript programs for web site and I have an idea for my webpages to help minimize the amount of scripting and documents for...
  3. U

    Passing a value from a select input field using php

    3 more questions for you. 1st: I do include the <?php script in the form right? Or would it be better to add it to my form validation script? 2nd: How would I write the script to make sure that the user registering has to make a choice from the select field? 3rd: How do I pass a...
  4. U

    Passing a value from a select input field using php

    Looks good ^_^; Will try that out asap! I'll let ya know if I need more indepthness :D You are now on my love list! Congrats!
  5. U

    Passing a value from a select input field using php

    Greetings, I'm having a problem getting select fields to pass information on my registration form for membership. I have text fields down pat but my select fields are a big problem for me. I searched the forums for any issues that may have been posted previously and didn't find any...
Top