Jump to content

phphelp01

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

phphelp01's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am using php session to store contact information to pre-filled some field of a form . Instead of putting the information as sessions directly on the referrer page, is there a way to store those information in a text file include in the referrer page and pass them to the form to prevent spam bots? I am new to php so any help in getting me to the right direction will be great. Thanks!
  2. I want to create a page that have multiple send to friend link. For example, I have a page called sample.php with multiple send to friend links, when a user click on link 1, the email to the friend should show the link of the page where link 1 is pointing say page1.html not sample.html (the referrer page). Is this at all possible? I only want to create one send to friend php script.
  3. I wanted to create a simple math question but not the real captcha. It is like a simple question of 2 + 2 = ? and have validation of if the answer is 4. How do I do the validation of if 4 let them submit if the answer is wrong give an error message below the input box? Thanks.
  4. Hi, I am not sure if this is a php thing. I have a send to a friend script in php and I would like to use the same scirpt for a page that have multiple link. Example, I want to have a page with 10 link for the send to friend script but each link will send a different page to the friend not the page where the sender click on but another page that is being specify for the specific link. Is that possible? IF yes, how can I have the accomplish? Thanks.
  5. I am new to php. How do I store the values? Any sample or link to tutorial that can help would be great. thanks
  6. I created a php form that I would like to use multiple time in different pages. I want to have a specific information from the referer page to be inserted in a read only field in the php form without using submit. Example, I have a link from a.html, b.html, c.html, etc to the php form. each html will have a list of name and I want one of the field in the php form to show one of the name in the list. Is that possible and how do I do that? Any help with this will be great. Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.