MySQL -> PHP -> MS Excel?2826 (11/25/2008 6:49:17 PM) comp.lang.php I need to get some data from a MySQL database into an Excel Spreadsheet, potentially using PHP. What's available in PHP to help me with writing the MS-Excel file? Thanks, ... noemail3573(6)
solutions for multi level menu ?529 (12/14/2008 4:12:12 AM) comp.lang.php Hi all, i have table category as: CREATE TABLE `php_category` ( `id` int(10) NOT NULL auto_increment, `parentid` varchar(10) collate utf8_unicode_ci default '0', `cat_title` varchar(255) collate utf8_unic... w2ajax(16)
xml php asmx Encoding Error130 (12/15/2008 12:05:43 PM) comp.lang.php I am trying to resolve some data from a web service into a table of linkbacks on my server using php. This is the webservice... http://webadmin.quadcomms.com/XMLWebServices/XMLJobService.asmx/Jobs This is th... domhicklin(1)
is anyone using PHP-GTK ?1333 (12/15/2008 10:20:01 PM) comp.lang.php Just curious, but does anyone actually use PHP-GTK for anything? If so, for what? I'm not sure I'm getting its use case. If I want to build an animation, I'd surely use Flash (or, now, even more so, JavaFX). T... lkrubner(905)
What can Ruby do that PHP can not?1031 (12/19/2008 8:19:13 AM) comp.lang.php I've been a C/C++ programmer 12 years, and a PHP programmer 6 years and did some Java in between. Currently there's a job opening that's attractive to me, but I would have to learn Ruby (and the framework Ra... dave45(54)
asynchronous PHP859 (12/29/2008 7:44:26 AM) comp.lang.php The server I'm working on right now allows PHP scripts to run for 300 seconds. I need to get around that. I'm writing a script that pings the Google Ajax API. The script is called as a cron job. It needs to ... lawrence1093(52)
How to use HTTPS with PHP342 (1/1/2009 9:25:00 PM) comp.lang.php Could some PHP guru please provide some hints ? I am trying to use HTTPS with PHP 5.2.16, not with much success. Could someone please suggest a way to link the two ? Any suggestions would be greatly appreciated... cpptutor2000(93)
using a css file with smarty template240 (10/21/2009 3:33:47 AM) comp.lang.php in the index.tpl file which i access as http://localhost i am able to add the doctype and other tags {$pagetitle} vale of smarty variable is {$var1} all this works fine however when i add a link ta... sudhakararaog(48)