The official web hosting company for the BlueVoda Website Builder. You are currently viewing our support forum as a guest which gives you limited (read only) access. By joining our support forum you will be able to ask questions, participate in discussions and receive assistance. Registration is fast and simple. Click Here To Join our support forum today! We look forward to helping you build and publish a fantastic website.
I am starting to learn PHP. I used to make some coding with Visual Foxpro and both have some things in common.
When making a form, in order to avoid that a non real person submits data to the form, i created a new field in the form and called it "suma". In this field the user must include the sum of the current year plus the current day. That means that the value will be the same during the whole day and the value will have 4 digits. For instance 2008+29= 2037
At the beginning of the ACTION .PHP file i included the following piece of code: