Hi I am trying to combine these two lines into one working line of 
script

$query_Recordset1 =("select *, DATE_FORMAT(thedate,'%W - %d/%M/%Y') as 
editeddate from CC_Courses");


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

Basically I want to filter the records and also format the date but I 
cant seem to get it to work. Can anyone help I am really stuck here!
Thanks 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