Forum: MySQL Oct 29th, 2009 |
| Replies: 1 Views: 557 Hi everyone,
I sat down to create a what I thought was simple SQL query but once I got thinking about it I realised I'm not sure where to start.
The objective is to return two resorts from a... |
Forum: MySQL Oct 2nd, 2008 |
| Replies: 1 Views: 556 Hi, I'm not sure if this is the right place for the question but it is related to databases, i think.
I have been developing a site on a win server 2003 box using MySQL 5 and PHP 5.
While I... |
Forum: MySQL Oct 1st, 2008 |
| Replies: 2 Views: 797 Thank you soo much.
I didn't even think that that was a keyword. So stupid!
Anyway really appreciate it. Thanks |
Forum: MySQL Oct 1st, 2008 |
| Replies: 2 Views: 797 OK this is driving me mad and it needs to be done for a deadline.
It is just a simple query to update a few database fields.
Here's the PHP for it.
$sql5 = "UPDATE videos SET... |
Forum: MySQL Aug 21st, 2008 |
| Replies: 2 Views: 1,873 pritaeas,
Thank you very much. I had read that page multiple times trying to figure this out. I thought it was in the SQL statement as when I created an array manually with three values and used... |
Forum: MySQL Aug 20th, 2008 |
| Replies: 2 Views: 1,873 Hi,
Thanks for checking this out.
My goal is simple. Create a list of all the years that have had articles published in them (so basically every year). I have three unique dates in the date... |