Recent content by Oinks in Pink

  1. O

    What's wrong with this PHP file?

    whats EOT for?.. anyway with your example i cant see why you wanted to use php. But try this.: <?php echo "<img src=\"/themes/gallerybanner.jpg\" width=\"125\" height=\"137\"/>"; ?> or <?php echo "<img src='/themes/gallerybanner.jpg' width='125' height='137'/>"; ?>
  2. O

    What's wrong with this PHP file?

    whats EOT for?.. anyway with your example i cant see why you wanted to use php. But try this.: <?php echo "<img src=\"/themes/gallerybanner.jpg\" width=\"125\" height=\"137\"/>"; ?> or <?php echo "<img src='/themes/gallerybanner.jpg' width='125' height='137'/>"; ?>
  3. 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.
  4. 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...
  5. 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