Menu

#4 Assigning and appending

open-accepted
nobody
None
2
2002-12-06
2002-10-16
No

$sql = "SELECT journalist_id, first_name, last_name ";
$sql .= "FROM journalists j ";
$sql .= "ORDER BY department_id, last_name";

I suggest that the first line should contain 2 spaces after
$sql, i.e.:

$sql = "SELECT journalist_id, first_name, last_name ";
$sql .= "FROM journalists j ";
$sql .= "ORDER BY department_id, last_name";

Discussion

  • Steve Hancock

    Steve Hancock - 2002-12-06

    Logged In: YES
    user_id=126278

    Yes, this would improve the formatting.

     
  • Steve Hancock

    Steve Hancock - 2002-12-06
    • priority: 5 --> 2
    • status: open --> open-accepted
     

Log in to post a comment.