[PHP] Re: PHP from ASP using AJAX?

2012-09-18 Thread Ross McKay
On Mon, 17 Sep 2012 23:03:55 -0700, Girish Talluru wrote: >Can we able to call PHP script from ASP using AJAX? Yup. If you're talking about Classic ASP (VBScript) then here's a few examples. They talk about WordPress, but really any PHP service will work the same. http://snippets.webaware.com.a

RE: [PHP] Re: Programmers and developers needed -- TiVo booooo!

2012-09-18 Thread Daevid Vincent
> -Original Message- > From: Paul M Foster [mailto:pa...@quillandmouse.com] > I bought TiVo partially so I could skip ads. I've revelled in it every > day since. I can watch an hour-long program in 47 minutes. (Though this > is a sad commentary on television and cable content providers.)

Re: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Ashley Sheridan
On Tue, 2012-09-18 at 16:36 -0400, Paul M Foster wrote: > On Tue, Sep 18, 2012 at 11:02:41AM -0700, Daevid Vincent wrote: > > > > -Original Message- From: Matijn Woudt > > > [mailto:tijn...@gmail.com] > > > > > > You're missing the most important aspect of social networks.. > > > Advertis

Re: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Paul M Foster
On Tue, Sep 18, 2012 at 11:02:41AM -0700, Daevid Vincent wrote: > > -Original Message- From: Matijn Woudt > > [mailto:tijn...@gmail.com] > > > > You're missing the most important aspect of social networks.. > > Advertising. > > Please tell me that is said sarcastically. Advertising is the

Re: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Robert Cummings
On 12-09-18 02:38 PM, Jeff Burcher wrote: -Original Message- From: Robert Cummings [mailto:rob...@interjinn.com] Sent: Tuesday, September 18, 2012 2:22 PM To: Matijn Woudt Cc: Daevid Vincent; PHP-General Subject: Re: [PHP] Re: Programmers and developers needed On 12-09-18 02:12 PM, Matij

RE: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Jeff Burcher
> -Original Message- > From: Robert Cummings [mailto:rob...@interjinn.com] > Sent: Tuesday, September 18, 2012 2:22 PM > To: Matijn Woudt > Cc: Daevid Vincent; PHP-General > Subject: Re: [PHP] Re: Programmers and developers needed > > On 12-09-18 02:12 PM, Matijn Woudt wrote: > > On Tue, S

Re: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Robert Cummings
On 12-09-18 02:12 PM, Matijn Woudt wrote: On Tue, Sep 18, 2012 at 8:02 PM, Daevid Vincent wrote: -Original Message- From: Matijn Woudt [mailto:tijn...@gmail.com] You're missing the most important aspect of social networks.. Advertising. Please tell me that is said sarcastically. Adve

Re: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Matijn Woudt
On Tue, Sep 18, 2012 at 8:02 PM, Daevid Vincent wrote: >> -Original Message- >> From: Matijn Woudt [mailto:tijn...@gmail.com] >> >> You're missing the most important aspect of social networks.. Advertising. > > Please tell me that is said sarcastically. Advertising is the cancer of the >

RE: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Daevid Vincent
> -Original Message- > From: Matijn Woudt [mailto:tijn...@gmail.com] > > You're missing the most important aspect of social networks.. Advertising. Please tell me that is said sarcastically. Advertising is the cancer of the internet. There was a time when there weren't ad banners, interst

Re: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Matijn Woudt
On Tue, Sep 18, 2012 at 7:23 PM, Jim Giner wrote: > How naive you are to think that technology will promote world peace. People > promote world peace and all the technology in the world cannot help them. > You want world peace - stop chasing the "easy solution" and go do something. > Look at the

Re: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Jim Giner
How naive you are to think that technology will promote world peace. People promote world peace and all the technology in the world cannot help them. You want world peace - stop chasing the "easy solution" and go do something. Look at the great "social networks" of today - they amount to pic

Re: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Volmar Machado
I guess that social structures didn't changed so much the last 10k years. I also guess if we want peace at all. The people just need to fight for something. Homogeneous world don't would bring heterogeneous ideas. Anyway I hope that you could do this, and become a great great genius, that will eve

Re: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Matijn Woudt
On Tue, Sep 18, 2012 at 8:52 AM, agbo onyador wrote: > The growing power of the internet and global networks. > (on the world’s politics, economies and even on daily life of ordinary > people) Programmers and developers needed: > > > Thanks > I still cannot figure out if this is a joke or if you'

Re: [PHP] Re: How to limit source IP in PHP

2012-09-18 Thread Tonix (Antonio Nati)
Il 18/09/2012 16:24, Daniel Brown ha scritto: On Tue, Sep 18, 2012 at 9:15 AM, Ian wrote: Hi Curtis, I am suffering from sleep deprivation due to a new family addition and I fail to see how your code will prevent a malicious user from binding to an IP that I do not want him to. It appears to

Re: [PHP] Re: How to limit source IP in PHP

2012-09-18 Thread Daniel Brown
On Tue, Sep 18, 2012 at 9:15 AM, Ian wrote: > > Hi Curtis, > > I am suffering from sleep deprivation due to a new family addition and I > fail to see how your code will prevent a malicious user from binding to > an IP that I do not want him to. It appears to be an example of how to > bind to an I

[PHP] Re: How to limit source IP in PHP

2012-09-18 Thread Ian
On 14/09/2012 20:08, Curtis Maurand wrote: > On 9/14/2012 7:20 AM, Ian wrote: >> On 12/09/2012 14:53, Tonix (Antonio Nati) wrote: >>> Is there a way to force a PHP script to bind to a prefixed IP? >>> >>> Actually, while you can assign more IPs to Apache for listening, >>> assigning domains to spec

Re: [PHP] Highlight Search Results

2012-09-18 Thread Floyd Resler
On Sep 18, 2012, at 8:42 AM, David OBrien wrote: > On Tue, Sep 18, 2012 at 8:36 AM, Floyd Resler wrote: > > > > I want to highlight the word searched in search results. I know I can use > > str_ireplace to do a case insensitive search and replace. However, is > > there an easy way to maint

RES: [PHP] Highlight Search Results

2012-09-18 Thread Samuel Lopes Grigolato
If you're dealing with a high amount of search data, I highly advise you to use something like SOLR. Match highlighting and a lot of other awesome things is easy breeze with it. -Mensagem original- De: Floyd Resler [mailto:fres...@adex-intl.com] Enviada em: terça-feira, 18 de setembro de

Re: [PHP] Highlight Search Results

2012-09-18 Thread David OBrien
On Tue, Sep 18, 2012 at 8:36 AM, Floyd Resler wrote: > > I want to highlight the word searched in search results. I know I can use str_ireplace to do a case insensitive search and replace. However, is there an easy way to maintain the case of the word found when I do the replace? > > Thanks! > F

[PHP] Highlight Search Results

2012-09-18 Thread Floyd Resler
I want to highlight the word searched in search results. I know I can use str_ireplace to do a case insensitive search and replace. However, is there an easy way to maintain the case of the word found when I do the replace? Thanks! Floyd -- PHP General Mailing List (http://www.php.net/) To