Jump to content

tmyonline

Members
  • Posts

    206
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

tmyonline's Achievements

Advanced Member

Advanced Member (4/5)

1

Reputation

  1. Thanks SergeiSS.
  2. Guys: I'm implementing a form for user submission. At the end of the form, there is an image that displays some randomly generated code. The user will be required to enter the code shown on this image before he clicks the submit button. This is done to protect the form from spamming, automatic submission. After the submit button is clicked, I need to do this: if ($_POST['the code the user enters'] == the code on the image) { // proceed(); } Any idea on how to get the code displayed on the image ? Thanks.
  3. Hi guys, I would like a capability so that when someone visits these URLs, http://www.domain.com/somedir/xyz.php http://www.domain.com/somedir/info.php they will be respectively re-directed to: http://www.domain.com/somedir/main.php?p=xyz http://www.domain.com/somedir/main.php?p=info Any idea on how to do it in Apache or PHP ? 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.