Re: [PHP] How to work with embedded mysql from php.

2009-09-20 Thread Tommy Pham
- Original Message From: Tommy Pham tommy...@yahoo.com To: general php php-general@lists.php.net Sent: Sunday, September 20, 2009 9:22:19 AM Subject: Re: [PHP] How to work with embedded mysql from php. From: Nishshanka Sirisena To: Tommy Pham Sent: Sunday, September 20, 2009

Re: [PHP] Re: Creating file name with $variable

2009-09-20 Thread Tommy Pham
- Original Message From: Ralph Deffke ralph_def...@yahoo.de To: php-general@lists.php.net Sent: Sunday, September 20, 2009 3:43:24 PM Subject: [PHP] Re: Creating file name with $variable Hi Haig, it would be better if u tell us what purpose u want to solf with this approuch.

Re: [PHP] best function to use ~ file_get_contents or ?

2009-09-15 Thread Tommy Pham
--- On Tue, 9/15/09, CRM c...@globalissa.com wrote: From: CRM c...@globalissa.com Subject: [PHP] best function to use ~ file_get_contents or ? To: php-general@lists.php.net Cc: i...@globalissa.com Date: Tuesday, September 15, 2009, 5:36 PM Hi All, Not sure of the best approach, need your

[PHP] Apache's mod_dbd connection pool

2009-09-13 Thread Tommy Pham
Hi, Has anyone used Apache Httpd's mod_dbd connection pool in any of your PHP app/project? Do you notice a performance increase from the overhead of establishing/closing a connection? TIA, Tommy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] server name that the user agent used

2009-09-13 Thread Tommy Pham
--- On Sun, 9/13/09, Tom Worster f...@thefsb.org wrote: From: Tom Worster f...@thefsb.org Subject: [PHP] server name that the user agent used To: PHP General List php-general@lists.php.net Date: Sunday, September 13, 2009, 8:21 PM when using apache with one vhost that responds to a few

Re: [PHP] Question: Sorting through table headers?

2009-09-13 Thread Tommy Pham
--- On Sun, 9/13/09, Parham Doustdar parha...@gmail.com wrote: From: Parham Doustdar parha...@gmail.com Subject: [PHP] Question: Sorting through table headers? To: php-general@lists.php.net Date: Sunday, September 13, 2009, 6:55 AM Hello there, I've been asked to create something like the

Re: [PHP] Reading files in PHP 5.3.0

2009-09-11 Thread Tommy Pham
--- On Fri, 9/11/09, Ashley Sheridan a...@ashleysheridan.co.uk wrote: From: Ashley Sheridan a...@ashleysheridan.co.uk Subject: Re: [PHP] Reading files in PHP 5.3.0 To: tedd tedd.sperl...@gmail.com Cc: Tommy Pham tommy...@yahoo.com, php-general@lists.php.net Date: Friday, September 11, 2009

Re: [PHP] Reading files in PHP 5.3.0

2009-09-11 Thread Tommy Pham
--- On Fri, 9/11/09, Paul M Foster pa...@quillandmouse.com wrote: From: Paul M Foster pa...@quillandmouse.com Subject: Re: [PHP] Reading files in PHP 5.3.0 To: php-general@lists.php.net Date: Friday, September 11, 2009, 8:57 AM On Fri, Sep 11, 2009 at 05:48:42AM -0700, Tommy Pham wrote

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Tommy Pham
--- On Thu, 9/10/09, Watson Blair bestudios...@gmail.com wrote: From: Watson Blair bestudios...@gmail.com Subject: [PHP] Hoping for a hand with a login script To: php-general@lists.php.net Date: Thursday, September 10, 2009, 4:06 AM Hey guys,This is a simple issue I'm sure, however I'm

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Tommy Pham
--- On Thu, 9/10/09, Tommy Pham tommy...@yahoo.com wrote: From: Tommy Pham tommy...@yahoo.com Subject: Re: [PHP] Hoping for a hand with a login script To: php-general@lists.php.net Date: Thursday, September 10, 2009, 4:13 AM --- On Thu, 9/10/09, Watson Blair bestudios...@gmail.com wrote

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Tommy Pham
-- On Thu, 9/10/09, Watson Blair bestudios...@gmail.com wrote: From: Watson Blair bestudios...@gmail.com Subject: Re: [PHP] Hoping for a hand with a login script To: Tommy Pham tommy...@yahoo.com Cc: php-general@lists.php.net Date: Thursday, September 10, 2009, 4:31 AM Hey Tommy,Thanks

Re: [PHP] Reading files in PHP 5.3.0

2009-09-10 Thread Tommy Pham
($header_file) || !is_readable($header_file)) {         return $response;     }     $fin = fopen($header_file, 'r');     while ($line = fgets($fin)) {         var_dump($line); What does var_dump($line); tell you? Regards, Tommy         if (substr($line, 0, 4) == 'HTTP

Re: [PHP] need php_mssql so I retreated to 5.2.10

2009-09-08 Thread Tommy Pham
--- On Mon, 9/7/09, Fred Silsbee fredsils...@yahoo.com wrote: From: Fred Silsbee fredsils...@yahoo.com Subject: [PHP] need php_mssql so I retreated to 5.2.10 To: php-general@lists.php.net Date: Monday, September 7, 2009, 11:09 PM under IE8: http:// 209.33.25.167:8080/phpinfo.php with:  

Re: [PHP] Error message

2009-09-05 Thread Tommy Pham
to ask this in php-windows list instead. ;) Regards, Tommy Thanks Bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Who kown this memcache_get_stats function ?

2009-09-05 Thread Tommy Pham
- Original Message From: hack988 hack988 hack...@dev.htwap.com To: PHP General List php-general@lists.php.net Sent: Saturday, September 5, 2009 9:16:51 PM Subject: Re: [PHP] Who kown this memcache_get_stats function ? Nobody Kown this?This is my second question in this mail-list

Re: [PHP] Who kown this memcache_get_stats function ?

2009-09-05 Thread Tommy Pham
- Original Message From: Tommy Pham tommy...@yahoo.com To: PHP General List php-general@lists.php.net Sent: Saturday, September 5, 2009 10:41:39 PM Subject: Re: [PHP] Who kown this memcache_get_stats function ? - Original Message From: hack988 hack988 To: PHP General

Re: [PHP] Searching on AlphaNumeric Content Only

2009-09-04 Thread Tommy Pham
- Original Message From: Robert Cummings rob...@interjinn.com To: Eddie Drapkin oorza...@gmail.com Cc: Lupus Michaelis mickael+...@lupusmic.org; php-general@lists.php.net Sent: Friday, September 4, 2009 1:36:08 PM Subject: Re: [PHP] Searching on AlphaNumeric Content Only Eddie

Re: [PHP] Include Files in HTML

2009-09-04 Thread Tommy Pham
fetch some more (css, js, images) until the the last buffered output is sent /html (that is if your page is compliant ;) Regards, Tommy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Include Files in HTML

2009-09-04 Thread Tommy Pham
- Original Message From: Tommy Pham tommy...@yahoo.com To: php-general@lists.php.net Sent: Friday, September 4, 2009 4:11:31 PM Subject: Re: [PHP] Include Files in HTML - Original Message From: sono...@fannullone.us To: PHP General List Sent: Friday, September 4

Re: [PHP] Searching on AlphaNumeric Content Only

2009-09-04 Thread Tommy Pham
- Original Message From: Paul M Foster pa...@quillandmouse.com To: php-general@lists.php.net Sent: Friday, September 4, 2009 9:15:08 PM Subject: Re: [PHP] Searching on AlphaNumeric Content Only On Fri, Sep 04, 2009 at 08:15:41PM -0400, Robert Cummings wrote: Paul M Foster

Re: [PHP] Searching on AlphaNumeric Content Only

2009-09-03 Thread Tommy Pham
in mind that you shouldn't keep the users waiting more than 5 seconds. Only exception to that rule is data mining where you'll have millions of rows to work with ;) Then it's no longer your problem. It's the DBA :D Regards, Tommy Still being new at this, it seems to be the simplest

[PHP] reply to all

2009-09-03 Thread Tommy Pham
it for granted. I'll keep my eyes open wider for future e-mails to php lists :) Thanks, Tommy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Magento shows blank page.

2009-09-03 Thread Tommy Pham
directory outside doc_root in both IIS and Apache. So I went back to ISAPI and Apache Filter. I don't know if this applies to you but something to think about, Regards, Tommy I'm using Apache, MySQL and Mandriva 2009.1. What I've done is: 1. Downloaded the Magento from: http

Re: [PHP] Calling parent function with call_user_func_array

2007-11-30 Thread Tommy Baggett
Thanks for the great advice! That did the trick and made me realize an even simpler solution to my needs in the process. I needed to iterate the pages in reverse to store the page ID of the last li element of each ul element before allowing the walker class to do its work. This allowed

[PHP] Calling parent function with call_user_func_array

2007-11-29 Thread Tommy Baggett
I'm a self-confessed PHP newb (first step towards a cure, right?), so apologies in advance for what may be a basic question. I spent an hour searching for an answer to this and couldn't find one. I found one post that said there was a problem with this in 5.0.3, but it didn't indicate whether

RE: [PHP] Calling parent function with call_user_func_array

2007-11-29 Thread Tommy Baggett
: Thursday, November 29, 2007 5:06 PM To: Tommy Baggett Cc: php-general@lists.php.net Subject: Re: [PHP] Calling parent function with call_user_func_array Tommy Baggett wrote: I'm a self-confessed PHP newb (first step towards a cure, right?), so if these are your first steps why use php4? php5

Re: [PHP] Calling parent function with call_user_func_array

2007-11-29 Thread Tommy Baggett
On Nov 29, 2007, at 5:30 PM, Jochem Maas wrote: does this work:? call_user_func_array(array(parent,'doSomething'),$args); It doesn't work with PHP 4. I was going to try PHP5 on my development machine but I will need to do some configuration editing first. Here's the exact

[PHP] Question on Connecting to Microsoft SQL Server from PHP

2007-06-12 Thread Tommy Peterson
be appreciated. Thanks. Tommy

[PHP] Check if an url is a jpg image

2005-10-12 Thread Tommy Jensehaugen
Hi, Is it possible to check if an url is a jpg image from php? Thank you for your help. Cheers, Tommy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Run a php script as a separate thread/process

2005-10-12 Thread Tommy Jensehaugen
Thank you very much. This is what I ended up with if anyone needs it: ?php function runSeparateThread($strHost, $strPath=/) { $fFile = fsockopen($strHost, 80, $intError, $strError); if ($fFile) { $out = GET .$strPath. HTTP/1.1\r\n; $out .= Host: .$strHost.\r\n; $out .= Connection:

[PHP] Run a php script as a separate thread/process

2005-10-11 Thread Tommy Jensehaugen
for example.php is stopped in the middle of more logic. I am using PHP Version 4.3.11. Thank you very much for your help.. Cheers, Tommy

[PHP] Run a php script as a separate thread/process

2005-10-11 Thread Tommy Jensehaugen
for example.php is stopped in the middle of more logic. I am using PHP Version 4.3.11. Thank you very much for your help.. Cheers, Tommy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] script

2005-04-20 Thread tommy
Tuesday the beginning or end of the week in order to accomplish this... maybe I'm going about this the wrong way. Again, any pointers or assistance appreciated. Tommy On Apr 19, 2005, at 10:34 PM, Rob Agar wrote: here's the clue to the other half of the puzzle: you can do this kind of thing in php

[PHP] script

2005-04-19 Thread tommy
include file. If someone could help me with the code or point me in the right direction it would be very appreciated. Thanks. Tommy. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

SV: [PHP] Website and Mozilla/Firefox

2005-01-10 Thread Tommy Skarateppen
redirected, I can view the page. What's happening? Anyone have a solution for this? As Lester Caine says, I don't fancy having to use IE just to look at the php pages... -Tommy -Opprinnelig melding- Fra: Lester Caine [mailto:[EMAIL PROTECTED] Sendt: 10. januar 2005 09:24 Til: php-general

[PHP] combining string values

2004-05-26 Thread Tommy Atherton
constant (for the time being at least although) but the value for filename will be read from a database so that will change. Anyone care to help??? thanks in advance Tommy

[PHP] Re: nested tree

2003-11-04 Thread Tommy Ipsen
/ and http://www.alistapart.com/articles/slidingdoors2/) Cheers, Tommy Ipsen PS: I would like to hear how you solve the problem since (as mentioned) I'm working on the same thing! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP5: Will register_globals be an option or not - or hasn't it beendecided yet?

2003-07-28 Thread Tommy Ipsen
Hi I would like to know if it has been decided whether or not register_global will continue to be an option in PHP5. Cheers, Tommy Ipsen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] apache webprotect logout

2003-01-27 Thread Tommy Jensehaugen
. Thanks Tommy Jensehaugen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] get apache user

2003-01-25 Thread Tommy Jensehaugen
If I can't use any of those, it's not possible? correct? thank you for your help. tommy Jason Wong [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Saturday 25 January 2003 06:15, Tommy Jensehaugen wrote: I have a page where I log in as an Apache u

[PHP] get apache user

2003-01-24 Thread Tommy Jensehaugen
Hi folks! I have a page where I log in as an Apache user. How do I get the apache username in php? thanks tommy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: need some javascript code

2003-01-10 Thread Tommy Jensehaugen
].name.focus(); return false; } else { return true; } } tommy Denis L. Menezes [EMAIL PROTECTED] wrote in message 001401c2b8c4$3da5ebe0$942d7dcb@pcdenisxp">news:001401c2b8c4$3da5ebe0$942d7dcb@pcdenisxp... Hello friends, Can someone please redirect me to some source with ja

[PHP] Re: Parsing a directory for specific files

2003-01-10 Thread Tommy Jensehaugen
; } Then you have an array of the filenames. If you use rsort($array), the 5 first elements will be the 5 most recent ones. tommy Dirk Van Lyrop [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, does anybody know how to solve the following task? I'd like to

[PHP] Re: Are 2 mysql_query statements psble?

2003-01-10 Thread Tommy Jensehaugen
( mysql_query( $query2 ) ) == 0 ) tommy Wmb [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... The code below returns : Parse error: parse error, unexpected T_BOOLEAN_AND . so must assume it's not possible, but anybody out there who's able to give me a su

[PHP] Re: How can I redirect to another php page

2003-01-09 Thread Tommy Jensehaugen
) { header( Location: yellow.php ); exit; else if ($Color == Green) header( Location: green.php ); exit; } tommy Teo Petralia [EMAIL PROTECTED] wrote in message news:v04220802ba423dc4c316@[130.216.229.11]... Hi All! I would like to redirect the user to another php page accordingly

[PHP] Seek for a value in a html file ...

2002-10-09 Thread Bård Tommy Nilsen
); Regards Bård Tommy Nilsen

[PHP] Including files and functions

2002-09-06 Thread Bård Tommy Nilsen
CODES FOR BRAKING THE $print READY FOR INCLUDE include $print; if (function_exists('write')) { call_user_func ('write'); } Regards Bård Tommy Nilsen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

SV: [PHP] about whitespace

2002-09-06 Thread Bård Tommy Nilsen
Take a look at str_replace function ... Bård Tommy -Opprinnelig melding- Fra: Meltem Demirkus [mailto:[EMAIL PROTECTED]] Sendt: 6. september 2002 14:53 Til: [EMAIL PROTECTED] Emne: [PHP] about whitespace Hi, is there any function which removes white spaces inse a string

[PHP] Html in a string

2002-09-06 Thread Bård Tommy Nilsen
Hello I have a string with the html source, but want to fetch only some Of the code ... I want to use alle the codes inside start-end .. Example: !-- start HTML CODES HERE HTML CODES HERE HTML CODES HERE HTML CODES HERE HTML CODES HERE HTML CODES HERE HTML CODES HERE // end -- -- PHP

[PHP] Sorting a text string

2002-09-05 Thread Bård Tommy Nilsen
I want to sort text strings, but how could i do this ? Example: 04.09.2002 05.09.2002 19.03.1999 Is there a way to change the string to something like this ... 2002.09.04 2002.09.05 1999.03.19 Or is there a better way to solve this ?? Bård Tommy Nilsen -- PHP General Mailing List (http

[PHP] Searching within a range

2002-06-28 Thread Bård Tommy Nilsen
I want to search within a result from a query A specific range (price) For example. I want to display only the articles that cost between 0-50 Can anyone help me out ? Regards Bård Tommy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Different colors on lines

2002-06-14 Thread Bård Tommy Nilsen
that it will allways display the colors On each line ?? Regards Bård Tommy Nilsen $query_1 = mysql_query(select * from $tabell_4); $number_1 = mysql_numrows($query_1) ; $i_1 = 0; $bgcolor[0] = #FFE38E; $bgcolor[1] = #FF; $Search = Test; while ($i_1 $number_1) { $Name = mysql_result($query_1

[PHP] Replace characters

2002-06-14 Thread Brd Tommy Nilsen
are saved in Mac ?? Please help ! Regards Bård Tommy Nilsen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Reading information from images

2002-06-11 Thread Bård Tommy Nilsen
Does anyone know about a script that is easy searches in folders for In image files for given information: Excample: I know that a field in a .jpg file is named Author: value I want to search in the author value for a text. Bård Tommy Nilsen -- PHP General Mailing List (http://www.php.net

[PHP] Storing mysql result into a pointer (or something)

2002-06-08 Thread Bård Tommy Nilsen
I am trying to store several results from an mysql_query into an int I want to produce several lines into $result, so i can include $result Into my email, or is there a better way to do this ? $query = mysql_query(select * from $table); $number = mysql_numrows($query) ; $i = 0; while ($i

[PHP] Storing mysql result into a pointer (or something)

2002-06-08 Thread Bård Tommy Nilsen
I am trying to store several results from an mysql_query into an int I want to produce several lines into $result, so i can include $result Into my email, or is there a better way to do this ? $query = mysql_query(select * from $table); $number = mysql_numrows($query) ; $i = 0; while ($i

RE: [PHP] Newbie help please!

2002-05-15 Thread Tommy Claasens - Q Data KZN
Hi, Try this ?php $username = $_GET['user']; $password = $_GET['pass']; echo $username; echo $password; ? -Original Message- From: John [mailto:[EMAIL PROTECTED]] Sent: Wed, 15 May 2002 16:46 To: [EMAIL PROTECTED] Subject: [PHP] Newbie help please!

RE: [PHP] Self Destruct code

2002-05-07 Thread Tommy Claasens - Q Data KZN
} } But yet again I would rather do this via legal means than destroy code. my $0.02 worth Thanks Tommy -Original Message- From: PHPCoder [mailto:[EMAIL PROTECTED]] Sent: Tue, 07 May 2002 10:20 To: php-general Subject: [PHP] Self Destruct code Hi I have a funny request; I

[PHP] delete a file from the server

2002-01-24 Thread Tommy Straetemans
Hi, I'm new in PHP and i have a question: How can i delete a file from the server in PHP Tommy Straetemans -- 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

[PHP] redirect

2001-12-13 Thread Tommy Straetemans
); #header(sprintf(Location: %s,$url)); Tommy Straetemans -- 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] pictures width and height

2001-12-13 Thread Tommy Straetemans
Hi, I'am new in php and i have a question. Is there a way to check the height and width from a picture that I upload? Tommy Straetemans -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP] database conection (newby)

2001-11-29 Thread Tommy Straetemans
What do i wrong or is there a method to make my connection with a include file? Tommy Straetemans -- 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

[PHP] Re: Detecting Languages...

2001-11-01 Thread Tommy Gildseth
Arcadius A. [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... HEllo ! I have a website designed in several languages (En , Fr , Cz) My question is : How to detect the language setting of the the visitor's PC in order to redirect him to a specified content

[PHP] Re: Detecting Languages...

2001-11-01 Thread Tommy Gildseth
Tommy Gildseth [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Arcadius A. [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... How to detect the language setting of the the visitor's PC in order to redirect hi

[PHP] Including files without loosing my string

2001-09-25 Thread Bård Tommy Nilsen
; Can anyone help me with this one ?? Regards Bård Tommy Nilsen -- 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]

SV: [PHP] Including files without loosing my string

2001-09-25 Thread Bård Tommy Nilsen
after, and that is that the id string cant be called after including index.php ... Bård Tommy Nilsen -Opprinnelig melding- Fra: David Robley [mailto:[EMAIL PROTECTED]] Sendt: 25. september 2001 09:56 Til: Bård Tommy Nilsen; [EMAIL PROTECTED] Emne: Re: [PHP] Including files without

SV: SV: [PHP] Including files without loosing my string

2001-09-25 Thread Bård Tommy Nilsen
Can you write me an short example ?? Bård Tommy Nilsen -Opprinnelig melding- Fra: David Robley [mailto:[EMAIL PROTECTED]] Sendt: 25. september 2001 10:11 Til: Bård Tommy Nilsen; [EMAIL PROTECTED] Emne: Re: SV: [PHP] Including files without loosing my string On Tue, 25 Sep 2001 17

[PHP] $PHP_SELF - internal error?

2001-03-24 Thread Tommy
Hi, that's my paht: ./Webpages/Kalender/php.php The value of PHP_SELF in php.php is: /Kalender/php.php/Kalender How can I fix this Problem? I have PHP 4.04pl1 CGI, Windows ME. THX Tommy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

<    1   2   3   4   5