[PHP] Re: Please Help, returning path

2004-06-18 Thread Manuel Lemos
Hello, On 06/18/2004 05:40 AM, Me2resh wrote: is there a function to detect the path of the directory i need my file to detect the path it is on it, not the http path but the path on server please help me with that getcwd() or dirname($_SELF); -- Regards, Manuel Lemos PHP Classes - Free ready

[PHP] Re: Email with attachment function

2004-06-17 Thread Manuel Lemos
as the output is what its meant to be except it isn't divided up (i.e. attachment is text) You may want to try this proven class and let me know if you still have problems: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http

[PHP] Re: Sending email with php

2004-06-16 Thread Manuel Lemos
-- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net

[PHP] Re: protecting your source code?

2004-06-14 Thread Manuel Lemos
know is RoadSend: http://www.roadsend.com/ -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer

[PHP] Re: choosing another smtpserver with PHPs mail function

2004-06-11 Thread Manuel Lemos
smtp_mail.php . If necessary it even supports authentication or even direct delivery, so you do not even have to relay the messages on the SMTP server. http://www.phpclasses.org/mimemessage You also need this for the actual SMTP delivery: http://www.phpclasses.org/smtpclass -- Regards, Manuel

[PHP] Re: search engine optimization and php

2004-06-08 Thread Manuel Lemos
://www.phpclasses.org/filecache If you can, also use some PHP script caching engine, like for instance Turck, which is free and provides great PHP execution speed up by avoiding the implicit PHP script compilation step: http://turck-mmcache.sourceforge.net/ -- Regards, Manuel Lemos PHP Classes - Free

Re: [PHP] Re: search engine optimization and php

2004-06-08 Thread Manuel Lemos
not disclose it . -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP] Re: PHP Compiler - standalone

2004-06-08 Thread Manuel Lemos
://www.roadsend.com/home/index.php?pageID=compiler -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer

[PHP] Re: Adding Attaching to the mail function

2004-06-07 Thread Manuel Lemos
to try this class that you can use to compose and send messages with attachments. It comes with a specific step by step example to tell you how to use it for that purpose: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP

[PHP] Re: Sophisticated rss builder class

2004-06-03 Thread Manuel Lemos
you try this? What do you mean by dodgy? http://www.phpclasses.org/rsswriter -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data

[PHP] Re: Socket w/SSL Issues

2004-05-31 Thread Manuel Lemos
to establish SSL connections: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object

[PHP] Re: Text Streaming in PHP

2004-05-31 Thread Manuel Lemos
chat channels: Class: Chat http://www.phpclasses.org/mydbchat -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational

[PHP] Re: Aspect Oriented Programming PHP

2004-05-27 Thread Manuel Lemos
generates code that runs on PHP 4 or better. You may find more about it here: http://www.meta-language.net/metastorage.html -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http

Re: [PHP] Re: send mail error

2004-05-25 Thread Manuel Lemos
. http://www.phpclasses.org/mimemessage You also need this: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews

[PHP] Re: RSS/RDF generator

2004-05-22 Thread Manuel Lemos
://www.phpclasses.org/xmlwriter -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP] Re: Distance and info

2004-05-19 Thread Manuel Lemos
location. Cause its pretty acurrate. Currently the site uses this class to locate the user network by the IP. It is not always very accurate but it works most of the time: http://www.phpclasses.org/netgeoclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP

[PHP] Re: PHP and qmail

2004-05-15 Thread Manuel Lemos
with workarounds to use the mail() function without the problems you are facing: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http

[PHP] Re: Zip-code Form Validation Scripts and Zipcode Program

2004-05-12 Thread Manuel Lemos
Question 3: Does anyone know (yea I know, getting tedious here) of a way or program to check the real distance from one zip-code to another zip-code like on yahoo maps? http://www.phpclasses.org/phpziplocator -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP

[PHP] Re: Graphical calendar

2004-05-09 Thread Manuel Lemos
] to be a link to some page that will display whatever you want about the day. The class variables $this-year, $this-month and $this-day contain the date of the day of the current cell. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP

[PHP] Re: Graphical calendar

2004-05-07 Thread Manuel Lemos
a month and see the days of the week? You may want to try this class that does precisely that: Class: Calendar generation class http://www.phpclasses.org/calendargenerator -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews

[PHP] Re: creating a mailing list

2004-05-02 Thread Manuel Lemos
address depending on your environment. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data

[PHP] Re: Installing sendmail in win9X/Me

2004-05-02 Thread Manuel Lemos
configure additional parameters like SMTP authentication if you need it: http://www.phpclasses.org/mimemessage You will also need this: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP

[PHP] Re: php mail() scaleability

2004-04-25 Thread Manuel Lemos
, PHP itself does not open any sockets to queue messages with the mail function. If you are using Unix/Linux with sendmail there are some options that can be tweaked to make it just queue the message instead of trying to deliver the message immediately. -- Regards, Manuel Lemos PHP Classes

Re: [PHP] Re: php mail() scaleability

2004-04-25 Thread Manuel Lemos
and change the mail() calls to sendmail_mail() calls without any need to change parameters. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other

Re: [PHP] Re: php mail() scaleability

2004-04-25 Thread Manuel Lemos
solution replicate the dedicated solution built-in sendmail for queueing messages that can be called with a few lines of code, thus without needing a large PHP package. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews

[PHP] Re: CURL Help

2004-04-19 Thread Manuel Lemos
class that can use cURL for SSL connections of just fsockopen if you are using PHP 4.3.0 or better: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other

Re: [PHP] PHP Programming Innovation Award

2004-04-15 Thread Manuel Lemos
. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net

[PHP] Re: SMTP Authentication with PHP

2004-04-15 Thread Manuel Lemos
with a wrapper function named smtp_mail(). It emulates the mail() function completely but lets you configure details like authentication and such. Just edit the smtp_mail.php script. http://www.phpclasses.org/mimemessage You also need this: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos

[PHP] PHP Programming Innovation Award

2004-04-14 Thread Manuel Lemos
that develop products for PHP developers. The nominees of this month were already announced here: http://www.phpclasses.org/vote.html More information on the award is available here: http://www.phpclasses.org/award/innovation/ -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP

Re: [PHP] PHP Programming Innovation Award

2004-04-14 Thread Manuel Lemos
that may qualify to be nominated to win the award. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational

[PHP] Re: Problems with mail and php

2004-04-12 Thread Manuel Lemos
/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP] Re: html forms class in php

2004-04-08 Thread Manuel Lemos
things: http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping

[PHP] Re: Problem sending with mail()

2004-04-02 Thread Manuel Lemos
are using. If you do not have SMTP server to relay the message, you can always try to use the class direct delivery mode. http://www.phpclasses.org/mimemessage You will also need this other class: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP

[PHP] Re: php email functionality

2004-04-02 Thread Manuel Lemos
://www.phpclasses.org/mimemessage You also need this to send messages via SMTP. http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http

[PHP] Re: [php] php reply to email

2004-04-01 Thread Manuel Lemos
contents and post in your BBS. In that can you may want to try this POP3 class to fetch your messages: http://www.phpclasses.org/pop3class -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other

Re: [PHP] Re: TUX web server replacement

2004-03-30 Thread Manuel Lemos
. That is why practically nobody was using it even when using Kernel 2.4. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object

Re: [PHP] Re: TUX web server replacement

2004-03-30 Thread Manuel Lemos
Linux 2.6 in critical production environments. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer

[PHP] Re: DB Abstraction Layers

2004-03-29 Thread Manuel Lemos
the database schema as Metabase provides an elegant solution for database independent schema management. http://www.phpclasses.org/metabase -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books

[PHP] Re: TUX web server replacement

2004-03-29 Thread Manuel Lemos
server like apache. I heard about phhttp but it is too old and unmaintained. Why don't you just serve your static content (images and such) with thttpd running on a different IP address or TCP port and leave Apache running in port 80? -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP

[PHP] Re: question about M. Lemos's HTML forms generation and validation

2004-03-25 Thread Manuel Lemos
will set the respective input field as invalid. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping

[PHP] Re: ip to country

2004-03-20 Thread Manuel Lemos
costly / easy to implement? You may also want to try this NetGeo interface class. http://www.phpclasses.org/netgeoclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http

Re: [PHP] Advanced PHP Programming by George Schlossnagle

2004-03-17 Thread Manuel Lemos
online shop did you buy it from? Here is a page where the book is reviewed. If you click on the link Find where to buy world wide you are given a selection of stores from which you may pick one near where you live. http://www.phpclasses.org/reviews/id/0672325616.html -- Regards, Manuel Lemos PHP

[PHP] Re: SMTP Authentication

2004-03-12 Thread Manuel Lemos
://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP] Re: mail() and passwords

2004-03-09 Thread Manuel Lemos
that it lets you configure details like the authentication credentials. http://www.phpclasses.org/mimemessage You also need this: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews

[PHP] Re: optimisation sending mails

2004-03-04 Thread Manuel Lemos
. Just use a local mailer program like sendmail or the equivalent based on qmail and postfix and they take care of deliveries from then on. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other

[PHP] Re: SMTP ERROR

2004-03-03 Thread Manuel Lemos
delivery. http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer

[PHP] Re: PHP application design with WAE UML.

2004-02-28 Thread Manuel Lemos
generation: http://www.meta-language.net/metastorage.html -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational

Re: [PHP] - Receive mail with PHP.

2004-02-28 Thread Manuel Lemos
://www.phpclasses.org/pop3class -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http

Re: [PHP] Re: PHP application design with WAE UML.

2004-02-28 Thread Manuel Lemos
Hello, On 02/29/2004 12:42 AM, [EMAIL PROTECTED] wrote: This is not exactly about going from UML to PHP but going from model design to PHP with optional UML class diagram generation: http://www.meta-language.net/metastorage.html Hi manuel, this is excellent, i too have been looking into UML. I

[PHP] Re: Send Attachments via mail using form

2004-02-26 Thread Manuel Lemos
files be allowed ? You may want to try this class. You can add as many attachments as you want: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other

[PHP] Re: Accessing SMB (Samba perhaps) resources

2004-02-24 Thread Manuel Lemos
://www.phpclasses.org/smbwebclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http

Re: [PHP] Re: Accessing SMB (Samba perhaps) resources

2004-02-24 Thread Manuel Lemos
://www.phpclasses.org/smbwebclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer

[PHP] Re: htacess

2004-02-24 Thread Manuel Lemos
to write a file to the server, but how do you do the password thing?? There are many solutions for that. You may want to try this: Class: htaccess http://www.phpclasses.org/htaccess -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP

Re: [PHP] Send mail with attached

2004-02-23 Thread Manuel Lemos
a ready to use solution for sending messages with attachments and other complex structure types of messages. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books

[PHP] Re: Php and GpG

2004-02-23 Thread Manuel Lemos
/package/39.html -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP] Re: tow dimenshional arrays

2004-02-21 Thread Manuel Vázquez Acosta
As far as I know, there is no such a function. Maybe you should use a different approach. Manu. Joe-At [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hallo, 1) I want to work with the rows und columns of a tow dimensional array[i][j]. With array[i] I get the i'th row. But how can

Re: [PHP] Re: tow dimenshional arrays

2004-02-21 Thread Manuel Vázquez Acosta
. Manu. Adwinwijaya [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello Manuel, Sunday, February 22, 2004, 5:47:02 AM, you wrote: MVA As far as I know, there is no such a function. Maybe you should use a MVA different approach. MVA Manu. MVA Joe-At [EMAIL PROTECTED] wrote

[PHP] Re: Email - format

2004-02-21 Thread Manuel Lemos
100% certainly invalid characters, but also can check if the domain exists and if the respective SMTP server would accept messages to that address: http://www.phpclasses.org/emailvalidation -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http

[PHP] Re: HTML email problem: IMAP

2004-02-20 Thread Manuel Lemos
files if you want: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational

[PHP] Re: Custom Error Handler

2004-02-18 Thread Manuel Lemos
://www.phpclasses.org/logwatcher -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http

[PHP] Re: Messenger via PHP

2004-02-17 Thread Manuel Lemos
messenger servers. http://www.phpclasses.org/browse/class/66.html -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object

[PHP] Re: CDONTS Object

2004-02-16 Thread Manuel Lemos
this class that has a subclass to send the messages via SMTP: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews

[PHP] Re: mail()

2004-02-16 Thread Manuel Lemos
://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP] Re: Algorithm....

2004-02-16 Thread Manuel Vázquez Acosta
I suggest a bit's mask technique; since max(i)=96, you can represent a day by 96/8 = 12 bytes = 3 (32-bits integers). TimeFrameA is an integer representing the first 32 15-minutes chunks(0-31), TimeFrameB represents 32-63, and TimeFrameC 64-95. If a bit is 1 the you that 15-minutes chunk is

[PHP] Re: Apache crashes on windows XP / PHP MySQL

2004-02-14 Thread Manuel Vázquez Acosta
Does this happens *everytime* you try to connect to MySQL using PHP? Does PHP is running as module or cgi? I've been using WinXP, PHP and MySQL. Although, I'm now running Apache 1.3.28, I did try Apache 2 (php as a cgi) Manu. Johan Kok [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]

[PHP] PHP and DDE

2004-02-12 Thread Manuel Ochoa
Can PHP interface with other programs through DDE?

[PHP] Re: speeding up PHP

2004-02-10 Thread Manuel Lemos
loading. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Re: CURL and Cookies

2004-02-09 Thread Manuel Lemos
://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html -- PHP General Mailing List (http://www.php.net

[PHP] Re: xml posts

2004-02-05 Thread Manuel Lemos
talking about? Do you mean sending HTTP requests with XML data? If so, try this class: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP] Re: Sendmail wrapper

2004-02-03 Thread Manuel Lemos
the class directly, it comes with wrapper functions that emulate the mail() function. http://www.phpclasses.org/mimemessage For SMTP delivery, you also need this: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http

[PHP] Re: exec cURL to pass custom MIME headers

2004-01-31 Thread Manuel Lemos
to send XML data like SOAP requests. So you can do what you want with this class: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ MetaL - XML based meta-programming language http://www.meta-language.net

[PHP] Re: geographical queries?

2004-01-21 Thread Manuel Lemos
distance from the user network. It may not work in all cases due to the continuos reallocations of Internet IP ranges but it often works well: http://www.phpclasses.org/mirrors.html?closest=1 -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org

[PHP] Re: Form woes

2004-01-21 Thread Manuel Lemos
Hello, On 01/21/2004 05:07 PM, Alex Hogan wrote: Is there a better, or should I say more elegant, way to do what I'm doing? You may want to try this multi-page forms generation class: Class: Multipage forms class http://www.phpclasses.org/multipageforms -- Regards, Manuel Lemos Free ready

[PHP] Re: Search Script????

2004-01-20 Thread Manuel Lemos
a search in my web site.. If you can install HTDig to index your site, you can use this class that will simplify your site interface to Htdig. http://freshmeat.net/projects/htdiginterfacefromphp/ -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP

[PHP] Re: Generating an Excel file?

2004-01-19 Thread Manuel Lemos
this? Here you may find several solutions for generating Excel native documents in PHP: http://www.phpclasses.org/excel -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Re: Converting PHP code to class

2004-01-18 Thread Manuel Lemos
not want to go through all this trouble, you may find some calendar classes ready for you here: http://www.phpclasses.org/browse.html/class/9/top/rated.html -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http

[PHP] Re: MMCache.....zend or PHP extention?

2004-01-15 Thread Manuel Lemos
on the MMCache project...think about adding a FAQ on the site page PLEASE. Use the one that works. I think none is better than the other but I suppose that only certain circunstance only one works. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP

[PHP] Re: session expires

2004-01-13 Thread Manuel Vázquez Acosta
A tricky way to achive this is: 1. Start the session when the user request the login page 2. Send a hidden field with the PHPSESSID 3. When receiving the post compare the current session id with the submitted by the form, if they match it's likely the session has not expired. Other

Re: [PHP] Re: session expires

2004-01-13 Thread Manuel Vázquez Acosta
Marek Kilimajer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Manuel Vázquez Acosta wrote: A tricky way to achive this is: 1. Start the session when the user request the login page 2. Send a hidden field with the PHPSESSID 3. When receiving the post compare the current

Re: [PHP] problem with preg_replace

2004-01-13 Thread Manuel Vázquez Acosta
$new_file = preg_replace('/\b(?!\[sample\]|\[)(\w+)(?!\[\/sample\]|\])\b/', ' [tag]$1[/tag] ', $new_file); Replace the \w+ by [a-bA-Z]+ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php doesn't work in html files

2004-01-12 Thread Manuel Vázquez Acosta
The facts is that EVERY html (php embeded or not) will be processed by PHP, which is totally unnecesary and a waste of time. The best practice is to append the .php extension to your php files. If your your working for production you must consider that your host provider won't agree to put his

[PHP] Re: How do I write to an XML file

2004-01-12 Thread Manuel Lemos
functions. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: GMT

2004-01-11 Thread Manuel Vázquez Acosta
As far as I know time() function returns the Unix timestamp which is GMT measured; althought date() function does the GMT convertion to the local timezone. You can store the result of time and then, modify the TZ environment var to matchs user timezone. Manu. Hassan Shaikh [EMAIL PROTECTED]

[PHP] Re: How do I do this select?

2004-01-11 Thread Manuel Vázquez Acosta
select distinct user.userId, fu.UserID as FriendID, fu.Name as FriendName from user, friendlist as f, user as fu where f.userkey = user.userkey and f.friendkey = fu.userkey order by user.userId, friendId; Chris W [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I sent this to the

[PHP] Re: Caps or No caps

2004-01-11 Thread Manuel Vázquez Acosta
From the docs: $foo = 'hello world!'; $foo = ucwords($foo); // Hello World! $bar = 'HELLO WORLD!'; $bar = ucwords($bar); // HELLO WORLD! $bar = ucwords(strtolower($bar)); // Hello World! Frank Keessen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All,

[PHP] Re: Regex help please

2004-01-11 Thread Manuel Vázquez Acosta
Try this: $pattern = '#function (\w+)\(((?:\$\w+(?:,\s*\$\w+)*?)|\s*)\)\s*\{[.\s]*((?:return\s+[^;]*\s*;)|)[ .\s]*#m'; Notice that \w means: A word character is any letter or digit or the underscore character, that is, any character which can be part of a Perl word. Though, any regexp for this

[PHP] Re: Calling cgi post form from within php

2004-01-10 Thread Manuel Lemos
-- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: http authentication through PHP

2004-01-10 Thread Manuel Lemos
to access a second page (say an HTML page). You may want to try this class that comes with an example to do exactly what you ask: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http

[PHP] Re: Mail function problem

2004-01-10 Thread Manuel Lemos
, Windows ou Linux/Unix? Did you configure PHP to send messages properly? -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Turck mmcache is dead

2004-01-10 Thread Manuel Lemos
. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: jpeg Uploader issue

2004-01-10 Thread Manuel Vázquez Acosta
Could you give us details on: how the uploads is being made: HTTP, or FTP; tests you have made, etc. Manu. Mike R [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am having an issue where a user with a MAC can't see jpegs uploaded to a web site I built. They are getting some sort

[PHP] Re: Form validation: client- or server-side?

2004-01-09 Thread Manuel Lemos
-completion or reformatting based on rules define with regular expressions also with support to perform that on client and server side. Take a look at the examples: http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http

[PHP] Re: XML?

2004-01-09 Thread Manuel Lemos
class that can make your life much easier: http://www.phpclasses.org/xmlwriter -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: XML/HTML encoding?

2004-01-09 Thread Manuel Lemos
document. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: hacking sf

2004-01-07 Thread Manuel Lemos
by Tim Purdue, one of the lead developers that left VA when they decided to close the source of further Sourceforge development. http://gforge.org/ -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http

[PHP] Timezone and time() and date()

2004-01-07 Thread Manuel Vázquez Acosta
Hi all: How does the timezone of the server affects the behavior of the functions time and date. Manu. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: eregi filter stopping valid email address, part two

2004-01-06 Thread Manuel Lemos
/emailvalidation -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: which Bugtracker for a PHP-project?

2004-01-05 Thread Manuel Lemos
-Project. What would you recommend? Bugzilla. Not really in PHP, it is in Perl but it is very complete. I have been using it here: http://bugs.phpclasses.org/ -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http

Re: [PHP] Alternate way of e-mailing in PHP

2004-01-05 Thread Manuel Lemos
Hello, On 01/05/2004 08:14 PM, Monty wrote: I've also tried Manuel Lemos' MIME, SMTP, and MAIL classes but they don't work for me either. The only thing that works in PHP for sending e-mail is by opening Sendmail as a separate process using popen() within PHP, then writing directly to it using

[PHP] Re: fsockopen to conect to ssl sites

2004-01-05 Thread Manuel Lemos
. http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

<    3   4   5   6   7   8   9   10   11   12   >