Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE PHP LOOPs not working
2014-07-04, 13:48
Post: #2
RE: iPXE PHP LOOPs not working
(2014-07-04 13:30)jhonny Wrote:  
Code:
        $result = mysqli_query($con,"SELECT * FROM servers WHERE sn='$serversn'");

Nothing in that code will cause a row with job=00 to be returned before a row with job=01. You may wish to add an "ORDER BY" clause to your query.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
iPXE PHP LOOPs not working - jhonny - 2014-07-04, 13:30
RE: iPXE PHP LOOPs not working - mcb30 - 2014-07-04 13:48



User(s) browsing this thread: 1 Guest(s)