I'm editing a .inc file as part of a script. The header looks like this:
function startpage($title="bitlog v0.6.5") {
echo "<HTML>\n" ;
echo "<HEAD><TITLE>$title</TITLE></HEAD>" ;
echo "<BODY BGCOLOR=\"#FFFFFF\"> \n" ;
echo "<table width=\"100%\" cellpadding=\"1\" cellspacing=\"0\" border=\"0\" align=\"center\" bgcolor=\"#CCCCCC\">" ;
echo "<tr><td>" ;
echo "<table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\" border=\"0\" align=\"center\" bgcolor=\"#EEEEEE\">" ;
echo "<tr>" ;
Everytme I try to squeeze "<LINK rel="stylesheet" href="../style.css" type="text/css">" in the <HEAD> I get errors about not being able to connect to the MySQL database. What would be the propper way to insert that?




Bookmarks