php-general Digest 2 Sep 2010 10:45:30 -0000 Issue 6922

2010-09-02 Thread php-general-digest-help
php-general Digest 2 Sep 2010 10:45:30 - Issue 6922 Topics (messages 307818 through 307821): Re: require_once 307818 by: freeman3.centrum.cz Re: error_log file error reporting level 307819 by: freeman3.centrum.cz Re: Removing link on the fly, but leave link text

[PHP] extract an image's elements by gd

2010-09-02 Thread Tontonq Tontonq
Hi! as first i want you look at this image http://i56.tinypic.com/2zic001.png i can read all pixels , make picture black and white,add length of black pixel's to array like (from 300x 20y to 320x to 20y). I can dump coordinates blue square as easily but i cant say this for yellow ellipse. So

Re: [PHP] Re: require_once

2010-09-02 Thread Jangita
On 01/09/2010 10:56 p, freem...@centrum.cz wrote: I think the files included just when you call it to include. How do you mean it later? What's in that file? A class or direct code? David Mehler wrote: Hello, I've got probably a simple question on require_once. I've got a file that has

Re: [PHP] Re: require_once

2010-09-02 Thread Peter Lind
On 2 September 2010 12:55, Jangita jang...@jangita.com wrote: On 01/09/2010 10:56 p, freem...@centrum.cz wrote: I think the files included just when you call it to include. How do you mean it later? What's in that file? A class or direct code? David Mehler wrote: Hello, I've got

Re: [PHP] Re: require_once

2010-09-02 Thread Jangita
On 02/09/2010 12:59 p, Peter Lind wrote: Which wouldn't do anything seeing as file2.php has already been included by file1.php. Amazing! I didn't think that once you include a file; any other file included also includes any earlier included files (if that makes any sence) I've always thought

[PHP] DICOM and PHP

2010-09-02 Thread Juan Rodríguez Monti
Hi guys, I would like to develop an Application in PHP to manage DICOM images. The idea is that the application should be able to receive images from different devices connected through a local switch. The application should act as a server, always listening, and then when some of the devices send

[PHP] HTTPS SSL

2010-09-02 Thread Jordan Jovanov
Hello everybody I need me a little help. I have one web page with hhtp protocol, but i need to change in https. Somebody tell me that I need to create some SSL certificate. I use some Apache server. Do you somebody know does is easy and can i do? Does need to write some php scripts or anything?

Re: [PHP] Re: require_once

2010-09-02 Thread Peter Lind
On 2 September 2010 13:20, Jangita jang...@jangita.com wrote: On 02/09/2010 12:59 p, Peter Lind wrote: Which wouldn't do anything seeing as file2.php has already been included by file1.php. Amazing! I didn't think that once you include a file; any other file included also includes any

Re: [PHP] HTTPS SSL

2010-09-02 Thread Bostjan Skufca
You should look up something like openssl how to create self signed certificate on google. Once cert is created, you should look up apache ssl howto. The rest is just following instructions intelligently. Or use a consulting company. b. PS: This has nothing to do with PHP, in case you haven't

Re: [PHP] problem retrieving variables.

2010-09-02 Thread Jim Lucas
Paul Halliday wrote: I think I just might be missing the logic here. I have a page that is created and within this page, I include an iframe like this: $qp = urlencode($when $wFilter $aFilter); echo \rtrtd id=links colspan=2 style=\display:none; padding-left: 12px;\ \rIFRAME

Re: [PHP] problem retrieving variables.

2010-09-02 Thread Paul Halliday
On Thu, Sep 2, 2010 at 5:43 PM, Jim Lucas li...@cmsws.com wrote: Paul Halliday wrote: I think I just might be missing the logic here. I have a page that is created and within this page, I include an iframe like this: $qp = urlencode($when $wFilter $aFilter); echo \rtrtd id=links colspan=2

Re: [PHP] SSI not working on PHP files with Apache

2010-09-02 Thread Per Jessen
Michael Alaimo wrote: Does special configuration have to take place with PHP to let apache process server side include files that are HTML documents? PHP doesn't care, but you will need to configure apache to do both SSI and PHP processing. -- Per Jessen, Zürich (17.8°C) -- PHP