[PHP] Best Approach

2008-01-21 Thread Miguel Guirao
, sending e-mails with or without attachments and so on. Is PHP a correct approach to solve this tedious problem?? Can I access a servers and get the results of a ls command for instance?? Best Regards, __ Miguel Guirao Aguilera, Linux+, ITIL Sistemas de Información Informática R8

[PHP] RE: Ajax and PHP: XMLHTTP

2006-09-11 Thread Miguel Guirao
What do you exactly want to do? -Original Message- From: Micky Hulse [mailto:[EMAIL PROTECTED] Sent: Domingo, 10 de Septiembre de 2006 10:46 p.m. To: php php Subject: Ajax and PHP: XMLHTTP ?=$_SERVER['PHP_SELF']? Can I replace the above with some sort of XMLHTTP request? Googling

RE: [PHP] Strange situation when saving a file

2006-08-30 Thread Miguel Guirao
the function to send e-mail } ob_end_flush();//Empty the OB and output it contents to the browser } ? -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Miércoles, 30 de Agosto de 2006 03:16 a.m. To: Miguel Guirao Cc: PHP List Subject: Re: [PHP] Strange situation when saving a file Miguel

[PHP] Strange situation when saving a file

2006-08-29 Thread Miguel Guirao
the document directly from the web server, without having it sent by e-mail, it opens correctly in Word. The only problem is when the file is been emailed!!! What could be going wrong?? Any ideas?? Thanks in advance!! --- Miguel Guirao Aguilera Logistica R8 TELCEL Tel. (999

RE: [PHP] Saving a dynamic file

2006-08-04 Thread Miguel Guirao
MIGUEL GUIRAO AGUILERA Logistica R8 - Telcel Tel: (999) 960.7994 Este mensaje es exclusivamente para el uso de la persona o entidad a quien esta dirigido; contiene informacion estrictamente confidencial y legalmente protegida, cuya divulgacion es sancionada

RE: [PHP] static variables

2006-02-10 Thread Miguel Guirao
and static variables do not lose it's value as long as the script is not called again!! Since you are calling the script again, that's why the static variables lose it's value!! Miguel Guirao -Original Message- From: Hugh Danaher [mailto:[EMAIL PROTECTED] Sent: Viernes, 10 de Febrero

[PHP] Static and Global at the same time!

2006-02-10 Thread Miguel Guirao
Hello list!! Can I have a variable that is static and global at the same time within a function? Let's say I have: $data = ; function newdata() { static global $data; $data [$i] = $newdatatobestored_inthearray; } Best Regards, --- Miguel Guirao Aguilera Logistica R8

RE: [PHP] TMP directory

2006-02-10 Thread Miguel Guirao
ups, my finger did it's own thing!! Thanks for the response!! -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Jueves, 09 de Febrero de 2006 07:36 p.m. To: Miguel Guirao Cc: PHP List Subject: Re: [PHP] TMP directory Hi, Well, firstly there is no php 7.. By default

RE: [PHP] Static and Global at the same time!

2006-02-10 Thread Miguel Guirao
Thanks for all your suggestions!! specially to list!! Regards, Miguel Guirao -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Viernes, 10 de Febrero de 2006 03:20 p.m. To: Miguel Guirao Cc: PHP List Subject: Re: [PHP] Static and Global at the same time! On Fri

[PHP] TMP directory

2006-02-09 Thread Miguel Guirao
Hello list, Does anybody know which is the TMP default directory when uploading file to the server using PHP? PHP 7.1.2-7 MySQL 3.23.49-3 APACHE 1.3.23-11 RED HAT LINUX 7.3 --- Miguel Guirao Aguilera Logistica R8 TELCEL Tel. (999) 960.7994 Este mensaje es exclusivamente

[PHP] FW: error de php!

2006-01-17 Thread Miguel Guirao
Hi list! I'm migrating to a new server, the old was: -Apache/2.0.46 (Unix) y PHP/4.3.2 -MySQL 4.0.13 -Solaris 8 The following script used to run nicely in the old sever, but now that I migrated the script to a new server with Apache/2.0.54 (Unix Solaris 9), PHP/5.0.5 and MySQL 5.0.18. I got the

[suspicious - maybe spam] [PHP] [suspicious - maybe spam] RE: [suspicious - maybe spam] PHP/MySQL/XmlHTTPRequest

2005-08-31 Thread Miguel Guirao
there is a book coming out in October I guess, do a search on amazon under AJAX. Also, at www.phparch.com the August issue deals with AJAX between other things. You can buy a digital copy (PDF) for only 3.45 dlls. Regards, Chicolinux -Original Message- From: Death Gauge [mailto:[EMAIL

RE: [PHP] how to know when a php library is installed

2005-08-22 Thread Miguel Guirao
Or phpinfo() -Original Message- From: Greg Donald [mailto:[EMAIL PROTECTED] Sent: Domingo, 21 de Agosto de 2005 06:15 a.m. To: php-general@lists.php.net Subject: Re: [PHP] how to know when a php library is installed On 8/21/05, Lizet Pena de Sola [EMAIL PROTECTED] wrote: I need to

RE: [PHP] AJAX PHP

2005-08-03 Thread Miguel Guirao
Hey!!! What resources do you used to learn AJAX? I saw a presentation about AJAX hosted by PHP Architect and I like it, but I want to go deep in the subject, so far I have not found resources. Thanks in advance!! -Original Message- From: Graham Anderson [mailto:[EMAIL PROTECTED] Sent:

[PHP] From float to hour and minutes

2005-07-20 Thread Miguel Guirao
the time the plant was refilled, let's say 16:42, so I need to calculate the next hour the plant needs to be refilled. Like 16:42 hrs + 30 hrs How can I sum these two values? How can I convert the integer or float value 30 to a hour format? Any ideas? --- Miguel Guirao Aguilera

[PHP] Refresh

2005-07-14 Thread Miguel Guirao
, Is there a way to refresh or reload the page every 10 minutes automatically? Regards, --- Miguel Guirao Aguilera Logistica R8 TELCEL Tel. (999) 960.7994 Cel. 9931 600. Este mensaje es exclusivamente para el uso de la persona o entidad a quien esta dirigido; contiene

RE: [PHP] linux php editor

2005-06-07 Thread Miguel Guirao
Try NVU, from www.nvu.org -Original Message- From: Clive Zagno [mailto:[EMAIL PROTECTED] Sent: Lunes, 06 de Junio de 2005 09:09 p.m. To: php Subject: Re: [PHP] linux php editor the truth is Ive been developing on windows, because of some .net developments. Ive been starting most new

RE: [PHP] linux php editor

2005-06-07 Thread Miguel Guirao
Yeah, maybe JM is correct!! Thanks!!! -Original Message- From: Jim Moseby [mailto:[EMAIL PROTECTED] Sent: Martes, 07 de Junio de 2005 09:43 a.m. To: php-general@lists.php.net Subject: RE: [PHP] linux php editor On 6/7/05, Miguel Guirao [EMAIL PROTECTED] wrote: Try NVU, from

[PHP] Exporting to MS Word or Excel

2005-06-02 Thread Miguel Guirao
Hi!!! Are there any chances that I could export a dynamic created web page into MS Word or Excel? I know this can be done with PDF!! I'm using LAMP!! --- Miguel Guirao Aguilera Logistica R8 TELCEL Tel. (999) 960.7994 Cel. 9931 600. -- PHP General Mailing List (http