?php
include_once "./include/dbcon.php";
include_once "./include/const.php";
?>
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in
/home/vhosts/d-prettygirl.net/httpdocs/schedule.html on line
203
sql error! sql : SELECT m.g_seq, m.g_id, m.g_name,m.g_age,m.g_height,m.g_b,m.g_c,m.g_w,m.g_h,m.g_opt14,m.g_opt10,m.g_img_list,m.g_step,m.g_new,m.g_best,m.g_movie1,m.g_comment, s.g_schday, s.g_day6 FROM girl_member m JOIN (select * from girl_schedule where g_schday = '2021-01-10' AND g_day6 <> 'お休み' AND g_day6 <> '' ) s ON m.g_id = s.g_id ORDER BY s.g_day6, m.g_step DESC