Re: [PHP] Using link to submit a form

2003-07-30 Thread andu
. Thanks! Tyler Longren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] headline news retriever

2003-07-31 Thread andu
Does anyone know any headline news retrieving script/library specially something able to check with several news sites? I'm planing to roll my own but I want to see different approaches. Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Stop neurotic posting

2003-08-06 Thread andu
not to have an attitude (don't like to answer, don't do it) and if there is a choice, the nasty one seems to prevail. I guess it's a reflection of the times/place we are living or a huge lack of imagination. My last word on this... Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Still can't pass variable through url

2003-08-08 Thread andu
on this? Thx alot Jack -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] checking the return value of member function with empty

2003-08-09 Thread andu
* be syntactically correct, but php doesn't think so. Should I file a bug on this one? Oh yeah, normal information about running environment. PHP version 4.3.2 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Andu -- PHP General Mailing

Re: [PHP] Reading mail with PHP?

2003-08-14 Thread andu
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Stop neurotic posting

2003-08-14 Thread andu
--On Wednesday, August 06, 2003 00:39:13 -0400 John W. Holmes [EMAIL PROTECTED] wrote: andu wrote: This is a very busy list, over 100 message in a quiet day and most people are helpful and decent, don't mind reading and learning. Unfortunately there are some who mostly post stuff like 'read

Re: [PHP] find string

2003-08-14 Thread andu
to use the array. -Original Message- From: andu [mailto:[EMAIL PROTECTED] Sent: Sunday, August 10, 2003 7:15 PM To: [EMAIL PROTECTED] Subject: [PHP] find string Here's the problem I have: I have $action which can be anyone of a1, a2, a3, a4. I tried if ($action!='a1

Re: [PHP] Stop neurotic posting

2003-08-14 Thread andu
--On Wednesday, August 06, 2003 06:26:34 + Curt Zirzow [EMAIL PROTECTED] wrote: * Thus wrote andu ([EMAIL PROTECTED]): This is a very busy list, over 100 message in a quiet day and most people are helpful and decent, don't mind reading and learning. Unfortunately there are some who

Re: [PHP] find string

2003-08-14 Thread andu
to do something like: if ($action is among the items of 'a2,a4') kind of construct? I tried strpos('a1a2a3',$action) but with the same results. TIA -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail with no sendmail on linux

2003-08-14 Thread andu
on my linux machine and using instead my isp's mail server. I am practically behind 2 firewalls so I don't even think i could use sendmail even if I wanted to which is not the case. -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Stop neurotic posting

2003-08-14 Thread andu
(http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Stop neurotic posting

2003-08-14 Thread andu
chapter/example in the book. Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] imap slow

2003-08-14 Thread andu
Why are imap(pop3) functions so slow? I am working on a webmail and it takes foreer to get 12 headers. I also looked at other php webmails and they are just as bad. I tested a pop3 function library I found on the net and it retrievs all 12 messages in no time. -- Regards, Andu Novac -- PHP

[PHP] find string

2003-08-14 Thread andu
to do something like: if ($action is among the items of 'a2,a4') kind of construct? I tried strpos('a1a2a3',$action) but with the same results. TIA -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Configuring PHP to use aspell

2003-08-14 Thread andu
of this great feature that (as I can see from my searches) is not as well documented. You are supposed to use pspell (see manual) and do: configure --with-pspell[=dir]. I'm not sure of the path to my Aspell either... Jeff -- Andu -- PHP General Mailing List (http://www.php.net

[PHP] mail with no sendmail on linux

2003-08-14 Thread andu
Is there a workaround for not having sendmail installed on my linux machine and using instead my isp's mail server. I am practically behind 2 firewalls so I don't even think i could use sendmail even if I wanted to which is not the case. -- Andu -- PHP General Mailing List (http://www.php.net

Re: [PHP] Re: [ERR] DEAD MAILBOX

2003-08-14 Thread andu
On Fri, 08 Aug 2003 02:52:31 -0400 John Manko [EMAIL PROTECTED] wrote: arrg. [EMAIL PROTECTED] wrote: Transmit Report: To: [EMAIL PROTECTED], 402 Local User Inbox Full ([EMAIL PROTECTED]) Comes free with the list...;-) -- Andu -- PHP General Mailing List (http

RE: [PHP] Stop neurotic posting

2003-08-14 Thread andu
to prove the contrary when given a chance. Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Stop neurotic posting

2003-08-14 Thread andu
anybody any good even if the manual is not being read as much as it should be. Is it too difficult to not answer the post at all if you disagree with the content? Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Stop neurotic posting

2003-08-14 Thread andu
. -- Dag Hammarskjold */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] pop3 functions

2003-08-16 Thread andu
, to take just a few. A programming language has already its problems for not being natural, no need to make it even more so. Second, it the array overkill. Nevertheless, I love it. -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] pop3 functions

2003-08-18 Thread andu
inventors for using a bad model. - Ken At 02:15 PM 8/16/2003 -0400, andu wrote: I take the opportunity to express my 2 major problems I found with php in the 2 months I've been using it. First is the naming of functions (whoever was the illiterate one who invented them) definitely not meant

Re: [PHP] pop3 functions

2003-08-19 Thread andu
On Tue, 19 Aug 2003 12:49:43 +0600 raditha dissanayake [EMAIL PROTECTED] wrote: andu wrote: On Mon, 18 Aug 2003 15:40:31 -0500 Ken [EMAIL PROTECTED] wrote: Those weird function names are taken straight from C. Blame the inventors of C. PHP is partly intended to be easy to learn

Re: [PHP] pop3 functions

2003-08-19 Thread andu
only blame the php inventors for using a bad model. [/snip] Hey andu, since you say this what do you think would make a better model? Or were you just being sarcastic? Hard to say since php is used all over the world but English would be fine with me. I'm very familiar with metatalk which

Re: [PHP] pop3 functions

2003-08-19 Thread andu
On Tue, 19 Aug 2003 22:10:25 +0600 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Nopes i read you correctly, yours was a complaint against c. Good thing you didn't take it as a complaint against you... andu wrote: On Tue, 19 Aug 2003 12:49:43 +0600 raditha dissanayake [EMAIL PROTECTED

Re: [PHP] pop3 functions

2003-08-19 Thread andu
On Tue, 19 Aug 2003 11:18:29 -0500 Jay Blanchard [EMAIL PROTECTED] wrote: [snip] First is the naming of functions (whoever was the illiterate one who invented them). [/snip] I remeber when andu got upset about RTFM, STFW, STFA...calling it insulting. Truth is andu complains a lot. I

Re: [PHP] in the middle of shift and pop

2003-08-19 Thread andu
-- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] OT-Re: worm on th list

2003-08-20 Thread andu
Is this worm/virus windows specific? -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] This is getting ridiculous

2003-08-20 Thread andu
/unsub.php -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] loading extension in script

2003-08-23 Thread andu
Ok, I learned I can load extensions in script using ld(), is there a way to load extensions from a different directory (i.e.$HOME) in a case where I don't have access to /php/extensions/? -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] sqlite

2003-08-24 Thread andu
-- __ (_ \ _) ) | / / _ ) / _ | / ___) / _ ) | | ( (/ / ( ( | |( (___ ( (/ / |_| \) \_||_| \) \) Kevin Waterson Port Macquarie, Australia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Andu -- PHP General Mailing List (http

Re: [PHP] sqlite

2003-08-24 Thread andu
On Sun, 24 Aug 2003 14:44:19 +1000 Kevin Waterson [EMAIL PROTECTED] wrote: This one time, at band camp, andu [EMAIL PROTECTED] wrote: $command=sqlite db_name '.dump'; exec($command,$result); print_r( $result);// shows the dump array As sqlite is bundled with php5, I guess command

Re: [PHP] webserver for mac

2003-08-26 Thread andu
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] post v get

2003-08-28 Thread andu
When you POST a form to the server the server replies with a new page. if you click the Back button in the browser the server wants to re-POST the form. Short of using GET is there a way to prevent re-submitting the previous form? -- Regards, Andu Novac -- PHP General Mailing List (http

Re: [PHP] post v get

2003-08-29 Thread andu
? readfile(list.txt); ? /table brbr form method=post action=? echo ($PHP_SELF); ? pAdd Item: input type=text name=item/p pinput type=submit name=Add value=Add/p /form Thanks David. -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net

Re: [PHP] Table format needs php correction

2003-08-30 Thread andu
://www.php.net/unsub.php -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] anyone using sqlite raise your hand

2003-09-02 Thread andu
Are people on this list using the sqlite extension with php? I was unable to subscribe to pear-php or get an answer from its webmaster (or the developer of the extension) and would like some feedback on a problem I have. -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net

Re: [PHP] Session var read by form C++ CGI prog ?

2003-09-02 Thread andu
Developer's Handbook http://httphandbook.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Cpanel or Plesk

2003-09-06 Thread andu
Domain Names from Rs. $7.99 at http://www.domainwala.com http://www.domainwala.com/headlines/index.php http://www.domainwala.com/links -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Andu -- PHP General Mailing List (http

Re: [PHP] Linux Issues

2003-09-06 Thread andu
/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Beta Testers Needed - Free software opportunity

2003-09-08 Thread andu
PROTECTED] http://sweetphp.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Beta Testers Needed - Free software opportunity

2003-09-08 Thread andu
On Mon, 8 Sep 2003 16:48:24 -0700 (PDT) Chris Shiflett [EMAIL PROTECTED] wrote: --- andu [EMAIL PROTECTED] wrote: Experience proves that his business model has worked in the past as well as present (not that I support or practice it), just count the number of people still buying and using

Re: [PHP] php editor

2003-09-11 Thread andu
replies! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP|Con insane pricing

2003-09-15 Thread andu
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] MySql temporary tables

2003-09-15 Thread andu
mysql_connect and regular tables instead of temporary tables everything seems to work fine, has anyone experienced problems with temporary tables with MySql? Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MySql temporary tables

2003-09-15 Thread andu
On Mon, 15 Sep 2003 22:31:08 -0500 Jackson Miller [EMAIL PROTECTED] wrote: On Monday 15 September 2003 10:26, andu wrote: I did this blog where I create a temporary table to store entries while editing them (spell checking, preview, etc). The problem I was having is that sometimes

Re: [PHP] Re: PHP|Con insane pricing

2003-09-16 Thread andu
The definitive PHP5 developer's guide http://www.php-handbook.com/ -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Andu -- PHP General Mailing List

Re: [PHP] fopen() || Execute read file as php page; not plain text

2003-09-19 Thread andu
. [/snip] Is the file PHP code? If so, why not include()? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] fopen() || Execute read file as php page; not plain text

2003-09-19 Thread andu
the result to file? --Noah Andu [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Fri, 19 Sep 2003 17:05:47 -0700 CF High [EMAIL PROTECTED] wrote: Hm.. Looks like I was deluding myself. The only data returned by setting a var = include $include_path

Re: [PHP] Reading URL is changed

2003-09-19 Thread andu
in advance, -Dan a href = this.php?action=first_linkFirst Link/a a href= this.php?action=second_linkSecond Link/a ... and then switch $_GET['action']. Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] fopen() || Execute read file as php page; not plain text

2003-09-19 Thread andu
the result for whatever purpose you may chose without displaying a thing. Got help from a PHP guru -- he suggested shell access --Noah Andu [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Fri, 19 Sep 2003 18:20:01 -0700 CF High [EMAIL PROTECTED] wrote

Re: [PHP] Trying to View php.ini

2003-09-20 Thread andu
://www.php.net/unsub.php Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] processing post requests

2003-09-20 Thread andu
? Thanks in advance! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] processing post requests

2003-09-21 Thread andu
On Sun, 21 Sep 2003 08:00:56 -0700 Vadim Bendebury [EMAIL PROTECTED] wrote: Andu, thank you and James Johnson, who sent me an email, so much. Don't mention it. You guys are gentlmen and scholars, as opposed to some others who would lecture you wasting your (and their own!) time

Re: [PHP] non-php issue

2003-09-21 Thread andu
On Monday, September 22, 2003, at 12:34 AM, Raditha Dissanayake wrote: You can fix all of your problems by formatting your computer and installing a linux distribution. I'm getting all these security patches in my email from Microsoft Corporation lately, maybe you want to use them since I run

Re: [PHP] PHP Editor - which to use?

2003-09-24 Thread andu
be customised since they are based on macros. On OS X it needs XFree86. There is also the more limited SubEthaEdit (native), new but promising. Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fw: Am stuck

2003-09-25 Thread andu
on this it should be 40 charecters long Can anyone help out here??? Look up str_pad(). Chris Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] OnClick problem

2003-07-10 Thread andu
generated on-the-fly. Is this a php problem? Anyone has a clue? I really don't want to use a submit button in this case. Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] OnClick problem (fwd)

2003-07-10 Thread andu
I may be wrong but to me the behavior is correct: calling a php script with echo $_SERVER['PHP_SELF']; should return the name of that script. -- Forwarded Message -- Date: Thursday, July 10, 2003 16:16:24 -0400 From: Dan Joseph [EMAIL PROTECTED] To: andu [EMAIL PROTECTED], Dan

[PHP] classes v. functions

2003-07-18 Thread Andu
functions (with which I have more experience). The more I read about classes the deeper the confusion. Anyone can enlighten me? Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] classes v. functions

2003-07-18 Thread Andu
--On Friday, July 18, 2003 14:28:02 -0700 Chris Shiflett [EMAIL PROTECTED] wrote: --- Andu [EMAIL PROTECTED] wrote: This may show my ignorance or my refusal to take for granted something I don't fully understand but I have a hard time figuring out the advantage of using classes as opposed

[PHP] just testing

2003-07-18 Thread Andu
Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] classes v. functions

2003-07-19 Thread Andu
Thanks to all for your input. Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] TESTERS Needed!

2003-07-19 Thread Andu
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] TESTERS Needed!

2003-07-19 Thread Andu
--On Saturday, July 19, 2003 15:23:31 -0400 Andu [EMAIL PROTECTED] wrote: --On Saturday, July 19, 2003 20:02:52 +0100 Mark Clarkstone [EMAIL PROTECTED] wrote: Hey Guys I need People to test out My Program, Mini serve to find out more go to www.mini-networks.uni.cc The black text on dark

[PHP] nedit - previw html/php in browser

2003-07-19 Thread Andu
shell_command(in_browser ,) It implies you run Apache/php locally, obviously and you may need to adjust the server root path and/or mozilla location if not standard. Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: classes v. functions

2003-07-20 Thread Andu
balance I guess, is what I'm after. One shouldn't apply industrial theories to just everything. Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] list server problem

2003-07-20 Thread Andu
problem for which reason they reply to all or cc to the list, all of us ending up with a couple copies of the message. Is this something that can be fixed? Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] list server problem

2003-07-20 Thread Andu
--On Sunday, July 20, 2003 16:35:46 +0800 Jason Wong [EMAIL PROTECTED] wrote: On Sunday 20 July 2003 14:42, Andu wrote: Is it just me getting some messages 3 times? I also noticed that there is no Reply-To in the headers so every time I want to reply to the list I have to copy/paste the list's

Re: [PHP] list server problem

2003-07-20 Thread Andu
--On Monday, July 21, 2003 01:34:11 +0800 Jason Wong [EMAIL PROTECTED] wrote: On Monday 21 July 2003 00:39, Andu wrote: The executive summary is that there is nothing to be fixed. If you're using a less than adequate mail client which does not understand the mailing list info contained

Re: [PHP] Cleaning up my messy code

2003-09-29 Thread andu
://www.php.net/unsub.php Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Cleaning up my messy code

2003-09-29 Thread andu
. | `' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] attach file with mail() function??

2003-10-05 Thread andu
... Curt -- I used to think I was indecisive, but now I'm not so sure. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] attach file with mail() function??

2003-10-05 Thread andu
On Mon, 6 Oct 2003 13:07:36 +0800 Jason Wong [EMAIL PROTECTED] wrote: On Monday 06 October 2003 12:42, andu wrote: I was going to suggest, since you are into list statistics, to count how many of Mr Wang's replies consist of something more then a reference to the manual and similar (I

[PHP] -OT- Software Fashion

2003-10-06 Thread andu
I'm sure many of you read this on /. but in case you didn't here it is: http://www.softwarereality.com/soapbox/softwarefashion.jsp Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] (ANNOUNCE) New PHP mailing list *searchable* archives

2003-10-21 Thread andu
. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] (ANNOUNCE) New PHP mailing list *searchable* archives

2003-10-21 Thread andu
service than a mailing list. Challenging? Cheers, Marco Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] (ANNOUNCE) New PHP mailing list *searchable* archives

2003-10-21 Thread andu
engine. Marco Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] (ANNOUNCE) New PHP mailing list *searchable* archives

2003-10-21 Thread andu
(http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] (ANNOUNCE) New PHP mailing list *searchable* archives

2003-10-21 Thread andu
http://shiflett.org/ HTTP Developer's Handbook http://httphandbook.org/ RAMP Training Courses http://www.nyphp.org/ramp -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php