Re: [PHP] Fwd: GD library for creating tables
On Sat, 2008-12-13 at 10:18 +0200, Osman Osman wrote: > Hello, > I'm looking for a library in PHP that will let me easily create tables > programmatically. It would be great if I can just specify information about > the rows/columns, what each cell should contain, etc, and the table would > get created automatically. I should be able to do anything I would be able > to do with normal HTML tables. Is there anything like that available? > > Thanks, > Osman $arr = array(array('celldata row 1, col1', 'celldata row 1, col2'), array('celldata row 2, col1', 'celldata row 2, col2')); heading1 heading2 Do you really need a library for that? I had thought about this too but couln't come up with a good solution to do this generically and being as flexible as this. All you have to do is copy/paste the html code and put some php inbetween if you have a designed table with css and all that jazz. Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] php-general@lists.php.net, Tim-Hinnerk Heuer has invited you to open a Google mail account
I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. if you send me mail on here it will probably be more secure than over the rest of the network. just let me know what the new address will be in case you change mail providers. ------- Tim-Hinnerk Heuer has invited you to open a free Google Mail account. To accept this invitation and register for your account, visit http://mail.google.com/mail/a-f5f2afb0c7-9207f3d89b-bd8bac4aaf494e87 Once you create your account, Tim-Hinnerk Heuer will be notified with your new email address so you can stay in touch with Google Mail! If you haven't already heard about Google Mail, it's a new search-based webmail service that offers: - Over 2,700 megabytes (two gigabytes) of free storage - Built-in Google search that instantly finds any message you want - Automatic arrangement of messages and related replies into "conversations" - Powerful spam protection using innovative Google technology - No large, annoying ads--just small text ads and related pages that are relevant to the content of your messages To learn more about Google Mail before registering, visit: http://mail.google.com/mail/help/intl/en_GB/benefits.html We're still working every day to improve Google Mail, so we might ask for your comments and suggestions periodically. We hope you'll like Google Mail. We do. And, it's only going to get better. Thanks, The Google Mail Team (If clicking the URLs in this message does not work, copy and paste them into the address bar of your browser). -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php