php-general Digest 20 Nov 2010 20:54:40 -0000 Issue 7046

2010-11-20 Thread php-general-digest-help
php-general Digest 20 Nov 2010 20:54:40 - Issue 7046 Topics (messages 309577 through 309589): How to protect the source code. 309577 by: Hans Åhlin 309578 by: Daniel Molina Wegener 309579 by: Jay Blanchard 309580 by: Bastien Koert 309581 by: Tamara

Re: [PHP] My project requires creating office documents on PHP. Any recommendations on what to use?

2010-11-20 Thread Dan
On Nov 20, 2010, at 1:10 AM, chetan ahuja chetanahuj...@gmail.com wrote: My project requires creating office documents on PHP. Any recommendations on what to use? When you say office documents do you mean you have to create them using Microsoft office? Or just need to replicate current

[PHP] MySQL Query Help

2010-11-20 Thread Ben Miller
Hi, I'm building a website for a client in which I need to compare their products, side-by-side, but only include criteria for which all selected products have a value for that criteria. In my database (MySQL), I have a tables named products,criteria and criteria_values If I have something like

Re: [PHP] MySQL Query Help

2010-11-20 Thread Richard West
I'm going to jump in and throw in my 2 cents... Have you used dreamweaver? I would suggest Dreamweaver to any new programmer beginning php/mysql. It helped me out tremendously in the beginning. I'm not an advanced programmer with hand coding classes yet, but I can get any job completed for

RE: [PHP] MySQL Query Help

2010-11-20 Thread admin
Since we are just tossing out development environments. We moved to Aptana in conjunction with TortoiseSVN for a team environment development timelines dropped. Personally I do not feel any gui editor makes you a better programmer, maybe you understand the fundamentals a little less. Not that

[PHP] Problem with functions and arrays...

2010-11-20 Thread Jason Pruim
Hey Everyone! So I came across a problem that I don't know how to fix... I have searched and thought and just not having anything click as to where I am messing up... I have a few functions as follows: ?PHP function ddbYear($name, $message, $_POST, $option){ //Make sure to post form

Re: [PHP] MySQL Query Help

2010-11-20 Thread Simcha Younger
On Sat, 20 Nov 2010 13:54:29 -0700 Ben Miller biprel...@gmail.com wrote: Hi, I'm building a website for a client in which I need to compare their products, side-by-side, but only include criteria for which all selected products have a value for that criteria. In my database (MySQL), I