[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] PHP Application Server

2003-02-05 Thread Edgar Castanedo
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
ke 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

[PHP] PHP Application Server

2003-02-05 Thread Edgar Castanedo
r apps are built to NEVER write anything to the file system and to write 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

Re: [PHP] PHP Application Server

2003-02-05 Thread Edgar Castanedo
AIL PROTECTED]> 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

[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] Need to download files in IE

2001-03-12 Thread James R. Edgar
, 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 downl

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] PHP friendly web software?

2008-11-25 Thread Edgar da Silva (Fly2k)
well but if layout changes need 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: htt

Re: [PHP] Cannot Install mysql extension

2009-01-08 Thread Edgar da Silva (Fly2k)
t; 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 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)
int? > > Quick example: > > Without ArrayObject: > 1. $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 (

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

2009-01-15 Thread Edgar da Silva (Fly2k)
still be in PHP4 while >> Symfony, a framework born after CI, requires PHP5 since version one >> and takes full advantage of PHP5's advanced OO features! > > Does it work within a PHP5 environment? If so... why rewrite it? > > Cheers, > Rob. > -- > http://www.int

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

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

Re: [PHP] Weird Syntax Error

2008-11-13 Thread Edgar da Silva (Fly2k)
or T_NUM_STRING > > $insert = "INSERT INTO release_file_upload (upl_file_name, upl_file_type, > upl_file_size, upl_date, upl_by, upl_path, release_id) VALUES ('$filename', > '$_SESSION['upload']['type']', '$_SESSION['upload']['siz