Re: [PHP] Highlighting image map on load

2009-12-16 Thread Kim Madsen
leledumbo wrote on 2009-12-14 13:37: I have image map with dynamic circle areas whose coordinates stored in database. I'd like to colorize these areas so that it's obvious to see them. Most solutions I found on the net highlights the area on mouse hover, while my needs is to do it once when the w

Re: [PHP] file_get_contents ($file) works -- file_get_contents ($url) returns false

2009-12-16 Thread Richard Quadling
2009/12/16 René Fournier : > On 2009-12-15, at 11:55 PM, Richard Quadling wrote: > > Do you have a default stream context defined for the http stream? > > Nope. > > A _LONG_ time ago, when I was using a firewall with NTLM > authentication (which PHP doesn't deal with), I had to route all my > calls

Re: [PHP] Class not functioning

2009-12-16 Thread Wouter van Vliet / Interpotential
Allen, Before you go with my static-approach, please do consider Shawn's registry pattern suggestion. That's pretty sweet too ;-). A little response to your long text, before I help you fix the bug. A static property is basically the same as a regular property on an object. Only difference is tha

Re: [PHP] PHP + ODBC

2009-12-16 Thread Philip Thompson
On Dec 15, 2009, at 9:50 AM, Richard Quadling wrote: > 2009/12/15 Philip Thompson : >> On Dec 14, 2009, at 8:47 PM, James McLean wrote: >> >>> On Tue, Dec 15, 2009 at 10:03 AM, Philip Thompson >>> wrote: My head hurts from hitting it on my desk all day, so I thought I'd turn to a fres

Re: [PHP] MySQL Appeal from Monty

2009-12-16 Thread Philip Thompson
On Dec 15, 2009, at 6:03 AM, Ashley Sheridan wrote: > On Tue, 2009-12-15 at 02:53 +, Joseph Masoud wrote: >> >> On 14 Dec 2009, at 22:01, Ashley Sheridan >> wrote: >> >> > On Mon, 2009-12-14 at 15:59 -0600, Philip Thompson wrote: >> > >> >> On Dec 14, 2009, at 12:51 AM, Lester Caine wrote

Re: [PHP] PHP + ODBC

2009-12-16 Thread Andrew Ballard
On Tue, Dec 15, 2009 at 10:13 AM, Philip Thompson wrote: > On Dec 14, 2009, at 8:47 PM, James McLean wrote: >> Why not just use the built in MySQL libraries or PDO? > > Oh, that would be "my" preference. However, the database that I > really need to connect to is an MSSQL one and the allowed conne

Re: [PHP] PHP + ODBC

2009-12-16 Thread Philip Thompson
On Dec 16, 2009, at 9:22 AM, Andrew Ballard wrote: > On Tue, Dec 15, 2009 at 10:13 AM, Philip Thompson > wrote: >> On Dec 14, 2009, at 8:47 PM, James McLean wrote: >>> Why not just use the built in MySQL libraries or PDO? >> >> Oh, that would be "my" preference. However, the database that I >> r

Re: [PHP] MySQL Appeal from Monty

2009-12-16 Thread Yousif Masoud
On Wed, Dec 16, 2009 at 3:14 PM, Philip Thompson wrote: > On Dec 15, 2009, at 6:03 AM, Ashley Sheridan wrote: > > > On Tue, 2009-12-15 at 02:53 +, Joseph Masoud wrote: > >> > >> On 14 Dec 2009, at 22:01, Ashley Sheridan > >> wrote: > >> > >> > On Mon, 2009-12-14 at 15:59 -0600, Philip Thompso

Re: [PHP] MySQL Appeal from Monty

2009-12-16 Thread Philip Thompson
On Dec 16, 2009, at 1:48 PM, Yousif Masoud wrote: > On Wed, Dec 16, 2009 at 3:14 PM, Philip Thompson > wrote: > On Dec 15, 2009, at 6:03 AM, Ashley Sheridan wrote: > > > On Tue, 2009-12-15 at 02:53 +, Joseph Masoud wrote: > >> > >> On 14 Dec 2009, at 22:01, Ashley Sheridan > >> wrote: > >>

[PHP] [JOB] Senior LAMP Developer needed immediately in Seattle, WA or Lake Forest, CA

2009-12-16 Thread Daevid Vincent
Hey guys, I've been on this list since 1997, wow, 12 years! Anyways, we've been desperately trying to find a talented LAMP developers/Linux "admin". We've got recruiters hunting, but all the candidates are sub-par and it's wasting a lot of my/our time. It seems that many people CLAIM to be LAMP dev

[PHP] A strange question about mysql_close()

2009-12-16 Thread 唐家兴
I want to ask a strange question. As we know, if we connect a mysql database in the same host twice with the same username, we won't get two new link, but two handle to only one link. Then, if I close one of them, whether the other one will be closed together? I wrote two pieces of code. The firs

[PHP] Tracking the progress of download

2009-12-16 Thread Sam
Hello to all! Who knows how to track the progress of the download using PHP and JavaScript? I have a script that downloads file from net to the server, and I want to the process including the speed to the clientside. How can I do that? Best regards, Sam -- PHP General Maili

[PHP] A PHP-driven script to determine if the environment is configured correctly (checklist)

2009-12-16 Thread AmirBehzad Eslami
Dear list, e-Greetings, I've developed some PHP-driven web applications. These applications will be installed on different linux-based servers (typically Debian and Redhat). Usually, after I copy the files to the server, they DO NOT WORK, so I spend hours to debug the problem. Problems are very fu

Re: [PHP] A PHP-driven script to determine if the environment is configured correctly (checklist)

2009-12-16 Thread Sam
Здравствуйте, AmirBehzad. Вы писали 17 декабря 2009 г., 17:46:59: > Dear list, > e-Greetings, > I've developed some PHP-driven web applications. These applications will be > installed on different > linux-based servers (typically Debian and Redhat). Usually, after I copy the > files to the > ser