Search results

  1. O

    How to achieve this form in HTML?

    Here's the form: [ ] male [x] female [ ] others, please specify [___________] how can i achieve this in html? fully functional pls.
  2. O

    After the php basics, whats next?

    Im having trouble finding out what to study next after learning basic php (sql,sessions,error handling,arrays,classes, etc..). What I wanted to learn was the MVC framework. But unfortunately the materials tend to be complex at some point. So im thinking that I must've missed something along the...
  3. O

    php, insert duplication on refresh?

    I have a single page which has forms an a submit button(to itself) that adds a record and then prints the record was added. It works fine but after I press refresh the added record was added again. So far Ive searched that I can use another page to do the query and redirect to my original page...
Back
Top