Hi I am trying to combine the following two queries into one. I have 
tried all sorts and cant get it to work can anyone advise me?

$query_Recordset1 = sprintf("SELECT * FROM CC_Courses WHERE 
Course_Category = '%s'", $colname_Recordset1);

$query_Recordset1 = "SELECT *,DATE_FORMAT(thedate,'%d/%M/%Y') as 
fdate  FROM CC_Courses";

Thank you in advance
M






The php_mysql group is dedicated to learn more about the PHP/MySQL web database 
possibilities through group learning.  
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php_mysql/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to