php-general Digest 26 Nov 2011 15:14:46 -0000 Issue 7585

2011-11-26 Thread php-general-digest-help
php-general Digest 26 Nov 2011 15:14:46 - Issue 7585 Topics (messages 315819 through 315825): Re: Howto detect the hostname of the server? 315819 by: Curtis Maurand 315822 by: Tamara Temple PHP exercises 315820 by: Larry Garfield 315821 by: shiplu Re:

php-general Digest 27 Nov 2011 04:10:17 -0000 Issue 7586

2011-11-26 Thread php-general-digest-help
php-general Digest 27 Nov 2011 04:10:17 - Issue 7586 Topics (messages 315826 through 315836): Re: Tutorial for the structure of an php-app ? 315826 by: Paul M Foster Re: PHP exercises 315827 by: Tamara Temple Re: Is there a decent design app ? 315828 by: Tamara

[PHP] 5.3.9RC2 and 5.4RC2

2011-11-26 Thread Tommy Pham
Hi everyone, 5.3.9RC2 works fine with all my apps so far. 5.4RC2 broke with sqlsvr and its PDO in addition to Wincache, which I've already brought to MS' attention. What's the estimated official release of 5.4? I can't wait for the feature session.upload_progress* in 5.4 which I need to do

[PHP] PHP 5.3.8, 5.3.9RC2 5.4.0RC2 handler for Apache 2.3.15

2011-11-26 Thread Steffen
The module php5apache2_3.dll for Apache 2.3.15 with PHP version 5.4.0RC2, 5.3.9RC2 and 5.3.8 now available. See http://www.apachelounge.com/viewtopic.php?p=19861 Steffen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Tutorial for the structure of an php-app ?

2011-11-26 Thread Paul M Foster
On Sat, Nov 26, 2011 at 01:38:28AM +0100, Andreas wrote: Hi again, is there a tutorial for the structure of an php-app? There are more than enough books and online docs that teach the basics of PHP and of course the native mysql commands. I'd now rather need a help to figure out how to

Re: [PHP] PHP exercises

2011-11-26 Thread Tamara Temple
Larry Garfield la...@garfieldtech.com wrote: Hi folks. A friend of mine is trying to learn PHP. She already knows programming basics, but wants to learn PHP specifically. However, she learns much better with assignments or exercises than just from reading articles or books. The only site

Re: [PHP] Is there a decent design app ?

2011-11-26 Thread Tamara Temple
Andreas maps...@gmx.net wrote: Is there a decent design app that can automatically update links within the pages of a php site whenever a referred file gets moved or renamed? Like you have /foo.css and for some reason or another you move it to /lib/css and rename it to bar.css. Now it'd

Re: [PHP] news and article posts in one table

2011-11-26 Thread Tamara Temple
muad shibani muad.shib...@gmail.com wrote: i wanna to create one table that contains both news and articles posts, they have similar columns like id, title, content, and date but they are differ in one column = the source of news or article post article has writers that have permanent names

[PHP] Auto CRUD Generator

2011-11-26 Thread Muhammad Hassan Samee
is there any class/script that can automatically create a CRUD [Create,Read,Update,Delete] grid table for any database table .?

[PHP] Auto CRUD Generator

2011-11-26 Thread Muhammad Hassan Samee
is there any class/script that can automatically create a CRUD [Create,Read,Update,Delete] grid table for any database table .?

Re: [PHP] Auto CRUD Generator

2011-11-26 Thread Fatih P.
On 11/26/2011 10:20 PM, Muhammad Hassan Samee wrote: is there any class/script that can automatically create a CRUD [Create,Read,Update,Delete] grid table for any database table .? Hi Hassan, check my blog there are some functions I have been working on. it might give you some ideas.

[PHP] PHP based online survey tool

2011-11-26 Thread Christopher Lee
Hello All, I am looking to develop an online survey for a non-profit. The user should be able to complete the survey and see the results in the form of a visualization (i.e. pie chart) upon completion. I found this tool (http://www.iscripts.com/survey/) but not sure how good it is. Does

Re: [PHP] PHP based online survey tool

2011-11-26 Thread Tamara Temple
Christopher Lee ct...@ucensys.com wrote: I am looking to develop an online survey for a non-profit. The user should be able to complete the survey and see the results in the form of a visualization (i.e. pie chart) upon completion. I found this tool (http://www.iscripts.com/survey/) but not

Re: [PHP] Is there a decent design app ?

2011-11-26 Thread Robert Williams
On Nov 25, 2011, at 16:18, Andreas maps...@gmx.net wrote: Like you have /foo.css and for some reason or another you move it to /lib/css and rename it to bar.css. Now it'd be nice if an IDE was aware of all the references within a site and update the affected urls. Check out PhpStorm from

Re: [PHP] news and article posts in one table

2011-11-26 Thread Paul M Foster
On Sat, Nov 26, 2011 at 01:26:49PM -0600, Tamara Temple wrote: muad shibani muad.shib...@gmail.com wrote: i wanna to create one table that contains both news and articles posts, they have similar columns like id, title, content, and date but they are differ in one column = the source of