Why will this statement not print a column with "lastname space firstname"? Print " .$info['businessname'] "; Print " .$info['firstname']. " " .$info['lastname'] "; I want to see 2 columns - a
Comment on this Question and Answer >>>
ASK A QUESTION
More mysql PHP Questions
How do I group the results of a mysql query?Why does this code not work? Returns this error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND ClaimNo = AND UserName = john' at line 2
How do I access the current time with mysql?
How do I include a conditional in my mysql query?
What is difference between mysql_fetch_array and mysql_fetch_object?
