php-general Digest 30 Dec 2009 10:08:09 -0000 Issue 6513

2009-12-30 Thread php-general-digest-help
php-general Digest 30 Dec 2009 10:08:09 - Issue 6513 Topics (messages 300731 through 300744): Re: ip-to-country 300731 by: George Langley 300732 by: Nitsan Bin-Nun Re: output buffer 300733 by: Bastien Koert 300736 by: Marc Fromm 300740 by: kranthi

php-general Digest 31 Dec 2009 03:45:54 -0000 Issue 6514

2009-12-30 Thread php-general-digest-help
php-general Digest 31 Dec 2009 03:45:54 - Issue 6514 Topics (messages 300745 through 300750): Re: not able to use mysql server 300745 by: Eric Lee If design patterns are not supposed to produce reusable code then why use them? 300746 by: Tony Marston 300747 by:

[PHP] Help with security configuration for a shared hosting environment

2009-12-30 Thread robert mena
Hi, I am setting a shared hosting server and I'd like to gather some advices regarding the security. Since the code will not be produced by me I'd like to focus on environment strategies. For now I've added a noexec in the mount options of the /tmp and the homedir of the web server, disabled the

Re: [PHP] not able to use mysql server

2009-12-30 Thread Eric Lee
On 12/30/09, Jignesh Thummar jignesh.thum...@gmail.com wrote: It is problem with mysql client, it's not able to connect with mysql server. Either mysql server is not running or windows firewall is blocking to the access of port 3306. Try to disable firewall. -Jignesh On Wed, Dec 30, 2009

[PHP] If design patterns are not supposed to produce reusable code then why use them?

2009-12-30 Thread Tony Marston
I have recently been engaged in an argument via email with someone who criticises my low opinion of design patterns (refer to http://www.tonymarston.net/php-mysql/design-patterns.html ). He says that design patterns are merely a convention and not a reusable component. My argument is that

Re: [PHP] If design patterns are not supposed to produce reusable code then why use them?

2009-12-30 Thread Ashley Sheridan
On Wed, 2009-12-30 at 16:50 +, Tony Marston wrote: I have recently been engaged in an argument via email with someone who criticises my low opinion of design patterns (refer to http://www.tonymarston.net/php-mysql/design-patterns.html ). He says that design patterns are merely a

Re: [PHP] If design patterns are not supposed to produce reusable code then why use them?

2009-12-30 Thread tedd
At 4:50 PM + 12/30/09, Tony Marston wrote: What is your opinion? Are design patterns supposed to provide reusable code or not? If not, and each implementation of a pattern takes just as much time as the first, then where are the productivity gains from using design patterns? -- Tony Marston

Re: [PHP] If design patterns are not supposed to produce reusable code then why use them?

2009-12-30 Thread Paul M Foster
On Wed, Dec 30, 2009 at 04:50:40PM -, Tony Marston wrote: I have recently been engaged in an argument via email with someone who criticises my low opinion of design patterns (refer to http://www.tonymarston.net/php-mysql/design-patterns.html ). He says that design patterns are merely a

[PHP] Survey+Report in PHP

2009-12-30 Thread aditya shukla
Hello Guys, I am trying to make a web app which has a survey and report based on the survey.The app is like a suvery and I have to generate a report based on the survey.Can someone please give a clue of how to generate the report .I have the answers to the questions of the survey and based on

[PHP] Re: Survey+Report in PHP

2009-12-30 Thread aditya shukla
Sorry for the vague question. This is how the survey is.We have some question and answers to that questions.Some answers have multiple options(drop down) and some answers are to be entered in a text box.My aim s to get the answers and generate the report based on the answers (by using some

[PHP] PHP excel graph generator

2009-12-30 Thread Manoj Singh
Hi, I have the task to create excel sheet with embedded charts and graphs through PHP. The charts are pie chart and bar chart. The project will be run on the linux server. My question is it is possible to implement this through PHP? If yes, then please suggest the available implementations.

[PHP] Happy New Year All!

2009-12-30 Thread paragasu
?php /** this going to be a long wish from Malaysia * @author paragasu */ do { echo 'wish you .. \n'; } (date('Y') 2010) ; exit (' Happy New Year'); ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php