[PHP] Scree Resolution

2002-06-21 Thread Edgar
Hi, Are there any way to know what screen resolution use a user in your monitor? Thank you in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Resoltuion

2002-06-21 Thread Edgar
Hi, Are there any way to know what screen resolution use a user in your monitor? Thank you in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] read a text file

2002-07-16 Thread Edgar
I was looking for in the news, but i did not encounter any thing. Where can I get an example or the way to read a text file into a variable and how identify the carriage return and special characters. Thank you Edgar -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Is this possible

2002-06-05 Thread James Edgar
I am trying to run a class inside a class, it says that the object is there but when I go to get the info, it is not there. I have attached the code below. Any help would be greatly appreciated. class myfirstClass { function Track($tracknum) {

[PHP] Is this possible

2002-06-05 Thread James Edgar
I am trying to run a class inside a class, it says that the object is there but when I go to get the info, it is not there. I have attached the code below and attache the xml.inc file. Any help would be greatly appreciated. class myClass { function myFunc($var)

[PHP] Ayuda para hace funcionar PHP

2001-08-18 Thread Edgar Baldiviezo
módulo de servidor, etc. --- Edgar Baldiviezo V. Est. Ing. Sistemas --- Visita Mi sitio: http://www.ebaldiviezo.cjb.net --- Ponte en contacto conmigo por el MSN: mailto:[EMAIL PROTECTED

[PHP] PHP Application Server

2003-02-05 Thread Edgar Castanedo
, there is only a mod_php and basic cgi integration versions. I have spoken with many people and I feel like this can take off. As a matter of fact, I have documented many of my ideas and would like to share them with all of you. Thanks in Advance ecastanedo Edgar Castanedo [EMAIL PROTECTED

[PHP] PHP Application Server

2003-02-05 Thread Edgar Castanedo
to hear anyone else's feedback. Thanks for yours Manuel. BTW... a standalone daemon is exactly what I have in mind. I am in the process of creating the website for the project. I will have all of the info there. I'll post the link when it is up. Edgar Castanedo [EMAIL PROTECTED] http

[PHP] PHP Application Server

2003-02-05 Thread Edgar Castanedo
all data to the DB's -- so that eliminates the problem of temp files being on one host and not the next host jimmy asp provider On Wed, 2003-02-05 at 15:44, Edgar Castanedo wrote: Thanks for your reply. I know that this is going to be a huge task, but I am hoping that together with the nature

Re: [PHP] PHP Application Server

2003-02-05 Thread Edgar Castanedo
] wrote:Hello, On 02/05/2003 09:44 PM, Edgar Castanedo wrote: Thanks for your reply. I know that this is going to be a huge task, but I am hoping that together with the nature of the Open Source community, we can build an app server which is comparable, if not better than one of the commercial app

[PHP] Need to download files in IE

2001-03-12 Thread James R. Edgar
this, and thanks in advance. Regards, Edgar -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] Need to download files in IE

2001-03-12 Thread James R. Edgar
t work. When I click on the link it shows "pizzeria.htm" in the File Name field. Any other suggestions. Regards, Edgar -Original Message- From: Pierre-Yves Lemaire [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 10:41 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Need to dow

RE: [PHP] Good Free PHP Editor?

2001-03-12 Thread James R. Edgar
Hello, I use editplus. It has a feature that lets you add in auto completion files, syntax files. It does have an eval version, and it is not that expensive. http://www.editplus.com Regards, Edgar -Original Message- From: Boget, Chris [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12

Re: [PHP] Weird Syntax Error

2008-11-13 Thread Edgar da Silva (Fly2k)
, release_id) VALUES ('$filename', '$_SESSION['upload']['type']', '$_SESSION['upload']['size']', now(), '$username', '$path', '$release_id'); -- Kyle Terry | www.kyleterry.com -- Abraços Edgar Ferreira da Silva Engenheiro de Software Campinas - SP (19) 8110-0733 - Aprenda PHP, cole códigos

Re: [PHP] PHP friendly web software?

2008-11-25 Thread Edgar da Silva (Fly2k)
to be made Frontpage displays stuff all over the place. Just trying MS Expression but this shows blank page when any php code is present. Any ideas? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Abraços Edgar Ferreira da Silva

Re: [PHP] Cannot Install mysql extension

2009-01-08 Thread Edgar da Silva (Fly2k)
/) To unsubscribe, visit: http://www.php.net/unsub.php -- Abraços Edgar Ferreira da Silva Engenheiro de Software Campinas - SP (19) 8110-0733 http://edgarfs.com.br - Aprenda PHP, cole códigos, saiba das vagas de empregos: http://www.manjaphp.com.br

Re: [PHP] ArrayObject - Posibillity to add key = value pair per default?

2009-01-14 Thread Edgar da Silva (Fly2k)
. $array[] = $value 2. $array[$key] = $value With ArrayObject: 1. $arrayObject-append($value) 2. ??? -eddy -- Abraços Edgar Ferreira da Silva Engenheiro de Software Campinas - SP (19) 8110-0733 http://edgarfs.com.br - Aprenda PHP, cole códigos, saiba das vagas de empregos: http

Re: [PHP] Zend (or other) Framework...where to start?

2009-01-15 Thread Edgar da Silva (Fly2k)
environment? If so... why rewrite it? Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Abraços Edgar Ferreira da Silva Engenheiro de Software

Re: [PHP] Zend (or other) Framework...where to start?

2009-01-15 Thread Edgar da Silva (Fly2k)
On Thu, Jan 15, 2009 at 9:48 AM, Robert Cummings rob...@interjinn.com wrote: On Thu, 2009-01-15 at 09:03 -0200, Edgar da Silva (Fly2k) wrote: The question is interesting. I do another question: Will PHP5 support PHP4 backward compatibility forever? Ok I'm rediculous, forever not, but, until

Re: [PHP] Re: problems with loaded extensions

2009-04-08 Thread Edgar da Silva (Fly2k)
Did you check the apache error log? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php