[nyphp-talk] 40 Tips for optimizing your php Code

2007-10-15 Thread Nelly Yusupova
Hello Everyone, I just read 40 Tips for optimizing your php code post and wanted to share it with you all: http://reinholdweber.com/?p=3 Sincerely, Nelly Yusupova Webgrrls International [EMAIL PROTECTED] http://www.webgrrls.com ___ New York PHP Co

Re: [nyphp-talk] How to submit POST vars via html image tags

2007-10-15 Thread Jon Baer
No post data is being sent, It should be ... curl_setopt($imgurl, CURLOPT_POSTFIELDS, 'datastuff='.$datastuff); - Jon On Oct 15, 2007, at 6:36 PM, ali mohammad wrote: Hello, Hopefully, this is not off-topic. I have a couple of html image tags such as on a single web page, and each such tag

[nyphp-talk] How to submit POST vars via html image tags

2007-10-15 Thread ali mohammad
Hello, Hopefully, this is not off-topic. I have a couple of html image tags such as on a single web page, and each such tag points to an image creating php file that sends out image headers and image data after receiving certain data parameters through POST. I am unable to figure out how to send

Re: [nyphp-talk] From Rails back to PHP

2007-10-15 Thread Keith Casey
On 10/15/07, Mitch Pirtle <[EMAIL PROTECTED]> wrote: > However, I can agree with one sentiment that the author has - working > in Rails has made me a better PHP developer, with better application > design and semantics. And PHP has the flexibility for me to go beyond > that world, whether that is g

Re: [nyphp-talk] From Rails back to PHP

2007-10-15 Thread Mitch Pirtle
On 10/13/07, Jeff Siegel <[EMAIL PROTECTED]> wrote: > Thought this might be of interest. > > "I spent two years trying to make Rails do something it wasn't meant to do, > then realized my old abandoned language (PHP, in my case) would do just fine > if approached with my new Rails-gained wisdom." >

Re: [nyphp-talk] From Rails back to PHP

2007-10-15 Thread Dan Cech
Jeff Siegel wrote: > Thought this might be of interest. > > "I spent two years trying to make Rails do something it wasn’t meant to do, > then realized my old abandoned language (PHP, in my case) would do just fine > if approached with my new Rails-gained wisdom." Great article Jeff, thanks for t