[PHP] PHP Dependency Injector

2013-09-05 Thread Juan Sebastian Scatularo
Hello people, I want to share with you a simple and small Dependency Injector made for me. https://github.com/abloos/Sofia Regards -- Facebook: www.facebook.com/JuanSebastianScatularo Twitter: www.twitter.com/js_scatularo Web: www.sebastianscatularo.com.ar

Re: [PHP] PHP Dependency Injector

2013-09-05 Thread Juan Sebastian Scatularo
Thanks Sorin, I will do that and I will have more care the next time. Regards 2013/9/5 Sorin Badea > Juan, the problem with this list is that that there are too damn many dumb > questions. You did something nice but it doesn't stand out. You can check > Symfony2 DiC. You can use

Re: [PHP] PHP Dependency Injector

2013-09-05 Thread Juan Sebastian Scatularo
t;> from the crowd ? >> >> Regards. >> >> On Thu, Sep 5, 2013 at 10:56 PM, Juan Sebastian Scatularo < >> sebastianscatul...@gmail.com> wrote: >> >> > Hello people, I want to share with you a simple and small Dependency >> > Injector ma

[PHP] DICOM and PHP

2010-09-02 Thread Juan Rodríguez Monti
this one?. Best, Juan

[PHP] Limit failed logins attempts

2010-08-09 Thread Juan Rodriguez Monti
- Is this a good idea to do all this work for this security purpose ? - Do you know/suggest a better way to solve this? Thanks in advance, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Books about RESTFul Web Services & APIs

2010-06-29 Thread Juan Marcelo Rodriguez Monti
Hi guys, Do you know some good books about RESTful Web Services / API's using PHP?. Also, if you know some website where I could find papers, pdf's and articles about this topic would be useful, too. I saw the documentation about this topics is not so easy to find. Best, Ju

Re: [PHP] User's IP Validation

2010-06-17 Thread Juan Rodriguez Monti
> David > > Sent from my HTC > > -Original Message- > From: Juan Rodriguez Monti > Sent: 16. cervna 2010 20:26 > To: php-general@lists.php.net > Subject: [PHP] User's IP Validation > > Hi people, > I would like to know the best way to perform some kind of v

[PHP] User's IP Validation

2010-06-16 Thread Juan Rodriguez Monti
ite to a file in the server the IP, then perform some if to know if the user already replied the form. As far as I don't know which is the best way to code this, I felt free to ask you guys. Thanks a lot. Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Site with CSS and Internet Explorer

2010-05-17 Thread Juan Rodriguez Monti
2010/5/15 Jim Lucas : > Juan Rodriguez Monti wrote: >> >> I guys, >> I'm having some problems with the following. >> >> I have a PHP Site working perfectly with HTML and CSS. The CSS runs >> flawlessly in Firefox and Google Chrome. However, I'

[PHP] PHP Site with CSS and Internet Explorer

2010-05-15 Thread Juan Rodriguez Monti
ed content ) in any version of Internet Explorer. The CSS's Code is available here[0]. Might be this is an Off-Topic question, however is closely related to my PHP development. If you know some hack or modification that I should do to make this site compatible with IE, I would appreciate it

Re: [PHP] Two color rows in table inside while iteration

2010-04-29 Thread Juan Rodriguez Monti
2010/4/29 tedd : > At 8:29 AM -0300 4/28/10, Juan Rodriguez Monti wrote: >> >> Hello Guys, >> I would like to implement a two color row table for some queries that I'm >> doing. >> >> I use PHP to query a DB, then I use while to print all its results.

Re: [PHP] Two color rows in table inside while iteration

2010-04-28 Thread Juan Rodriguez Monti
]$row[4]  "; >       echo ("") > } > > And have two classes in your style sheet that format each row differently. > > Hope this helps. Thanks to all guys!. Now it's working perfectly as I wanted. Also was interesting to read the points you showed about JS and PHP. Best, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Two color rows in table inside while iteration

2010-04-28 Thread Juan Rodriguez Monti
gt;> Replace the hex values with the colors you desire. > > Just one more question about this. > > I'm getting something like this[0], and I would like to get something > like this[1] using something similar to Jay's suggestion. > [/snip] > > My suggestion sh

Re: [PHP] Two color rows in table inside while iteration

2010-04-28 Thread Juan Rodriguez Monti
gt; $tr = (0 == $trColor % 2)? "#E8E8E8" : "#FF"; > echo ""; > ... > > Replace the hex values with the colors you desire. Thank you all for the replies!, I wanted something like this. It was very useful. I agree that JS might be turned off , and isn'

[PHP] Two color rows in table inside while iteration

2010-04-28 Thread Juan Rodriguez Monti
$row[1] $row[2] $row[3]$row[4] "; echo ""; echo ""; echo ""; I just want to show you how I write the table. What I would like to know is what do you suggest to do a two color row format. Thanks!, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Weird while issue

2010-04-27 Thread Juan Rodriguez Monti
2010/4/27 Peter Lind : > On 27 April 2010 14:36, Juan Rodriguez Monti > wrote: >> Hi guys, >> I have some issues with while. >> >> I have an HTML Form, that uses GET to process its contents. Then >> there's a PHP Script that receives the data, and evaluat

[PHP] Weird while issue

2010-04-27 Thread Juan Rodriguez Monti
o other part of the block, I receive so many echo's as iterations the while do ( this is logical ). However I don't understand why the echo is printed above the while even when I put it after the while and out of the while's block. Thanks a lot!. Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Little php code - error

2010-04-08 Thread Juan
2010/4/8 Richard Quadling : > On 8 April 2010 15:21, Juan wrote: >> Hi guys, >> I'm having trouble with the following little php code [0]. The output >> from the server is : " >> * Parse error: syntax error, unexpected '{' in file.php on line 27 * &g

[PHP] Little php code - error

2010-04-08 Thread Juan
sy to understand, however I'm not able to solve this. Could you tell me why I'm not able to run this code. I'm running PHP5, Apache2, and Ubuntu 9.10 with sqlite, as you could see. Thanks a lot, Juan [0] http://pastebin.com/xC4pFbfH -- PHP General Mailing List (http://w

Re: [PHP] App to put a whole PHP Site in CD/DVD

2010-03-04 Thread Juan
gt; The only problem, is that this method only works on windows systems. That's great. This is what I've been looking form. Thanks!. Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] App to put a whole PHP Site in CD/DVD

2010-03-02 Thread Juan
l OS ( Gnu/linux, win, mac ) even better. Thanks a lot. Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP and XML

2009-11-24 Thread Juan
El día 23 de noviembre de 2009 13:25, Nathan Rixham escribió: > Juan Marcelo Rodríguez Monti wrote: >> Hi people, >> I have some doubts about this topic that I'm gonna explain. >> >> I have a few sites in flash, and I was requested to write a PHP frontend >>

[PHP] PHP and XML

2009-11-22 Thread Juan Marcelo Rodríguez Monti
XML file to then get from this file from Flash. Thanks, Juan. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Where I can find the PHP5 grammar/specification?

2008-12-23 Thread Juan Kinunt
Hi! I'm looking for the PHP 5 grammar specification. I'm studying the possibility of implementing an abstract interpretation tool with flex/bison in order to find security vulnerabilities (Injection vulnerabilities, XSS) in the code in a static manner. I know Pixy but I would like to study another

RE: [PHP] New to PHP

2008-10-13 Thread Juan Jose Rosales Rodriguez
Ok thank you, i try learn yor post, and make meny aport, for the list, apologize me for my english, i am new in this theme but in php i have experience. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] New to PHP

2008-10-13 Thread Juan Jose Rosales Rodriguez
Hola. "No son los años los que te enseñan sobre la vida, sino como vives en la vida los años" Universidad de las Ciencias Informáticas Juan José Rosales Rodriguez Tel: 02366792 (Gr) - 078358458 (UCI)

RE: [PHP] New to PHP

2008-10-13 Thread Juan Jose Rosales Rodriguez
He i not speak very good englis, pliss can you tel me abaout list in spanich? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Foreach question (solved)

2007-11-15 Thread Juan Marcelo Rodríguez
to > > print the row's number. > > > > The question : Am I able to add a counter within foreach to print the > row > > number in each row using echo ?. I tried a few things but I couldn't. > > > > Thanks! > > > > Juan > > > > > > > -- > Michael McGlothlin > Southwest Plumbing Supply > >

Re: [PHP] Foreach question

2007-11-15 Thread Juan Marcelo Rodríguez
2007/11/15, Philip Thompson <[EMAIL PROTECTED]>: > > On Nov 15, 2007 5:12 PM, Juan Marcelo Rodríguez < > [EMAIL PROTECTED]> > wrote: > > > Yes, I made a mistake in the first sentence. > > > > The code is : > > [...] > > > > f

Re: [PHP] Foreach question

2007-11-15 Thread Juan Marcelo Rodríguez
quot;" . ""; echo $val . ""; print "" . ""; } ?> I use the array to generate the name of the radio and so on. However I had problems with the counter. Thanks 2007/11/15, Stut <[EMAIL PROTECTED]>: > > Juan Marcelo Rodríguez wrote: >

[PHP] Foreach question

2007-11-15 Thread Juan Marcelo Rodríguez
a counter within foreach to print the row number in each row using echo ?. I tried a few things but I couldn't. Thanks! Juan

[PHP] need help,pls

2007-07-26 Thread esimaje juan toritseju
hi, My name is Juan, i need help from you and i will be greatful if you could assist me,i have got an academic project to create a website .Within the page i should create a login session for users ,i will have a database to save designs, i do know how to create the database but, do not know

Re: [PHP] Text Editor for Windows?

2007-02-08 Thread Juan Felipe Alvarez Saldarriaga
Stephen wrote: I am finding that notepad is lacking when correcting syntax errors in my php code. No line numbers. What can people recommend for use under Windows? Thanks Stephen Hey, well, actually I use gVim on windows + WinSCP :) http://wiki.freaks-unidos.net/gvim_on_steroids_(windoze

Re: [PHP] Calculate string width using some font.

2007-02-05 Thread Juan Felipe Alvarez Saldarriaga
setcookie wrote: pdf_stringwidth() may help you regards fra* Yea I saw that too but you know, pdflib is not free. Hey list! :) my name's not list but what the heck: take a look at these function, they should light the way: http://php.net/manual/en/function.imageftbbox.php h

Re: [PHP] Calculate string width using some font.

2007-02-05 Thread Juan Felipe Alvarez Saldarriaga
Jochem Maas wrote: Juan Felipe Alvarez Saldarriaga wrote: Hey list! :) my name's not list but what the heck: take a look at these function, they should light the way: http://php.net/manual/en/function.imageftbbox.php http://php.net/manual/en/function.imagepsbbox.php http://ph

[PHP] Calculate string width using some font.

2007-02-05 Thread Juan Felipe Alvarez Saldarriaga
Hey list! :) I've got a problem trying to calculate a string width using an X font with some Y font size to use in an svg-to-pdf conversion. This is what I try to do: 1. Create a dummy image. 2. Set the text there using font X and the font size Y (it seems that when I create the image it rend

Re: [PHP] Programacion orientada a objetos

2007-01-31 Thread Juan Pablo Herrera
HI Jairo! This is a list only in english. Please, check other list in spanish. Esta es una lista en inglés. Por favor, verificá otras listas en español. JP On 1/31/07, Jairo Torres <[EMAIL PROTECTED]> wrote: Señores buenas tardes. Tienen un buen ejemplo o manual para programación orientada a

Re: [PHP] exec ping

2005-08-20 Thread Juan Pablo Herrera
On 8/21/05, Jasper Bryant-Greene <[EMAIL PROTECTED]> wrote: > Juan Pablo Herrera wrote: > > Thanks Jasper, > > well, i need make a explode of results of the ping. The idea is check > > a host and when the host don´ t response send a email. > > I don't explode

Re: [PHP] exec ping

2005-08-20 Thread Juan Pablo Herrera
On 8/21/05, Jasper Bryant-Greene <[EMAIL PROTECTED]> wrote: > Juan Pablo Herrera wrote: > > Hi all! > > I have following script: > > $comando = system('ping 168.192.0.1', $nn); > > echo $nn; > > Well, i need that only show the first ten lines of

[PHP] exec ping

2005-08-20 Thread Juan Pablo Herrera
Hi all! I have following script: $comando = system('ping 168.192.0.1', $nn); echo $nn; Well, i need that only show the first ten lines of the ping and kill the process. How can i make it? Regards, JP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

[PHP] XML Problem

2005-05-12 Thread Juan Antonio Garrido
t install), and additional libraries was installed (libxml2,php4-domxml,php4-xslt and others). What library more I need? What can be failling? My scenario is Debian,PHP 4.3.10-15 about Apache. -- --- Juan Antonio Garrido Mata Emergya, Soluciones Tecnológic

[PHP] Exec don't work

2005-05-10 Thread Juan Pablo Herrera
Hi! I using php version 4.3.10. I have a script that used the exec function. Well it script only work from shell, but not work form web browser. My php.ini: safe_mode Off Off safe_mode_exec_dir no valueno value Have somebody experience in this problem? Regards, JP -- PHP Gen

[PHP] Test Send

2005-03-25 Thread Juan Pablo Herrera
I can't send email. Right? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP4 and PHP5 in virtual Host

2005-03-25 Thread Juan Pablo Herrera
Hi! I have apache, php4 and php5 on my server. I use virtual host in this server. The virtual host have or not PHP4 using: php_admin_flag engine off/on in apache2.conf How can i use PHP5 or PHP4 or both? PHP4 is running as module and PHP5 is running as cgi. Regards, JP -- PHP General Mailing Lis

[PHP] PHP4 and PHP5 in virtual Host

2005-03-24 Thread Juan Pablo Herrera
Hi! I have apache, php4 and php5 on my server. I use virtual host in this server. The virtual host have or not PHP4 using: php_admin_flag engine off/on in apache2.conf How can i use PHP5 or PHP4 or both? PHP4 is running as module and PHP5 is running as cgi. Regards, JP -- PHP General Mailing Lis

[PHP] Problem with XML

2005-02-24 Thread Juan Antonio Garrido
Hi everybody What functions should be use for XML in PHP 4? I've tried with DOM Functions but it appears an error "not class", DOM-XML Functions(experimental) don't work well. Thank you... -- --- Juan Antonio Garrido Mata

[PHP] Problems with print html to pdf

2005-02-17 Thread Juan Antonio Garrido
r all... -- --- Juan Antonio Garrido Mata Emergya S.L Tel. +34 954 98 10 53 FAX +34 954 98 11 79 Avda. Luis Montoto, 105. E41007 - Sevilla(España) [EMAIL PROTECTED] http://www.emergya.info --- -- PHP General Mailing List (http://www.php.net

[PHP] Obtaining the base dir of a file in a web server

2005-01-17 Thread Juan Antonio Garrido
ohter char? -- --- Juan Antonio Garrido Mata Emergya S.C.A Tel. +34 954 98 10 53 FAX +34 954 98 11 79 Avda. Luis Montoto, 105. E41007 - Sevilla(España) [EMAIL PROTECTED] http://www.emergya.info --- -- PHP General Ma

[PHP] curl CUSTOMREQUEST

2004-12-21 Thread Juan Nin
, image/jpeg, image/pjpeg, */*. may be this is what he's talking about when he says about the data libcurl will add? does anybody know under which circumstances may this fail?? thanks in advance, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] GD, problem adding text to GIF images

2004-12-16 Thread Juan Nin
this problem? Used functions are: imagecreatefromgif imagettftext imagegif Thanks in advance, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fatal error

2004-10-16 Thread Juan Pablo Herrera
In your script use set_time_limit(0), and look http://ar2.php.net/manual/en/function.set-time-limit.php for understand the function. Regards, JP > Dear members,I get an error,What does mean my error? : > Fatal error: Maximum execution time of 30 seconds > exceeded in /var/www/html/votting/vote_imp

[PHP] intenger

2004-10-14 Thread Juan Pablo Herrera
Please, i need output a intenger, what function can i use for this?. Print?, echo? Thank you. JP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Memory Usage

2004-10-04 Thread Juan Pablo Herrera
Hi! I need management the use of the memory when a php script is execute. How can i do it?.I know mysql_free_result for free all memory associated with the result, is it all?. Regards, JP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Make cron file

2004-09-28 Thread Juan Pablo Herrera
sorry, my cuestion is about the construction of the job file with php. I send parameters via POST: day, hours, minute, sentence for execuite with cron. This is cached for a php file that make the job file. Well, my problem is make this php file.I think to use file() for this, but maybe somebody thi

[PHP] Make cron file

2004-09-28 Thread Juan Pablo Herrera
Hi! I need make a cron file, for example a .job file: #mi hodimeseq jobcomment 45 11** 0-5 php -q /home/test/test.php # Make backup How can make it?. Regards. JP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Using '

2004-09-22 Thread Juan Pablo Herrera
gt; > > On Wed, 22 Sep 2004 11:56:54 -0400, François Moreau > <[EMAIL PROTECTED]> wrote: >> Hi Juan, >>You might consider using the Heredoc syntax, as presented here : >> http://www.php.net/manual/en/ >> language.types.string.php#language.types.string.synta

[PHP] Using '

2004-09-22 Thread Juan Pablo Herrera
Hi! i have: $html = ' MY HTML '; Inside of my html i used ', this produced a parse error, how can i solved it?. Regards, JP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] problem compailing php-4.3.6 please help !!!!! CAn someone PLEA SE HELP !!!!

2004-09-15 Thread Juan Fernandez
Hi, I am installing php-4.3.6 on Fedora, When I am compiling I receive the following error : [EMAIL PROTECTED] php-4.3.6]# make install Installing PHP SAPI module: apache2handler /www/build/instdso.sh SH_LIBTOOL='/www/build/libtool' libphp4.la /www/modules /www/buil

[PHP] problem compailing php-4.3.6 please help !!!!!

2004-09-15 Thread Juan Fernandez
Hi, I am installing php-4.3.6 on Fedora, When I am compiling I receive the following error : [EMAIL PROTECTED] php-4.3.6]# make install Installing PHP SAPI module: apache2handler /www/build/instdso.sh SH_LIBTOOL='/www/build/libtool' libphp4.la /www/modules /www/build/

[PHP] problem compailing php-4.3.6 please help !!!!!

2004-09-15 Thread Juan Fernandez
Hi, I am installing php-4.3.6 on Fedora, When I am compiling I receive the following error : [EMAIL PROTECTED] php-4.3.6]# make install Installing PHP SAPI module: apache2handler /www/build/instdso.sh SH_LIBTOOL='/www/build/libtool' libphp4.la /www/modules /www/build/libtool --

[PHP] ZIP

2004-09-14 Thread Juan Pablo Herrera
HI! I need catch many files in my server and make a zip file. In pear i not see nothing. I think use exec for contruction a zip file. Any idea? Regards, JP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP with Access DB without ODBC

2004-09-01 Thread Juan Torres
Hello, how can i connect php with an access db. I need to do it without use ODBC. Thanks, Juan Torres. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] looking for a good FormMail PHP script

2004-08-16 Thread Juan Nin
n't you think?? It seems like *you have obviuosly not read my previous e-mails* ;) Anyway, this is getting off-topic, so let's cut it here.. regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] looking for a good FormMail PHP script

2004-08-15 Thread Juan Nin
ke phpMailer would do, or even the mail() function for more simple tasks... but that's not what I want... I know how to send e-mail, with mail(), with phpMailer or with PEAR::Mail, I want a good and tested FormMail script.. if I don't find one, I'll use my own written, but I d

Re: [PHP] looking for a good FormMail PHP script

2004-08-14 Thread Juan Nin
raditha dissanayake wrote: Juan Nin wrote: Hi I'm looking for a good FormMail PHP script which beheaves like Matt Wright's FormMail.pl script (but lacks it's exploitable problems :) I found several on the net, but didn't like them too much... any recommendations? you have

[PHP] looking for a good FormMail PHP script

2004-08-13 Thread Juan Nin
Hi I'm looking for a good FormMail PHP script which beheaves like Matt Wright's FormMail.pl script (but lacks it's exploitable problems :) I found several on the net, but didn't like them too much... any recommendations? Thanks in advance, Juan -- PHP General Mailing List

Re: [PHP] Re: Load data and Insert

2004-08-11 Thread Juan Pablo Herrera
> "Torsten Roehr" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> "Juan Pablo Herrera" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >> > Hi! >> > i need do two querys in one. >> > First

[PHP] Load data and Insert

2004-08-11 Thread Juan Pablo Herrera
Hi! i need do two querys in one. First query is a load data and the second query is insert into. My idea is to concatenate with "and", but i'not know. Is it possible? Regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Function Mail

2004-08-07 Thread Juan Pablo Herrera
Hi everybody, I have a cuestion about the features on function mail. I think that it send the email one to one address. Is it ok?. Regards, Juan Pablo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sending attachments

2004-07-07 Thread Juan Pablo Herrera
Hi! I'm testing HTML Mime Mail Class, it's really complete. Features: - text - text + attached - html - html + attached - html + Embeds Who has experience with this class? Regards, Juan > This class > http://www.phpbuilder.net/snippet/detail.php?type=snippet&id=614 it&#x

Re: [PHP] sending attachments

2004-07-07 Thread Juan Pablo Herrera
Thix class http://www.phpbuilder.net/snippet/detail.php?type=snippet&id=614 it's good., but i can't embed Image in message body, i used function embed_image.Who have experience in this class?. Regards, Juan > Hi! > The class it ok. > How can I put a GIF in Bas

Re: [PHP] sending attachments

2004-07-07 Thread Juan Pablo Herrera
Hi! The class it ok. How can I put a GIF in Base64 in the message body? Regards, Juan > - Original Message - > From: "Curlys" <[EMAIL PROTECTED]> > To: "PHP" <[EMAIL PROTECTED]> > Sent: Wednesday, July 07, 2004 1:04 PM > Subject: [PHP] send

RE: [PHP] CHAT

2004-06-29 Thread Juan Pablo Herrera
> Juan Pablo Herrera wrote: >> Hi! >> I need a chat program in php with GNU License. What's experience whith >> chat program in PHP? regards, Juan Pablo > > G-O-O-G-L-E: > > Search: php chat program gnu > > http://www.google.ca/search?q=php+chat+progra

[PHP] CHAT

2004-06-29 Thread Juan Pablo Herrera
Hi! I need a chat program in php with GNU License. What's experience whith chat program in PHP? regards, Juan Pablo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: MHTML in email

2004-06-24 Thread Juan Pablo Herrera
Thank you Manuel, Tomorrow i work on this class. My idea is make a app that send newsletters with html + image included. It app shows "tracert" when the email is open.Know you some app that make this?. Regards, Juan > Hello, > > On 06/24/2004 01:59 PM, Juan Pablo Herrera

Re: [PHP] Re: MHTML in email

2004-06-24 Thread Juan Pablo Herrera
Thank you, really i need incluided in email body a image (jpg or gif), too see html. The MHTML file is a idea, but i think that not function with dinamic content.How can i do this? Thank you! Juan > Hello, > > On 06/23/2004 06:15 PM, Juan Pablo Herrera wrote: >> I need to attach a

[PHP] MHTML in email

2004-06-23 Thread Juan Pablo Herrera
Hi! I need to attach a file extension .mhtml in function mail, but i too need view the content from the body of e-mail.That is everything! Regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Image Map

2004-06-14 Thread Juan Pablo Herrera
Hi! How can i make an image map with image function php? My idea is make a similar concept to http://www.infobae.com/ediciondigital/paginas.php Thank you! Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Function Date

2004-06-14 Thread Juan Pablo Herrera
Yes! That's right! Thank you Juan > Hello Juan, > > Monday, June 14, 2004, 6:04:56 PM, you wrote: > > JPH> I am using date("j M Y"), the format date is 14 Jun 2004, but i > need this JPH> format 14 JUN 2004. The unique difference is Jun -> JUN

[PHP] Function Date

2004-06-14 Thread Juan Pablo Herrera
Hi! I am using date("j M Y"), the format date is 14 Jun 2004, but i need this format 14 JUN 2004. The unique difference is Jun -> JUN. How can i change this?. Thank You, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Load Data

2004-06-10 Thread Juan Pablo Herrera
httpdocs/XLS/precios' REPLACE INTO TABLE precio FIELDS TERMINATED BY ',' ENCLOSED BY '\"' LINES TERMINATED BY '\n'"; I used a vhost, what's a problem? Regards. Juan Pablo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] AW: xml -> xslt -> xsl:fo -> pdf

2004-05-26 Thread Vazquez, Juan
using only php (mybe a future extension of Sablotron or something like this). Anyway thanks a lot Juan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 26. Mai 2004 11:44 An: Vazquez, Juan; [EMAIL PROTECTED] Betreff: Re: xml -> xslt -

[PHP] xml -> xslt -> xsl:fo -> pdf

2004-05-24 Thread juan vazquez
Hi, I am trying to transform a xsl:fo file to pdf. I generate xml files from mysql and I can convert them to xsl:fo using xslt but I can't find information for the last step (XSL:FO to PDF) I just know that a formatter is needed but all what I found where java, jade or .net based solutions

Re: [PHP] Load Data infile

2004-05-13 Thread Juan Pablo Herrera
7;";$query_db_string2 = mysql_query($query_string2); > But not realize nothing with execution the script. > [/snip] > > have you checked mysql_error() ? yes, You have an error in your SQL syntax near ''' at line 2 but i change '\"' and not work. Thank you, Juan Pablo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Load Data infile

2004-05-13 Thread Juan Pablo Herrera
query($query_string2); But not realize nothing with execution the script. Thank you! Regards! Juan Pablo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Socket

2004-05-06 Thread Juan Pablo Herrera
Hi! Please, i need a tutorial about socket. I read php.net but the examples is lost. Regards, Juan Pablo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php_admin_value's from httpd.conf Override'd in .htaccess files

2004-04-03 Thread Juan Velasquez
so, if I set php_admin_value open_basedir in httpd.conf, and I give .htaccess AllowOverride permissions, can users Override the open-basedir I set? And, how can I give out some Override's, but not php_admin_value's?

[PHP] Re: XSLT bug?

2004-04-02 Thread Juan Torres
Try this: Good Luck. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP + XSL-FO

2004-04-02 Thread Juan Torres
Hello, can PHP parser a XML file with a XSL-FO file to generate a PDF file? Greetings. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ldap_8859_to_t61

2004-03-24 Thread Juan Angel Martin
Hi all, I'm trying to use the LDAP function ldap_8859_to_t61() but I get this error: PHP Fatal error: Call to undefined function: ldap_8859_to_t61() The PHP version is 4.3.3 and I use others LDAP functions like ldap_connect() without any problem. Can anyone help me? Thanks in advance Juanan --

Re: [PHP] PHP and Apache Using up all memory

2004-03-06 Thread Juan E Suris
it as I create it, I would save the write/read to/from disk of the big file. Output buffering is off in php.ini: output_buffering = Off So that does not seem to be it. Maybe the problem should be address on Apache instead of PHP? Thanks, Juan - Original Message - From: "Ra

[PHP] PHP and Apache Using up all memory

2004-03-06 Thread Juan E Suris
question. Thanks, Juan

[PHP] undelivery mails

2004-02-20 Thread Juan Cortabitarte
I need to send a newsletter and I need to know all mail addresses of the undelivery mails to update the database. Any suggestion? Do I need to parse the maillog? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP class for XSL transformations?

2004-02-20 Thread Juan Torres
Hi, you try with XMLDOM Functions. You look this function: DomXsltStylesheet->process -- Applies the XSLT-Transformation on a DomDocument Object Good luck! Juan Torres. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello all, > > I'm looking for an al

[PHP] headers_list function

2004-02-19 Thread Juan Torres
Hi, how can I use 'header_list()' function. My manual says: "Might be only in CVS". What is CVS? How do I install CVS? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDF - Coords

2004-02-19 Thread Juan Torres
Thanks very much! You are very nice. If you want to practise your spanish, you can write me when you want. Muchos saludos desde España. Hasta pronto. Juan Torres. "Jyry Kuukkanen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, 19 Feb 2004, Juan Torres

Re: [PHP] PDF - Coords

2004-02-18 Thread Juan Torres
¡Hola! Excuse me, but my english is bad :(. My problem is: When I'm writting text in a PDF document, I want to know the current position, or next position of next text to insert. I want to know when I'm near the finish page. I hope that you can help me. Thank you! Juan Torres.

[PHP] PDF - Coords

2004-02-18 Thread Juan Torres
Hi, How can I know the currents coordenades of my pdf document? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XSL-FO

2004-02-18 Thread Juan Torres
Hi, Does PHP allow parser a XML with a XSL-FO and create a PDF? Greetings. Juan Torres. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDF

2004-02-18 Thread Juan Torres
Thank you -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   >