require("../zinc/head.php"); include("../_inc/fn/fmtdate.php"); require("../_inc/fn/writepages.php"); require("../_inc/fn/interview/entertainment_fn.php"); $db = mysql_connect($dbserver,$dbuser,$dbpw); mysql_select_db($dbname,$db); if(isset($_GET['id']))djProfilePage(); else djListPage(); mysql_close($db); require("../zinc/foot.php"); //============================================================================== function djListPage(){ print('
'); displayDJList(); print(' | ![]() | ');
djSearch();
print(' '); dpInterviewList(3); dpBlogList(); print(' |
![]() | ||
![]() | '); print(' [view all djs] print(' | |
![]() |
'); displayDJProfile($_GET['id']); print(' | ![]() | ');
print(' '); dpDJList(2); dpInterviewList(2); print(' |
DJ Profile | |||||||||||||||
| |||||||||||||||
Information | |||||||||||||||
Crews/Affilations | '.diptext($rs['aff']).' | ||||||||||||||
Residencies | '.diptext($rs['resident']).' | ||||||||||||||
Type of music you spin? | '.$rs['t_music_text'].' '.$mdes.' | ||||||||||||||
Type of equipment can you provide? | '.$rs['t_equip_text'].' '.$edes.' | ||||||||||||||
DJ Interview | |||||||||||||||
| '.$st_dt.' | ||||||||||||||
Bio - tell us about yourself | '.diptext($rs['bio']).' | ||||||||||||||
How did you get into DJing? | '.diptext($rs['q1']).' | ||||||||||||||
What do you love most about DJing? | '.diptext($rs['q2']).' | ||||||||||||||
What is your most memorable DJing experience? | '.diptext($rs['q3']).' | ||||||||||||||
What are you future goals as a DJ? | '.diptext($rs['q4']).' | ||||||||||||||
What do you do when you are not DJing? | '.diptext($rs['q5']).' | ||||||||||||||
Shout outs! | '.diptext($rs['shouts']).' | ||||||||||||||
Booking Info | |||||||||||||||
Contact Name | '.$rs['contact_name'].' | ||||||||||||||
Phone | '.$djphone.' | ||||||||||||||
'.$djemail.' |