[PHP] magento shopping options don't response to quicksearch

2010-12-02 Thread Qin manu
hi everyone, my boss wanted me to learn magento last month, This is my company’s website:http://www.gofavor.com, it made me crazy. I know this mail list is not focus on magento, but i have posted on the magento forum and nobody gave me any advice, sorry to interrupt. Yesterday, I called explode fun

Re: [PHP] preg_match fails to resolve variable as a subject

2010-12-02 Thread Tamara Temple
On Dec 2, 2010, at 11:33 PM, Da Rock wrote: On 11/29/10 09:10, Richard Quadling wrote: On 27 November 2010 04:45, Da Rockl...@herveybayaustralia.com.au> wrote: On 11/27/10 13:51, Tamara Temple wrote: On Nov 26, 2010, at 7:28 PM, Da Rock wrote: On 11/27/10 00:57, Richard Quadling wrote:

[PHP] Closing Browser

2010-12-02 Thread Ethan Rosenberg
Dear List - How do I close the browser window, with a script [shell or Perl], after I exit PHP? Thanks. Ethan MySQL 5.1 PHP 5 Linux [Debian (sid)] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] preg_match fails to resolve variable as a subject

2010-12-02 Thread Da Rock
On 11/29/10 09:10, Richard Quadling wrote: On 27 November 2010 04:45, Da Rock wrote: On 11/27/10 13:51, Tamara Temple wrote: On Nov 26, 2010, at 7:28 PM, Da Rock wrote: On 11/27/10 00:57, Richard Quadling wrote: On 26 November 2010 00:07, Da Rock wrote:

[PHP] PHP 5.2.15RC2 & 5.3.4RC2 Released for Testing

2010-12-02 Thread Ilia Alshanetsky
The second release candidates of 5.2.15 and 5.3.4 were just released for testing and can be downloaded here: http://downloads.php.net/ilia/php-5.2.15RC2.tar.bz2 (md5sum: 423e70e49f8defd63c6a08d824357f36) http://downloads.php.net/johannes/php-5.3.4RC2.tar.bz2 (md5sum: 36f7854304f9ecaa28d56f0eb

Re: [PHP] Queuing servers

2010-12-02 Thread Alister Bulman
On Thu, Dec 2, 2010 at 10:10 PM, la...@garfieldtech.com wrote: > Hi folks. > > I have a project coming up where I will need to process a bazillion (OK, a > few million) records, possibly with multiple steps.  (In this case I'm > reading data from one data archive into an Apache Solr server.)  This

[PHP] Queuing servers

2010-12-02 Thread la...@garfieldtech.com
Hi folks. I have a project coming up where I will need to process a bazillion (OK, a few million) records, possibly with multiple steps. (In this case I'm reading data from one data archive into an Apache Solr server.) This is a natural use case for a queue server, I believe, and while the

Re: [PHP] php mail() and sendmail/smtp

2010-12-02 Thread Daniel P. Brown
2010/12/2 Michael Crowl : > > Possible solutions?  I'm a little frazzled and a little undereducated here. Use the under-appreciated fifth paramter in mail() to pass the -f flag to sendmail, like so: -- Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http:

Re: [PHP] php mail() and sendmail/smtp

2010-12-02 Thread Peter Lind
2010/12/2 Michael Crowl : * snip * > Also, we > have Redmine running on the same server, and it sends admin emails out just > fine - however, I don't think it calls sendmail directly like our PHP > install, but connects directly to the local SMTP server. Sounds like a solution to me: connect to

[PHP] php mail() and sendmail/smtp

2010-12-02 Thread Michael Crowl
Okay, I know this is a Sendmail/SMTP admin issue, but it's PHP-related and I figured someone here might have a clue or might have solved this issue before. I've come into this dev server after many hands have touched it, and I'm not quite sure how to proceed, nor am I a Linux genius. We're

Re: [PHP] code quest

2010-12-02 Thread Steve Staples
On Thu, 2010-12-02 at 10:07 -0500, Daniel P. Brown wrote: > On Wed, Dec 1, 2010 at 23:13, Kirk Bailey wrote: > [snip!] > > > > Can this be improved to exclude anything with a '.' or a '-' in it's name? > > This will exclude the smileys and cgi-bin and such. If it can be persuaded > > to read a 1 l

Re: [PHP] code quest

2010-12-02 Thread Daniel P. Brown
On Wed, Dec 1, 2010 at 23:13, Kirk Bailey wrote: [snip!] > > Can this be improved to exclude anything with a '.' or a '-' in it's name? > This will exclude the smileys and cgi-bin and such. If it can be persuaded > to read a 1 line description from each subdirectory it could then use THAT > as the

Re: [PHP] Centralizled Authentication

2010-12-02 Thread Bostjan Skufca
Or OpenID. b. On 2 December 2010 11:48, Ken Guest wrote: > On Thu, Dec 2, 2010 at 8:06 AM, AmirBehzad Eslami > wrote: > >> Dear list, >> >> We have dozen of applications, mostly written in PHP and Python. >> They're distributed on different servers, but i'm trying to integrate them >> somehow.

Re: [PHP] Centralizled Authentication

2010-12-02 Thread Ken Guest
On Thu, Dec 2, 2010 at 8:06 AM, AmirBehzad Eslami wrote: > Dear list, > > We have dozen of applications, mostly written in PHP and Python. > They're distributed on different servers, but i'm trying to integrate them > somehow. > > Each application has its own users. > Is there a way to store all u

Re: [PHP] Centralizled Authentication

2010-12-02 Thread Per Jessen
AmirBehzad Eslami wrote: > Suppose you're running phpBB with another php-driven application. > phpBB has a "user" table where the username/password/email/.. of each > user is stored at mysql. Once a user logs-in to the website, the "Last > Login" timestamp updates on the "users" table at mysql. >

Re: [PHP] Centralizled Authentication

2010-12-02 Thread AmirBehzad Eslami
Suppose you're running phpBB with another php-driven application. phpBB has a "user" table where the username/password/email/.. of each user is stored at mysql. Once a user logs-in to the website, the "Last Login" timestamp updates on the "users" table at mysql. How do I use LDAP in this type of a

Re: [PHP] Centralizled Authentication

2010-12-02 Thread Per Jessen
AmirBehzad Eslami wrote: > Dear list, > > We have dozen of applications, mostly written in PHP and Python. > They're distributed on different servers, but i'm trying to integrate > them somehow. > > Each application has its own users. > Is there a way to store all username/passwords into a singl

[PHP] Centralizled Authentication

2010-12-02 Thread AmirBehzad Eslami
Dear list, We have dozen of applications, mostly written in PHP and Python. They're distributed on different servers, but i'm trying to integrate them somehow. Each application has its own users. Is there a way to store all username/passwords into a single datasource and give each user, her prope