Re: [PHP] Re: Open Source Presentation Tool

2002-11-13 Thread Manuel Lemos
e you need to show me a better example than the above of Sterling Hughes that is of this year. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Help needed with attachments

2002-11-13 Thread Manuel Lemos
needs to be accessible from the server because that is where PHP is running. Either you upload it or specify a URL of a public accessible file like the example of the class. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Re: mail() -> How to change the sender

2002-11-13 Thread Manuel Lemos
pecify the sender address using the Return-Path: header: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Open Source Presentation Tool

2002-11-13 Thread Manuel Lemos
helps me make people stay focused on the current point than I am presenting instead of getting distracted by the following points of the presentation that I have not talked about yet. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Open Source Presentation Tool

2002-11-13 Thread Manuel Lemos
s per page: http://www.meta-language.net/metal/metal.pdf Prestimel is Open Source and comes with some Linux distributions. Its home page is located here: http://oeh.tu-graz.ac.at/prestimel/ -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Generating MS Excel files with PHP

2002-11-12 Thread Manuel Lemos
you may find several solutions to generate Excel files: http://www.phpclasses.org/excel -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Send Attachment using Php

2002-11-12 Thread Manuel Lemos
mail me back: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: attachement

2002-11-10 Thread Manuel Lemos
TML versions, etc.. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Most current non-beta version, and bcc

2002-11-07 Thread Manuel Lemos
Hello, On 11/07/2002 08:03 PM, Jill S wrote: Hello Manuel, Thank you for your response and the URLs. I'll check them out. I believe a newer version would be advantageous not only because of the bug fixes in the mail function but also because the developers advocate and advise upgrading

[PHP] Re: Most current non-beta version, and bcc

2002-11-07 Thread Manuel Lemos
are also wrapper mail() emulating functions for directly using the sendmail or qmail programs to deliver the messages: http://www.phpclasses.org/mimemessage For SMTP delivery, you also need this: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos -- PHP General Mailing List (http

[PHP] Re: Bar Codes

2002-11-05 Thread Manuel Lemos
27;m developing this kind of application using php and I'm not sure which font I should upload to the server (it must be free) and if there is one. Maybe any of these classes can solve your problem: http://www.phpclasses.org/barcode128 http://www.phpclasses.org/barcode -- Regards, M

[PHP] Re: Database creating from XML file

2002-11-05 Thread Manuel Lemos
data that has been added to the database since the database was installed for the first time or installed for the last time. Metabase is Open Source and is available here: http://www.phpclasses.org/metabase -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: How to send mail with authentification?

2002-11-04 Thread Manuel Lemos
() that emulates the mail() function. It has some variables for setting the autentication credentials: http://www.phpclasses.org/mimemessage You also need this: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] FTP Search

2002-11-03 Thread Manuel Jenne
; do{ echo $list[$i], ""; $i++; }while($list[$i]); But how to extract only the Dir name from this result, enter it, list and so on. Is there any other easier way to search for an Dir? thx Manuel

Re: [PHP] Multiple Addresses Mailer

2002-11-03 Thread Manuel Lemos
... Of course, you are already paying a lot of money for the dedicated resources. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Multiple Addresses Mailer

2002-11-03 Thread Manuel Lemos
ith up to 4 digits coming in... So, there you have it, some ISP may allow a number of messages upto a limit but you need to ask them to know what the limit is. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Send $out embedded in a mail in HTML FORMAT

2002-11-03 Thread Manuel Lemos
page, attachments, etc... http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Protecting your scripts

2002-11-02 Thread Manuel Lemos
within there php pages without them getting access to the source. http://pear.php.net/bcompiler -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How to prevent failure email from being sent?

2002-10-31 Thread Manuel Lemos
: you can sort most of real responses from the bounces. However, keep in mind that some broken e-mail systems will not honour the return-path address and instead use address in From: and even the Reply-to: address. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: Good form class?

2002-10-31 Thread Manuel Lemos
g I found was either insecure (passing data about the form through hidden form fields) or just not what I needed. Any ideas? If you tried this class, have you found anything insecure on it? http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos -- PHP General Mailing List (htt

[PHP] Re: Help with using phpmailer

2002-10-31 Thread Manuel Lemos
p you: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] XML to MS Word

2002-10-30 Thread Manuel Lemos
obsolete. But Office 11 files will be XML files. RTF is not a closed format. Just dig in the Internet and you will find the specs. OTOH, Office 11 XML will not be understood by any of the previous Word version, if anything else for a while now. -- Regards, Manuel Lemos -- PHP General Mai

[PHP] Re: a new XML Parser!

2002-10-30 Thread Manuel Lemos
with some nice examples and documentation to the PHP Classes site. Once it is publish about 50,000 users eager to know about new classes will receive a e-mail notification telling them about your class. http://www.phpclasses.org/ -- Regards, Manuel Lemos -- PHP General Mailing List

[PHP] Re: Plug-in strategies?

2002-10-30 Thread Manuel Lemos
gards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Multiple Addresses Mailer

2002-10-30 Thread Manuel Lemos
method you use. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: XML to MS Word

2002-10-30 Thread Manuel Lemos
enough stylish features etc? Or it is going to be just what format is called: "Rich but still - Text" ? You can define absolutely any type of document part in RTF because Microsoft developed RTF to export any Word document version. BTW, RTF is a markup language too. -- Regards, Ma

[PHP] Re: XML to MS Word

2002-10-30 Thread Manuel Lemos
ning under Windows, you can use COM objects for generating MS Word documents. Anyway, if you can generate RTF documents from your XML, just serve them with MS Word content type and .doc file name extension and MS Word will open them seeminglessly. -- Regards, Manuel Lemos -- PHP General Ma

Re: [PHP] Re: Looking for good ZIP Code / Latitude / Longitude

2002-10-30 Thread Manuel Lemos
on a web service which I'm not interested in. Maybe this other class is more like what you want. http://ww.phpclasses.org/phpziplocator -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Multiple Addresses Mailer

2002-10-30 Thread Manuel Lemos
mmas. When I do this the mail goes to all the people but they come to know that it was sent to others as well. I want to be able to send mail so that each recipient thinks that this mail was ONLY sent to him/her. Put all recipients in the Bcc: instead of To: header. -- Regards, Manuel Lemo

Re: [PHP] Re: Looking for good ZIP Code / Latitude / Longitude table

2002-10-30 Thread Manuel Lemos
changes that are made to the class files (if you want of course). The class interfaces to the NetGeo service which is also free. There is nothing to worry you about any charges. -- Regards, Manuel Lemos On Wed, 2002-10-30 at 11:31, Manuel Lemos wrote: Hello, On 10/30/2002 04:03 PM, Michael

[PHP] Variable over url

2002-10-30 Thread Manuel Jenne
Hi, I've just installed php 4.2.3 and wonder why I can't submit an variable over url. Example: My Script: Test.php My URL: www.some.domain/test.php?tmp=5 My result: NOTHING !!! Where is the error? P.S. phpmyadmin run ok. Thanx Manuel

[PHP] Re: Looking for good ZIP Code / Latitude / Longitude table

2002-10-30 Thread Manuel Lemos
the coordinates of a location given the IP address of a computer (the user computer): http://www.phpclasses.org/netgeoclass -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problems getting error values in FILES superglobal.

2002-10-29 Thread Jorge . Manuel . Silva
;m resending this because I don't see the message in the "archive". Sorry if you're getting the message for the second time. Jorge. - Forwarded by Jorge Manuel Silva/doi/ep/bportugal on 29-10-2002 13:23 - Jorge.Manuel.Silva@bp

[PHP] Problems getting error values in FILES superglobal.

2002-10-29 Thread Jorge . Manuel . Silva
I'm resending this because I don't see the message in the "archive". Sorry if you're getting the message for the second time. Jorge. - Forwarded by Jorge Manuel Silva/doi/ep/bpor

[PHP] $_FILES['userfile']['error'] is always 0 ! Why ???

2002-10-29 Thread Jorge . Manuel . Silva
Hi, I'm doing HTTP file upload but I'm having a problem where "$_FILES ['userfile']['error']" is always 0. Even if I press the stop button or close the broser window where the upload is occuring it's always 0. This results in truncated files. Why ? What could be happening ? Is there any other wa

Re: [PHP] One mail function, multiple recipients

2002-10-27 Thread Manuel Lemos
u are most likely abusing. Regards, Manuel Lemos -Original Message- From: Justin French <[EMAIL PROTECTED]> To: Stephen <[EMAIL PROTECTED]>; PHP List <[EMAIL PROTECTED]> Date: Friday, October 25, 2002 7:53 PM Subject: Re: [PHP] One mail function, multiple recipients

[PHP] Re: Office XP pro - email attachments

2002-10-24 Thread Manuel Lemos
.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: String extraction from blobs. Extracted string to be placedinto field within another table.

2002-10-20 Thread Manuel Lemos
to be updated or inserted by another query, with minimal memory usage, thus allowing to manipulate large sized blobs. Metabase is a database independent abstraction layer so it works with many supported databases: http://www.phpclasses.org/metabase -- Regards, Manuel Lemos -- PHP General

[PHP] Re: Object-relational mapping and PHP

2002-10-12 Thread Manuel Lemos
questions question keywords -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: HTML and text email

2002-10-08 Thread Manuel Lemos
e you may want to try this class that is able to compose and send multipart alternative messages even with attachments or images embeded in the HTML. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail subjects and iso-8859-15

2002-10-07 Thread Manuel Lemos
d else, where could I find the way to decript > it... That is q-encoding. You may want to try this MIME message composing and sending class that among other things can encode headers to support specific encodings: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP G

[PHP] Re: XML dom encode

2002-10-04 Thread Manuel Lemos
API as it allows me not only to generate nicely formatted XML documents with the character set encoding but also the stylesheet and DTD if I need it. Take a look: http://www.phpclasses.org/xmlwriter -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Mime Types

2002-10-03 Thread Manuel Lemos
wouldn't know if >a .jpg file is an image/jpg or image/jpeg.(progressive) and there seems to be a >difference between the two. This class that can compose and send messages with attachments already guess the MIME type for you from the file name extension: http://www.phpclasses.org/mi

[PHP] Re: XML Parser

2002-10-01 Thread Manuel Lemos
bout it. If they find it interesting, they will go on the site and download it. If they see any problems or want to make any improvement suggestions, eventually you will receive plenty of feedback. If your class becomes popular, the class and your name will feature in the top charts. -- Re

[PHP] Re: mail headers & filtering

2002-09-30 Thread Manuel Lemos
r c-u-online.co.uk IP address. Your system administrator needs to fix that. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail headers & filtering

2002-09-30 Thread Manuel Lemos
age in the HTML that is generated dynamically by PHP script that serves a static image after it records the identity of the user that read the message. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: seeking data validation class

2002-09-30 Thread Manuel Lemos
ot very usable because I have had not the time to document it. Anyway, I am working on something else based on the forms class that I think will be more like what you need. Basically you just feed it the HTML that the designer produced and it automatically will figure where the fields and labels are to compose the form. You may still use Smarty to adjust the form presentation depending on the results of an eventual validation request. Stay tuned. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: image viewing in the mail client

2002-09-30 Thread Manuel Lemos
anyone please help me out You'd better embed the images in the message itself. In that case you may want to try this class that can do that for you easily: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail headers & mail filtering

2002-09-30 Thread Manuel Lemos
story of e-mail. The question for you is how do you want to handle that? Do you want to be aware when messages bounce or are refused for some reason ? -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: xml encodeing with new_xmldoc("1.0");

2002-09-30 Thread Manuel Lemos
a look at this class. Just specify the outputencoding that you want: http://www.phpclasses.org/xmlwriter -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: dropping mail into queue

2002-09-29 Thread Manuel Lemos
that is a wrapper arround the class to emulate the mail() function but in a way that lets you configure sendmail delivery mode directly from your scripts. Set the delivery_mode variable of the $message_object to SENDMAIL_DELIVERY_QUEUE . http://www.phpclasses.org/mimemessage -- Regards, Man

[PHP] Re: mail + memory question

2002-09-29 Thread Manuel Lemos
mail but is 0kb big > anyone sees the prob ? Maybe that class was not meant to send non-file based attachments. Try this other class that certainly can be used for sending dynamically generated attachments from memory. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP

[PHP] Re: Send mail in HTML

2002-09-27 Thread Manuel Lemos
$subject, $message, $header); The mail function is very problematic. Depending on the platform you are using, different reasons may lead to the problem you are experiencing. Maybe you would like to try this PHP class for composing and sending messages, including with HTML, that auto-detects the OS and tries to work around some problems automatically for you: http://www.phpclasses.org/mimemessage Just let me know if it does not avoid your problem. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: seeking data validation class

2002-09-27 Thread Manuel Lemos
gt; { phone => ["phone"] }, > }, > > The Perl module that does this is: > > HTML::FormValidator > > So far I'm find PHP stuff that does everything under the sun. > > Anyone know of something like this? Assumming that you tried the forms generation and validation class, what did you realize that was missing to match your needs? http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PEAR or not PEAR

2002-09-26 Thread Manuel Lemos
le databases, like many search engines do. So, whoever resorts to SQL is already assuming some performance compromises. Regards, Manuel Lemos > > > -Rasmus > > On Thu, 26 Sep 2002, Manuel Lemos wrote: > > >>Hello, >> >>On 09/24/2002 11:15 AM, Joshua E M

[PHP] Re: PEAR or not PEAR

2002-09-25 Thread Manuel Lemos
based on XML and Metabase creates any tables, fields, indexes, sequences for you. Metabase is Open Source and you may find it here: http://www.phpclasses.org/metabase -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Mail() and Attachments

2002-09-25 Thread Manuel Lemos
> file to the mail when the script runs.. You may want to try this class that can compose and send a MIME message just like you need attaching any files you need among other things. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.

[PHP] Re: Mail problem with more than 1k users

2002-09-23 Thread Manuel Lemos
d that at all costs and if possible send a single message to all users. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Specify authentication for SMTP mailserver?

2002-09-22 Thread Manuel Lemos
r things too, but I haven't fully tested it. If you want to wait, I may upload it soon: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Designing N-tier applications in PHP (long)

2002-09-22 Thread Manuel Lemos
all scripts. Also, doing that and switching to a new language at the same time would make it worse. A sure recipe for disaster. Better safe than sorry. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Help sending IMAP mail

2002-09-21 Thread Manuel Lemos
x ones with attachments, HTML with embedded images, text and HTML alternative versions in the same message, messages with non-ASCII characters (accents, cedillas, characters of other alphabets). http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (

[PHP] Re: Good OO PHP resources? Open Source APIs?

2002-09-18 Thread Manuel Lemos
Have you looked at the http://www.phpclasses.org/ site? What kind of frameworks are you looking for? -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Sending Attachements through php email form

2002-09-11 Thread Manuel Lemos
t to be able to see the file that has >been attached with the email. You may want to try this class that lets you do what you want: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Credit Card Validation

2002-09-07 Thread Manuel Lemos
de validation and the class itself can validate on the server > side. See the sample output pages. Oops, the class is here: http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Credit Card Validation

2002-09-07 Thread Manuel Lemos
rver side. See the sample output pages. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Help! I will even Donate through Paypal, I only want to makea thumbnail of a picture through php code.

2002-09-07 Thread Manuel Lemos
n the information > I have so far. Here you may find several classes for that purpose just the way you want, ie, just using PHP code: http://www.phpclasses.org/browse.html/class/11.html -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: sending email with linefeeds

2002-09-07 Thread Manuel Lemos
> Who can help? You may want to try this class that deals with line feeds properly according to the sending method. http://www.phpclasses.org/mimemessage It supports sending via mail() or SMTP which work under Windows, and sendmail and qmail that work only under Unix/Linux. -- Regard

[PHP] Re: email with html and images

2002-09-06 Thread Manuel Lemos
Try this class that does exactly what you need and more. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Encryption of emails.

2002-09-04 Thread Manuel Lemos
ted messages signed and with public keys, but I am not sure if you need that. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP / Bulk Email

2002-09-04 Thread Manuel Lemos
messages because it requires a TCP connection where each address has to be accepted individually by the SMTP server. This is very slow when compared with direct injection of messages in the mail queue which is what Unix MTAs do. There seems to be better ways to queue messages under Windows than just

[PHP] Re: PHP / Bulk Email

2002-09-04 Thread Manuel Lemos
eue the messages and not wait for having them delivered right away, it will pratically as fast as qmail because it will be doing as less. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: php back?

2002-09-03 Thread Manuel Lemos
Hello, On 09/03/2002 12:44 PM, Erich Kolb wrote: > What is the PHP equivalent to javascript: back? echo "Back"; It may not work though. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail() function problem

2002-09-02 Thread Manuel Lemos
ptions for your platform? > > unfortunately, the script is hosted on a hosting server > so I don't have access to the php.ini file But can't you tell if is it Windows or Unix/Linux? -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail() function problem

2002-09-02 Thread Manuel Lemos
and the additional header is. > > is there a way to debug this problem? Most likely you have not configured PHP to use the mail() properly. First things first. Which platform are you using? Did you configure php.ini mail options for your platform? what does var_dump(mail(you arguments her

[PHP] Re: mail() again...

2002-09-02 Thread Manuel Lemos
cause it lets you call sendmail program wherever it is in your disk passing any command line switches to better control its operation without depending on any php.ini (except for safe mode that has to be off). Manuel Lemos > cheers > > > "Manuel Lemos" <[EMAIL PROT

[PHP] Re: mail() again...

2002-08-31 Thread Manuel Lemos
ou may want to try this PHP class, with several variants that let you send messages by several methods besides mail(), like: using sendmail directly, using qmail-inject or even relay on specific SMTP server or even the most drastic measure that is to send messages directly to the receipient SMT

[PHP] Re: Mail()....

2002-08-30 Thread Manuel Lemos
TML with a plain text alternative for people that do not have a HTML capable browser. Look here for a class with an example how to do that: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: h

Re: [PHP] Re: Mail problem

2002-08-30 Thread Manuel Lemos
hat may not be your only problem. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Mail problem

2002-08-30 Thread Manuel Lemos
t find sendmail program in the path. In that case you will need to recompile PHP with sendmail in the path of the user that runs configure. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Mail problem

2002-08-30 Thread Manuel Lemos
ntent); > > header("Location: http://192.168.10.9/iarnaweb/contactack.html";); > > ?> The mail function mail fail for many reasons but you are not checking its return value. Possibly it is just PHP configuration issue on your server. Which platform do you use? Another

[PHP] Re: subject in big5 characters of an email can't be read in LotusNotes

2002-08-29 Thread Manuel Lemos
fies the charset for the body. You need to use q encoding in the header values to specify the charset and encode the characters. You may want to try this MIME message composing and sending that among many other things encodes the header with any charset that you specify: http://www.phpclasses.or

[PHP] Re: Mime Decoder

2002-08-28 Thread Manuel Lemos
; mimeDecode, but actually don't know how to proceed > further. Here at least it comes with an example: http://www.phpclasses.org/browse.html/package/347.html -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: trying to post to credit card authorization gateway - ibill

2002-08-28 Thread Manuel Lemos
t; // Get the response. > $response="I am in"; > while (!feof($fp)) { $response.=fgets($fp,128); > $i++; } fclose($fp); > } else $response="Dead"; ?> > > > Response from secure.ibill.com > echo "No. of loops: ".$i; ?> Error no: ".$err_num." Error > Message: ".$err_msg; ?> > > > -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sending email to a mailing list

2002-08-28 Thread Manuel Lemos
uncing. Anyway, all is done via this simple class that is meant for composing and sendind MIME formatted messages and has a subclass to send via qmail-inject that injects a single message in the local queue to over 50.000 recipients in less than 3 seconds. http://www.phpclasses.org/mimemessage

[PHP] Re: sending email to a mailing list

2002-08-27 Thread Manuel Lemos
x will be enough. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: php newsletter source

2002-08-25 Thread Manuel Lemos
and text. > Any other sources? This class lets you compose messages with attachments, in text, HTML with embededed images or not, HTML with alternative text, etc... http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] Re: Recent discovered mail security bug in php

2002-08-24 Thread Manuel Lemos
Hello, On 08/25/2002 01:56 AM, Randy Johnson wrote: > He may be referring to this: Ah, ok. These are not real security bugs if you control your own server and use escape your scripts data properly. It is a good idea that they are prevented in PHP though. -- Regards, Manuel Lemos --

[PHP] Re: tracking visitors till registration?

2002-08-19 Thread Manuel Lemos
details look at the page of the friends of the PHP Classes site: http://www.phpclasses.org/friends.html -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail and attachments

2002-08-19 Thread Manuel Lemos
know its possible in cg.. You may want to try this class that lets you compose message with attachments and also lets you have HTML messages with embedded images and alternative text versions if you need it. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP Gener

[PHP] Re: Random Passwords Generator

2002-08-17 Thread Manuel Lemos
are the functions (or combination of functions) I can use to > achieve this? Thanks in advance, You may want to try some ready to use components for that same purpose like these: http://www.phpclasses.org/passwordgenerator http://www.phpclasses.org/securepwd -- Regards, Manuel Le

[PHP] Re: How Can I Generate an Email List from a MySQL Table

2002-08-17 Thread Manuel Lemos
; My problem is how do you create the variable, $to, from the MySQL table so > that it contains all of the addresses separated by commas. Your best solution is to put all recipients in separate Bcc: headers (one per line) and send just one message. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Bulk Email [solution found!]

2002-08-17 Thread Manuel Lemos
HP encloses what you pass between quotes, so that is take as just a single argument, so it can't be used to pass more than one argument. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Bulk Email [solution found!]

2002-08-16 Thread Manuel Lemos
messy. I also use qmail but I don't use any .qmail file. I just use qmail-inject puting all receipients in BCC. It always takes less than 3 seconds. What really takes some time is the extraction of addresses from a SQL database. -- Regards, Manuel Lemos -- PHP General Mailing List (

Re: [PHP] Bulk Email [solution found!]

2002-08-16 Thread Manuel Lemos
nd-run spammers. If you are really sending solicited e-mail, eitheir you use a server that you absolutely control or hire e-mail delivery hosting services that are meant for that purpose, despit they currently are not very cheap. Regards, Manuel Lemos > on 17/08/02 6:37 AM, Daren Cotter ([

[PHP] Re: Bulk Email [solution found!]

2002-08-16 Thread Manuel Lemos
fputs($smtp,"\r\n"); > fputs($smtp,"$body\r\n"); > fputs($smtp,".\r\n"); > $line = fgets($smtp, 1024); > fputs($smtp, "QUIT\r\n"); > fclose($smtp); > return 1; > } I am afraid this code needs a lot of work or else it will choke on some servers due to multi-line responses, maybe not on the actual sendmail version and configuration you are using, but definetely on some SMTP servers. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: HTML-based mail with PHP

2002-08-16 Thread Manuel Lemos
ng it in the e-mail, it's not working out. Unless you put absolute URLs for the image tags, you will need to embed the image files in the message. That is done with multipart/related messages. Here you may find a ready to use PHP component that solves that problem in a half-dozen lines

[PHP] Undefined variable: PHP_SELF

2002-08-15 Thread Manuel Ochoa
I keep getting "Undefined variable: PHP_SELF" when using the following: Global variables are off... What am I doing wrong?

[PHP] Re: Invoking sendmail with PHP

2002-08-15 Thread Manuel Lemos
Hello, Correction, the URL is just: http://www.phpclasses.org/smtpclass BTW, there is also another class that wraps around this that makes it easier to compose and send MIME formatted messages. I use both for urgent deliveries. http://www.phpclasses.org/mimemessage Manuel Lemos On 08/15

[PHP] Re: Invoking sendmail with PHP

2002-08-15 Thread Manuel Lemos
l direct delivery mode that can only be use to send to one or more recipient served by the same end SMTP server. http://www.phpclasses.org/smtpclass/ -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] phpMyadmin with global variables off

2002-08-15 Thread Manuel Ochoa
I just installed phpMyadmin and I'm getting a message that I have an undefined variable. Is this because I have global variables off? Or in other words, should this program work the same regardless of whether global variables are on or off?

<    7   8   9   10   11   12   13   14   15   16   >