php-general Digest 18 Sep 2012 12:36:55 -0000 Issue 7968

2012-09-18 Thread php-general-digest-help
php-general Digest 18 Sep 2012 12:36:55 - Issue 7968 Topics (messages 319114 through 319119): Re: tricky code problem 319114 by: Matijn Woudt 319116 by: shiplu PHP from ASP using AJAX? 319115 by: Girish Talluru 319117 by: Ashley Sheridan Re: Programmers and

php-general Digest 19 Sep 2012 01:57:54 -0000 Issue 7969

2012-09-18 Thread php-general-digest-help
php-general Digest 19 Sep 2012 01:57:54 - Issue 7969 Topics (messages 319120 through 319138): Re: Highlight Search Results 319120 by: David OBrien 319121 by: Samuel Lopes Grigolato 319122 by: Floyd Resler Re: How to limit source IP in PHP 319123 by: Ian

Re: [PHP] tricky code problem

2012-09-18 Thread shiplu
Without relevant code and what have you tried http://whathaveyoutried.com your questions don't make any sense. -- Shiplu.Mokadd.im ImgSign.com | A dynamic signature machine Innovation distinguishes between follower and leader

Re: [PHP] PHP from ASP using AJAX?

2012-09-18 Thread Ashley Sheridan
On Mon, 2012-09-17 at 23:03 -0700, Girish Talluru wrote: Hi There, Can we able to call PHP script from ASP using AJAX? Thanks, Girish AJAX is just Javascript making a call to a remote web service, so it doesn't really matter what that web service is written in. -- Thanks, Ash

[PHP] Re: Programmers and developers needed

2012-09-18 Thread agbo onyador
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: We are living in an age in which social networks are getting more and more powerful. They are not only creating a virtual future

[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

Re: [PHP] Highlight Search Results

2012-09-18 Thread David OBrien
On Tue, Sep 18, 2012 at 8:36 AM, Floyd Resler fres...@adex-intl.com 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

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 Floyd Resler
On Sep 18, 2012, at 8:42 AM, David OBrien dgobr...@gmail.com wrote: On Tue, Sep 18, 2012 at 8:36 AM, Floyd Resler fres...@adex-intl.com 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,

[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 specific IPs, it

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 php_l...@fishnet.co.uk 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

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 php_l...@fishnet.co.uk 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

Re: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Matijn Woudt
On Tue, Sep 18, 2012 at 8:52 AM, agbo onyador onya...@gmail.com 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

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

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

Re: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Matijn Woudt
On Tue, Sep 18, 2012 at 7:23 PM, Jim Giner jim.gi...@albanyhandball.com 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

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,

Re: [PHP] Re: Programmers and developers needed

2012-09-18 Thread Matijn Woudt
On Tue, Sep 18, 2012 at 8:02 PM, Daevid Vincent dae...@daevid.com 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

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 dae...@daevid.com 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

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, Sep 18,

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,

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 cancer of

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.. Advertising. Please

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.) Not

[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.