>is out there something similar to that but by php, mysql? I don't know. Perhaps after you've figured it all out, you'll write it.
MySQL should be no problem: the techniques that I've used for SQL Server should work in exactly the same way. I've never used MySql, but I understand that it supports a very similar level of SQL, and in particular supports SQL procedures. I remember reading once that MySQL's SQL language was essentially identical to SQL Server's Transact SQL. When I was considering whether to use SQL Server or MySQL there was one feature of Transact SQL that MySQL didn't support that I was using (I think it was the facility to write Transact SQL functions which could then be nested into SQL Select statements), but I don't think that I've used any of these features in the Timeline code. If you have difficulty with the database part of your problem, please feel free email me again and I'll try to help. As for PHP, I haven't a clue, as I've never worked with it. Regards, Robert Barnes phone +64-9-418 4415 mobile +64-27-459 2702 Skype: Robert.Barnes3 Address: 13A Havenwood Place, Birkenhead, Auckland 0626 www.jazzsoftware.co.nz www.famnet.net.nz www.robertb.co.nz -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of mario chiari Sent: Friday, 25 October 2013 10:28 p.m. To: [email protected] Subject: [Simile-Widgets] php and http://www.robertb.co.nz/timeline/ Hi I am looking at http://www.robertb.co.nz/timeline/Using%20the%20Simile% 20TimeLine%20with%20ASP.htm#_Toc307870221 (thanks to share) My question: is out there something similar to that but by php, mysql? thanks mario -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/groups/opt_out.
