At 06.08.2001 10:31, you wrote:
>Hi..
>    I just wanna laugh.... really want to laugh .... WUWUAHAHAHAHAHA
>    I have figure out the solution amazingly! here will be the code I am 
> running
>LoL

it works without separating the code if you add the ; at the end of the
$temp = $username."watch" line...


><?
>
>mysql_connect('localhost','coconut','tkming') or die ("Unable to connect 
>to SQL
>Server");
>mysql_select_db('helpwatch') or die ("Unable to select database");
>
>$temp = $username."watch"
>?>
>
><?
>$watchlist_query = mysql_query( "Create Table ".$temp." ( WId int 
>auto_increment
>not null, QId int not null, Primary Key (WId) )" )  or die ("Error! Cannot
>create table !" . mysql_error() );
>?>

-- 
Andreas D Landmark / noXtension
Real Time, adj.:
         Here and now, as opposed to fake time, which only occurs there
and then.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to