Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~329 People Reached
Favorite Forums
Favorite Tags
Member Avatar for roostr

when i add the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> to the code the background colors for tables no longer show up and are transparent instead. even with <table style="background-color: ffffff;"> or <td style="background-color: ffffff;"> it is still transparent. I cannot figure out why this is happening. …

Member Avatar for diafol
0
108
Member Avatar for roostr

I have the name of a php file stored in the database and i need to call that name and display that file on the current page. The code below tries to display a page called "$lay" [code=php] <? $q = "select layout from HomeUser where username = '$username'"; $lay …

Member Avatar for roostr
0
82
Member Avatar for roostr

I am getting the error: Parse error: syntax error, unexpected T_STRING on line 9 and I cannot figure out why. [code=php] <? session_start(); include("dbconf.php"); include("login.php"); if(isset($_COOKIE['cookname']) && isset($_COOKIE['cookpass'])){ setcookie("cookname", "", time()-60*60*24*365, "\"); setcookie("cookpass", "", time()-60*60*24*365, "\"); } if(!$logged_in){ echo "You are not logged in. Please log in and then log …

Member Avatar for roostr
0
139