Forum: MySQL Jul 4th, 2009 |
| Replies: 1 Views: 383 SOLVED :
HEre is the code:
SELECT COUNT(order_placed_date)
FROM va_orders
WHERE DATE(order_placed_date) = curdate(); |
Forum: MySQL Jul 4th, 2009 |
| Replies: 1 Views: 383 Hello
I would like to know how to display orders placed on a certain day.
For e.g.
I would like to display orders placed today.
My MySQL database contains the following tables: |
Forum: JavaScript / DHTML / AJAX Jul 4th, 2009 |
| Replies: 1 Views: 472 Hello
How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject ).
I am using Open Flash Chart and the chart is displaying fine in my php shoppping cart, but my javascript... |
Forum: Python Apr 27th, 2009 |
| Replies: 13 Views: 2,199 THe reason i suggested that you download MSVC files is due to the fact that PyQt also suggests that. |
Forum: Python Apr 26th, 2009 |
| Replies: 13 Views: 2,199 Did you download
MSVC2008 C++ runtime DLL
http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en |
Forum: Python Apr 25th, 2009 |
| Replies: 21 Views: 2,342 Thanks for the links.
I am also deciding between wxPython or PyQt. I tend to be learning towards PyQt. |