[PHP] new to PHP

2003-03-06 Thread juan
enough for me to pick up and learn while using php-4.2.2-8.0.7 or is there a big difference between php version 4.04. and php-4.2.2-8.0.7 Thank you, 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] 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

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

Re: [PHP] Nulls in database

2001-02-01 Thread Juan
Réponse au message | [PHP] Nulls in database | du jeudi 1 février 2001, 18:05 : This is from memory concerning my old SQL class but isn't there something specific in sql lines saying that to find null values you should use : ISNULL Since an empty string is different from a null entry. CR> I am t

Re: [PHP] JavaScript, PHP and HTML

2001-02-02 Thread Juan
ACC> But know I want to but an JavaScript to verify if a date/hour is a valid ACC> format for MySQL. ACC> Where should I put the JavaScript? In .php or .html? Well you could actually put it in both, although it is easier to put it the html since it avoids too much embeding. ACC> Or I should check

Re: [PHP] Chopping up a comand line return.

2001-02-02 Thread Juan
Try this :  ".$buffer."";} pclose($fp) ?> s> Here is my problem, s> I want to read the contents of a dir, on a linux machine, in proper order s> according to date (ie. from newest to oldest). My problem is I know how to s> do it in perlbut not in php. I tried what I use is perl and it do

Re: [PHP] Character translation in IE

2001-02-05 Thread Juan
use the following : string rawurlencode (string str) It translate any non standard URL ascii char into there %XX equivalent. PA> Hi, PA> I am using php, mysql and apache on a linuxserver to create some user PA> home pages, PA> and I have a problem with names including special chars. PA> If I

[PHP] Re: PHP 4.3.0RC3

2002-12-11 Thread Juan Rosero
Whenever PHP 4.3.0 is released will it officially support Apache 2? Thank you, Juan "Andrei Zmievski" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > PHP 4.3.0RC3 is out. Please download it from http://qa.php.net/ and >

[PHP] Mailing list server with PHP frontend

2003-07-11 Thread Juan Nin
t server may be programmed in Perl or whatever), but it must provide a PHP frontend for administration, subscription, etc It would be great if messages are stored in a database like MySQL and it must be free software Does this exist?? Thanks in advanced, Juan -- PHP General Mailing List (htt

Re: [PHP] Mailing list server with PHP frontend

2003-07-11 Thread Juan Nin
not a mailing list server thanks anyway Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Mailing list server with PHP frontend

2003-07-12 Thread Juan Nin
thnx anyway!!! I'm looking into programming a PHP interface to Sympa which is programmed in Perl haven't looked at it too much yet, I hope it isn't too much complicated.. regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Send mail using external server

2003-07-14 Thread Juan Nin
ks with the $to field, neither the $cc nor $bcc will work... moreover, the "$content .= "Bcc: $bcc\r\n";" line should not go!!! if not you are putting the info about the BCC in the mail headers and everyone will be able to see it.. regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Send mail using external server

2003-07-14 Thread Juan Nin
From: "Maria Garcia Suarez" <[EMAIL PROTECTED]> > Hola Juan! Hola! :) (Hi!) > Thanks for your help Juan :-) de nada!!! (you are welcome) > What should I change in the script in order to make it > work? after the "RCPT TO" for the $to variable, you sh

Re: [PHP] Send mail using external server

2003-07-14 Thread Juan Nin
is programmer did not have many clues on how SMTP works, and didn't waste many of his time investigating it... it really surprises me.. Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Send mail using external server

2003-07-14 Thread Juan Nin
ok for you, and don't want to use another one, well just do it :) regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Protecting files with PHP

2003-07-17 Thread Juan Nin
in in you get the file.. how can you achieve this with PHP?? an .htaccess file would deny the access, or ask for a username/passwd at HTTP Server level, and that is not the desired effect.. thnx in advanced, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] The stupidest question of the month.

2003-07-19 Thread Juan Nin
> messages and send a kinda of acknowledgment "Got it". I would a daemon programmed in C or maybe Perl Regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] else needed?

2003-07-19 Thread Juan Nin
Red Hat 7.1 system, but I can't remember the exact PHP version maybe it was a bug, but I had the same problem, and it was definitively not an error of my code.. Regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Setting total db size to a variable.

2003-07-19 Thread Juan Nin
p with with your > question. I think he wants to get the size of a database, and setting that value to a variable... Probably the question is not regarding on how to set the value to a variable, but on how to get the database size, which surelly depends on the RDBMs you are using (if it can be don

Re: [PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-23 Thread Juan Nin
+ amavisd + uvscan, cistron-radiusd plus some other things, and it has an uptime of 388 days. And it works as the first day!!! I will pay the one who can achieve that with Windows.. Third, Apache + PHP + MySQL rock, they are very well integrated Regards, Juan -- PHP General Mailing List

Re: [PHP] removing parts of a string...

2003-07-24 Thread Juan Nin
From: <[EMAIL PROTECTED]> > I wanna be able to take a URL > http://www.mysite.com/downloads/file_1_a.pdf > > and then remove: > http;//www.mysite.com/ [...] look at preg_match() regards, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP / Oracle support (8/9) under Redhat 9

2003-08-04 Thread Juan Nin
ith the apache-1.3.x from RH 7.x Regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP / Oracle support (8/9) under Redhat 9

2003-08-04 Thread Juan Nin
e support compiled in? if it's that, then download the SRPM and compile it again with Oracle support :) regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Stop neurotic posting

2003-08-06 Thread Juan Nin
and please don't answer saying that you aggree or don't agree with me I don't care just cut off with this thread please :) Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] moderator: has anything on this list changed?

2003-08-07 Thread Juan Nin
From: "Curt Zirzow" <[EMAIL PROTECTED]> > well, I guess we are on are own, the bcc bounced :/ what about [EMAIL PROTECTED] or [EMAIL PROTECTED] ? regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Correct Coding

2003-08-07 Thread Juan Nin
> Is this the best way to do this? > if(isset($Task) && $Task == "Add") { Do something } > I want to check if the variable is set and if so, if it is "Add". why don't just do: if($Task == "Add") { Do something } regards, Juan -- PHP Gener

[PHP] module to display e-mail from source

2003-08-07 Thread Juan Nin
code from any PHP based Webmail and modify it a bit to do this, but maybe there's some existing module to do this.. thanks in advance, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] htmlspecialchars() and HTML code

2003-08-12 Thread Juan Nin
submitted from the textarea, all of the > user's HTML entities will have been destroyed. > Any thoughts on this problem? the uebimiau webmail, es written in PHP and supports viewing and editing HTML messages maybe you can take a look at it's code, perhaps it helps.. http://www.ueb

Re: [PHP] Re: module to display e-mail from source

2003-08-14 Thread Juan Nin
to the client as > desired. The problem is that I will not be reading the messages from a mailbox... They will be stored in a database, and I'll get them from there... :( Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] shell_exec

2003-08-14 Thread Juan Nin
osn? I've set the permissions of the script to > be executable for anyone. check for errors at /var/log/httpd/error_log or at /var/log/messages regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Stop neurotic posting

2003-08-14 Thread Juan Nin
d, since it will lead to nothing, and let's try to educate!!! :) Interesting link: http://catb.org/~esr/faqs/smart-questions.html and Google seraching for "netiquette" Regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] setting function variables

2003-08-14 Thread Juan Nin
use Pear's DB abstraction layer module check it out at: http://pear.php.net regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] GPL question

2003-08-19 Thread Juan Nin
If I use Smarty or PEAR on my software, does it make my software GPL? Thanks in advance, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] "back" works in opera but not in internet explorer

2003-08-19 Thread Juan Nin
look where it says "Microsoft Internet Explorer Sessions Fix" at: http://www.phpfreaks.com/tutorials/41/1.php regards, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ldap connection via SSL

2002-09-26 Thread Vazquez, Juan
enLDAP one ), I have been searching for = information but I have not found anything. Thanks a lot in advance for your help. Juan _ PENTASYS Gesellschaft fuer Informationstechnologie mbH Rüdesheimer Strasse 9 80686 Muenchen Tel. 089/5 79 52-0 Fax.

[PHP] some kind of redirection (not the header function)

2003-09-11 Thread Juan Nin
there any way to do this, or I should stick up with the includes?? Thnx in advance, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] some kind of redirection (not the header function)

2003-09-11 Thread Juan Nin
at URL directly. Or you can also access http://groups.yahoo.com/groups/yourGroup/messages/ etc Thatś what I ant to do :) Any ideas? thnx again, Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] some kind of redirection (not the header function)

2003-09-11 Thread Juan Nin
hinking in putting the PHP pages in each directory which just include the common PHPs from an include directory (could use hard links either, but I prefer doing it via PHP and not depend on Os stuff) so that´s what I´m asking, if there´s a better way to achieve this, not talking about cook

Re: [PHP] some kind of redirection (not the header function)

2003-09-11 Thread Juan Nin
ed. cool, it was the first thing I had thought off, but after giving a quick look at it I thought it rewrited the URLs... I´ll take a better look at it!!! Thanks!!! I guess there´s no way to do something like this only with PHP, without Apache conf, is there? thnx again, Juan -- PHP General M

[PHP] Downloads, headers and binary data

2001-01-19 Thread Juan Germano
So, perhaps it is a problem with the headers. I tryied both Netscape and IE, and also diferents content-type (audio/mpeg). Anyone has ideas? Juan Germano [EMAIL PROTECTED] -- 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]

[PHP] Cutting long words

2001-03-01 Thread Juan Germano
, $, etc. sometimes I have problems. I tried with quotemeta instead of addslashes but the problem persists. Anyone have an idea?. If you want to test the code, just try with Testing \" quotes Thanks in advance Juan I. Germano [EMAIL PROTECTED] -- PHP General Mailing List (http://www

[PHP] Cutting long words

2001-03-01 Thread Juan Germano
, $, etc. sometimes I have problems. I tried with quotemeta instead of addslashes but the problem persists. Anyone have an idea?. If you want to test the code, just try with Testing \" quotes Thanks in advance Juan I. Germano [EMAIL PROTECTED] -- PHP General Mailing List (http://www

[PHP] Cutting long strings for tables

2001-03-01 Thread Juan Germano
, $, etc. sometimes I have problems. I tried with quotemeta instead of addslashes but the problem persists. Anyone have an idea?. If you want to test the code, just try with Testing \" quotes Thanks in advance Juan I. Germano [EMAIL PROTECTED] -- PHP General Mailing List (http://www

[PHP] Stored Procedured

2001-04-17 Thread Juan Andres
Hi i send one question how i can execute two or more stored procedured? example $first_procedure = odbc_exec($conn,"execute sp_list $quantity"); $second_procedure = odbc_exec($conn,"execute sp_list_names $last_name"); how i use values of $second_procedure _

[PHP] Argentina Hosting

2002-01-17 Thread Juan Germano
Hi everyone. Do anybody knows about a good web hosting service php/mysql enabled? Juan Germano [EMAIL PROTECTED]

[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] 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

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

[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

[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] 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 !!!!! 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] 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

[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

[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] Problem with XSLT Sablotron

2004-02-11 Thread Juan Torres
line 7 Sorry, sample.xml could not be transformed by sample.xsl into result.xml the reason is that function 'user:EscapeURL' not supported and the error code is 51 Can anybody help me? I cann't solve this error. Thanks very much! Juan Torres. PS: Excuse me, my english is bad :( -- PH

[PHP] Problem with SQL Server.

2004-02-12 Thread Juan Torres
characters are shown correctly. My PHP file has follow code to work with Japanese characters: mb_internal_encoding("EUC-JP"); mb_http_output("EUC-JP"); mb_http_input("EUC-JP"); mb_language("Japanese"); My question: How can I show correctly the Japanese char

[PHP] ODBC with SQL Server

2004-02-13 Thread Juan Torres
Hello, I have a connectoin ODBC with a SQL Server database. A table has a field of type 'nvarchar'. This field contains japanese characters. How can I read these japanese characteres? When I read (with: "select name from data") only read '?' character. Thaks ve

[PHP] CDONTS Object

2004-02-16 Thread Juan Torres
Hello, I'm trying send emails from PHP with IIS (form Win32). With ASP, I used CDONTS component. How can I use CDONTS component from PHP? Thanks very much. Juan Torres. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ODBC with SQL Server

2004-02-16 Thread Juan Torres
Hi, Functions mssql_* and odbc_* don't allow write/read unicode fields. But ODBTP Extension allows it. The url is: http://odbtp.sourceforge.net/. Greetings, Juan Torres. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mail()

2004-02-16 Thread Juan Torres
(): SMTP server response: 550 5.7.1 Unable to relay for [EMAIL PROTECTED] in c:\inetpub\wwwroot\projects_php\testing\email\default.php on line 21 Why? Can anybody help me? Thanks! Juan Torres. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail()

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

[PHP] PDF

2004-02-18 Thread Juan Torres
Hi, How can I write special characters (á, ö, ñ, ç,...) in a pdf document? I'm using pdflib. Greetings. -- 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

[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

[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

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.

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

[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

[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] 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] 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] 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_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] 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

[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] a regular expression problem - split text

2003-01-20 Thread Juan Pablo Aqueveque
ular expressions? ereg("(help-me-with-a-regulars-expressions-sentence)",text,$sub_text); echo $sub_text[0]; ?> thanks a lot ____ Juan Pablo Aqueveque <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net

Re: [PHP] Uploading file

2002-09-03 Thread Juan Pablo Aqueveque
ubscribe, visit: http://www.php.net/unsub.php Juan Pablo Aqueveque <[EMAIL PROTECTED]> Ingeniero de Sistemas Departamento de Redes y Comunicaciones http://www.drc.uct.cl Universidad Católica de Temuco. Tel:(5645) 205 630 Fax:(5645) 205 628 -- PHP Genera

[PHP] links into DB

2002-09-10 Thread Juan Pablo Aqueveque
Hi all, I want to do this: When somebody do click in this url : http://somehost.somedomain/mailtolinks.php?id=45 the script 'mailtolinks.php' should open my e-mail client (like mailto:[EMAIL PROTECTED] sentence) Any idea? thanks ___

Re: [PHP] links into DB

2002-09-10 Thread Juan Pablo Aqueveque
;mailto: is a special trigger built into the browsers. The only way I can >think of would be using javascript in the page.. something like > >mailto:[EMAIL PROTECTED]';"> > > >- jacob > >At 18:51 09/10/2002, Juan Pablo Aqueveque wrote: >>Hi all, >&g

Re: [PHP] html input and php (newbie)

2002-09-24 Thread Juan Pablo Aqueveque
> > >} > >?> > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php Juan Pablo Aqueveque <[EMAIL PROTECTED]> Ingeniero de Sistemas Depart

Re: [PHP] MySQL - Creating The Database

2002-06-04 Thread Juan Pablo Aqueveque
ously, I was wrong. Also my misfortune. > >Don't bother responding, I have left the list. Plenty of places where people >are actually willing to help. > > >_ _ >o oJason Teagle > < [EMAIL PROTECTED] > v >---

[PHP] Template's, that is the question!

2002-06-05 Thread Juan Pablo Aqueveque
! Juan Pablo Aqueveque <[EMAIL PROTECTED]> Ingeniero de Sistemas Departamento de Redes y Comunicaciones http://www.drc.uct.cl Universidad Católica de Temuco. Tel:(5645) 205 630 Fax:(5645) 205 628 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] dumb

2002-07-09 Thread Juan Pablo Aqueveque
ing what we do here. > >respectfully, > >-brendan > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php Juan Pablo Aqueveque <[EMAIL PROTECTED]> Ingeniero

[PHP] cleaning HTML TAGS (headed)

2002-07-15 Thread Juan Pablo Aqueveque
ine); } } else { echo "file no found "; } Juan Pablo Aqueveque <[EMAIL PROTECTED]> Ingeniero de Sistemas Departamento de Redes y Comunicaciones http://www.drc.uct.cl Universidad Católica de Temuco. Tel:(5645) 205 630

[PHP] remove header tags - include file

2002-07-17 Thread Juan Pablo Aqueveque
Hi guys, me again. (thanks kevin, but i'm afraid you didn't understand me). After looking for untiringly in the archives I have I decide to ask again. This is my problem: I want include the file html.html inside of my file index.php, but before include it I want to remove .. tags from my html.h

Re: [PHP] remove header tags - include file

2002-07-17 Thread Juan Pablo Aqueveque
thanks!! > >JPA> --jp > >How do you mean remove? Do you mean you want to include the file >html.html but not the "..." part? And why? > >-- >Best regards, > Asmodeanmailto:[EMAIL PROTECTED] > > >-- >PHP General Mailing List

[PHP] Problem sending HTML formated mail

2003-09-16 Thread Juan Carlos Borrero
times where produced ok and the next where wrong. I have my site hoted in detailhosting.com, Versión P.H.P 4.3.2, Mysql 4.0.15 , Apache 1.3.27 , Linux Kernel Version 2.4.21-grsec. The guys of detailhosting don´t know what to do. Please help me. I don´t know what to do... Thanks in advace.

Fw: [PHP] Problem sending HTML formated mail

2003-09-17 Thread Juan Carlos Borrero
- Original Message - From: "Juan Carlos Borrero" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 8:11 PM Subject: Re: [PHP] Problem sending HTML formated mail > > - Original Message - > From: "David T-G&quo

Re: Fw: [PHP] Problem sending HTML formated mail

2003-09-18 Thread Juan Carlos Borrero
Ok. Thank You Juan Carlos - Original Message - From: "Curt Zirzow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 8:59 PM Subject: Re: Fw: [PHP] Problem sending HTML formated mail > * Thus wrote Juan Carlos

Re: [PHP] store array in a file?

2001-04-15 Thread Juan C. Borrero
The info pulled from a Database (Mysql) is already stored in an array, then you can move the pointer back and forward when you need it. You can send it to the first "record" and re read it several times... withmysql_data_seek ($result, 0); goes to the first record again. JuanCaBo -

RE: [PHP] Alternating table rows...

2002-05-10 Thread Juan Pablo Aqueveque
Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php Juan Pablo Aqueveque <[EMAIL PROTECTED]> Ingeniero de Sistemas Departamento de Redes y Comunicaciones http://www.drc.uct.cl Universidad Católica de

Re: [PHP] shell command

2002-05-15 Thread Juan Pablo Aqueveque
To unsubscribe, visit: http://www.php.net/unsub.php Juan Pablo Aqueveque <[EMAIL PROTECTED]> Ingeniero de Sistemas Departamento de Redes y Comunicaciones http://www.drc.uct.cl Universidad Católica de Temuco. Tel:(5645) 205 630 Fax:(5645

[PHP] PHP editor (win)

2002-05-15 Thread Juan Pablo Aqueveque
Hi guys I know this question it's very recurrent but the problem of Jon Yates make me think again this stuff. Somebody knows a quick editor, simply and with highlight? :) Jp I have tried : PHPEdit, DevPad Juan Pablo Aqueveque &l

[PHP] paging MySQL layout

2002-05-23 Thread Juan Pablo Aqueveque
Hi everyone. I know, this is a off topic. My always nice boss wants to put a series of documents in our web site. I want to save myself I work and I want to put them in a DB. Somebody can help me with the layout of my DB?. I have some idea like this. create table documents ( id in(11) not null

[PHP] getting number of days in agiven month

2001-03-26 Thread Juan Luis Baptiste
Hi, Is there a way to find out the mumber of days of a given month? for example a function that I pass the month number i.e. 02 (February) and it returns 28? thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

  1   2   >