Mysql webhost - 29Chapter 2Server-Side Web Scriptingmysql_select_db( techbizbookguide ) or die( Unable to accessdatabase );
November 22, 2006 on 5:36 pm | In php | No Comments29Chapter 2Server-Side Web Scriptingmysql_select_db( techbizbookguide ) or die( Unable to accessdatabase ); $query = SELECT Blurb FROM Org WHERE OrgName = $org ; $qresult = mysql_query($query) or die(mysql_error()); $blurb = mysql_fetch_array($qresult) or die(mysql_error()); print( $blurb[0] ); ?>
| $title | $authorfirst$authorlast | ); } ?>