Jump to content

[SOLVED] error that from what i can see dont exist


jamesxg1

Recommended Posts

<?php session_start();

inlcude 'includes/Functions.php';
inlcude 'includes/Connection.php';

$username = $_SESSION['username'];

$artists = ceil(mysql_num_rows(mysql_query("SELECT * FROM music WHERE username = '$username'")));

print "$artists";

?>

 

 

Check your spelling yo!

 

<?php session_start();

include 'includes/Functions.php';
include 'includes/Connection.php';

$username = $_SESSION['username'];

$artists = ceil(mysql_num_rows(mysql_query("SELECT * FROM music WHERE username = '$username'")));

print "$artists";

?>

Check your spelling yo!

 

<?php session_start();

include 'includes/Functions.php';
include 'includes/Connection.php';

$username = $_SESSION['username'];

$artists = ceil(mysql_num_rows(mysql_query("SELECT * FROM music WHERE username = '$username'")));

print "$artists";

?>

 

OMG!, That was so obvious !, Im so sorry, Thanks for your help flyhoney.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.