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
~139 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for dillyfresh

Hi everybody. This is the first "tech" forum I've ever joined, it seems to be a nice place. Thanks to my free time aka unemployment, I finally bit the bullet and bought a domain and some hosting in order to take my web development from casual hobby to (hopefully) marketable …

Member Avatar for mackone
0
68
Member Avatar for dillyfresh

getting this error: Parse error: syntax error, unexpected T_VARIABLE in index.php on line 3 here's the code: [code] <?php include("budget.php"); include("user.php"); ?> <html> <head> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="container"> <a href="user.php?action=register">Register</a><br/> <a href="action.php?function=transaction" id="add"><img border="0" src="img/plus-icon_small.jpg" alt="+" width="30" height="30"/> </a><br/> <?php if(isset($_GET['month'])) $month = $_GET['month']; else $month …

Member Avatar for OS_dev
0
71