2
votes
1answer
64 views
+50

Zend + Doctrine 1 suddenly tries to store an incorrect DATETIME format in MySQL

I have an app with Doctrine 1 and I generate update_datetime fields for objects via new Zend_Date->getIso(). It worked just fine for years, but now I got a new notebook and Doctrine tries to insert ...
1
vote
1answer
88 views
+50

How to draw a google line chart using the below code?

I want to draw a line chart using "Google Charts" tools. I'm fetching the data required for the line chart from the MySql database. The code for it is as below: <?php ...
3
votes
1answer
97 views
+50

How to test a scheduling program in php

I have a codeigniter app that schedules events for specific dates and times in a mysql DB, sometimes weeks in advance, with another part that will send email reminders and perform other actions when ...
1
vote
1answer
78 views
+50

How to increasingly show database results?

I have a tool that checks available names in a game using cURL, and it should show available ones to the user running the check, and just dismiss the taken ones. Basically when you run a test on a ...