<?php
function shoutView(){
$color1 = "#466A2B";
$color2 = "#568434";
$e_shout = mysql_query("SELECT FROM 'shoutbox');
echo '<table width="100%">';
I edited loads of lines, so now the problem is on line 6.. heh. Btw, ''db.php'' in included in index.php, and this file is included in index.php so...
It says unexpected T_STRING in line 9, but I dont get it, whats a string? I read a tutorial on reading errors, but it say T_'then problem of name' but I dont know what a string is..
this is my line 8-10
8 //Start table
9 echo "<table width="100%">
10 "
Heh, I know the "100%" is wrong...
Hi, ive got a HTML form all sorted, and you type in your name/e-mail/mobile and a comment, would this be a correct script to add it to a database?
<?
$username="username";
$password="password";
$database="your_database";
$first=$_POST['first'];
$last=$_POST['last'];
$mobile=$_POST['mobile']...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.