My question:
How can I select all data in table "clubs" from the "join_date" onward
or how can I re-write the following statement and change the "=" to ">="
$sql="Select *from clubs inner join users on clubs.c_date=users.join_date where user_id ='$user_id'";
thank you