Jump to content

niche

Members
  • Posts

    3,671
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by niche

  1. You're using the POST method and '' for the action, so put an if statement after your form and do whatever you need to within that if.

    Like this:

    // form goes here
    
    if (isset($_POST['pick a name from your form'])) {
    	// do your thing here
    }

    Voila!

    • Like 1
  2. I don't think that will do anything.  You need to SELECT more columns than than just the ones you want to JOIN ON to get anything back.  Also, I recommend changing imageid to output_images.imageid   

    • Like 1
  3. Never wrote a do while Loop. So, I looked it up! Looks like it should work Pretty simple concept.. If not post the error, if you can't resolve it and we'll deal with it then.

    Great example of the student teaching the teacher, which is frequently the case.  Thanks!  

    • Like 1
  4. Let's deal with what might be the first challenge. How you want to do to do your mult queries? Actual separate multiple queries, sub queries, JOINS, etc. If something else needs to happen first, let us know.

    • Like 1
  5. I probably don't understand what you're actually asking, but based on on all the available information, in your question, here's what I'd do:

    <div class="region region-content">
         
    <h1 class="js-quickedit-page-title page-header">Real Estate Investors1</h1>
      
    <div class="views">
      ....
    </div>
    
    </div>

     

×
×
  • Create New...