Re: [PHP-WIN] where is php-cgi.exe?

2010-07-23 Thread Pierre Joye
On Fri, Jul 23, 2010 at 3:43 AM, Steve Richter wrote: > I want to run php on windows7 within IIS.  This MSFT document > http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-7/ > has a step for adding module mapping to IIS for PHP. It says the > executable should be "php

[PHP-WIN] RE: [phpXperts] No Warping in results [1 Attachment]

2010-07-23 Thread Chaitanya
Guru, Why do you want to show all page numbers within the page. You can apply a break and use like Prev and Next links after showing 10th link which is similar to 1,2,3,4,5,6,7, .. , etc. There are many scripts availabe on net on pagination functions. You can google on it. Chaitanya.

[PHP-WIN] Re: [PHP-DB] RE: [phpXperts] No Warping in results [1 Attachment]

2010-07-23 Thread Artur Ejsmont
I guess the html/css is wrong. If you print all links in new TD elements or as nonbreakable test it will look like this. If you just use divs floating left instead then links will fill the space and wrap around. Also getting rid of it all together and simple list of a tags with some space between w