[PHP-WIN] Static array causing problem in recursion

2009-12-03 Thread Midhun Girish
Hello guys, I was trying to use a recursive function to do a tree traversal.. i used a static array to store the nodes at each recursion.. The function works correctly if it is called only once during an execution.. but when i call it twice or more, the nodes get appended to the array...hers the va

[PHP-WIN] PHP Data driver Grid control

2009-12-03 Thread Harpreet
Searching on the internet for a PHP data driver grid control and I see many different options. Please suggest best way if used before. Thanks I have like 100 some reports in my php application with data from a sql server database. I would like to take my php app to a next level of making it more f

RE: [PHP-WIN] Frustrated new php "developer" on Windows

2009-12-03 Thread Jacob Bednarz; Graphic Designer
Landon, When I first started out, I was pushed towards WAMP Server (www.wampserver.com/en/) because of the ease of use for new comers. It helps you along with the basic things you need to get started and it is pretty well documented and support throughout the development community. All you need

RE: [PHP-WIN] PHP mailing list using mysql

2009-12-03 Thread Jacob Bednarz; Graphic Designer
Bsanneh, The quickest and easiest way of doing this would be to have a form where the user enters their email address and it gets directly entered into a database (trimmed and cleaned up of course so no nasties mess up your system). Then all you would need to do would be a simple PHP mail() script