| Thread | Last Post | Replies |
|
| Problems getting PHP and MySQL to play nice | 29 Sep 2008 17:23 GMT | 5 |
Hi all. Can't seem to get PHP to play nice with MySQL. First I logged into MySQL, created the db, switched to it and then granted (what I thought were) correct privileges: ----[%begin%]----
|
| Job Posting - West Michigan (Grand Rapids, MI) USA | 29 Sep 2008 15:30 GMT | 2 |
I wanted to share a job opportunity -- full-time with benefits -- at an exciting, established nonprofit organization in Michigan. Community Media Center (CMC) has a team of full-time developers working with database languages such as mySQL and PHP, serving most of
|
| Stale data when requerying MySQL w/PHP? | 29 Sep 2008 13:42 GMT | 4 |
I've got this weird problem. I'm connecting to MySQL via PHP, querying a particular table, closing the connection then parsing and displaying the results. I then modify the table but when I reload the PHP page, the output does not reflect this change.
|
| Cost? | 25 Sep 2008 21:23 GMT | 3 |
Any UK developers here? Just wondering what you would pay on average to get a site designed and developed with content management system for a small-medium sized database. Thankyou
|
| Right join query | 22 Sep 2008 11:08 GMT | 2 |
I'm having difficultiy pulling back an application id that has a note attached, which has not been viewed. I think I've gone wrong in my Right Join, but cann't figure it out. Any help would be appreciated. Basically there are three tables, and application table, a notes table
|
| mbstring, mcrypt, php4ts and other errors | 09 Sep 2008 23:02 GMT | 5 |
I know this is a lot but it is the culmination of 5 days of cold sweaty fear and neck cringing frustration. The following is installed in my Windows XP (Home Version 2002, Service Pack 2) machine. Please bear in mind I installed all of this according to
|
| sql and increment | 04 Sep 2008 01:25 GMT | 6 |
I have a table with a incremented field at each adding request. So let's say I have 10 records in the table, numbered from 1 to 10. Now let's say an user deleted the 7th record. So far, when I add a new record, it's numbered is 11 (the table is ORDER BY; and the new number is ...
|
| Really newbie question | 02 Sep 2008 16:51 GMT | 3 |
I have a mysql table with all data exposed on a page. On the top of the page I would like to have a link sorting table data, following a query like ORDER BY first_name DESC and maybe ORDER BY last_name. But how do I wrap this event in a link in the top of the output document?
|