Re: [PHP] free usefull piece of code for everybody!

2002-02-09 Thread hugh danaher
Arik, Cute little applet. For your php project, I still think a map of all the known breweries would be nice. Everyone could put in their favorite. Hugh - Original Message - From: "Arik Ashepa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 09, 2002 10:19 AM Subject:

Re: [PHP] set_error_handler() not catching some errors

2002-02-09 Thread Charlie Killian
Thanks Mike. I updated display_errors = On and now I see the errors. Charlie > Sounds like you have your php.ini configured to not display errors, since > you are not seeing the parse error message in your HTML output... > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

[PHP] limit to X posts on each page?

2002-02-09 Thread Hawk
I have a newssystem on my homepage but you have to scroll rather long to get to the last post now, how do I limit it to show like 10 posts per page or something like that? With one document that is, I don't want to have a bunch of files with 10 posts in each .. :) -- PHP General Mailing List (

RE: [PHP] Sitenavigation

2002-02-09 Thread PHP NY
http://phpclasses.upperdesign.com/browse.html/package/371/ __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

[PHP] Phatt MySQL entry

2002-02-09 Thread Liam MacKenzie
Hi, I was wondering what you would do in this situation... I have a form, with 196 fields that I need entered into a database. But the form and it's contents need to be changed every day, and I need to store the old data in an archive so it can be accessed at a later date. That means that after

Re: [PHP] set_error_handler() not catching some errors

2002-02-09 Thread Michael Sims
At 04:36 PM 2/9/2002 -0800, Charlie Killian wrote: >But others like not including a semicolon returns nothing: >$d = 3 > >The page is not returned there is no error and the page is stopped being >parsed. This is by design. Quoting from http://bugs.php.net/bug.php?id=9386: [17 Jun 2001 4:56am]

[PHP] Sitenavigation

2002-02-09 Thread Raymond Lilleodegard
Hi! Is i possible to make a function that makes a prev and a next link on the page if it returns, say over 20 rows or hits in a query? Could anyone give me a hint if they know how to? Best regrds Raymond -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP] Re: Colecting IP information

2002-02-09 Thread cyberskydive
Dunno right off hand about NS and DNS but a simple getenv('REMOTE_ADDR'); will return the IP address of a user. "Philip J. Newman" <[EMAIL PROTECTED]> wrote in message 001d01c1b1c1$b33fec80$0401a8c0@philip">news:001d01c1b1c1$b33fec80$0401a8c0@philip... Trying to colect ip, and name server, dns n

Re: [PHP] mysql_select_db() problem

2002-02-09 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Lars Torben Wilson declared > I take it that the connection worked fine? (Yeah, dumb question, but you > never know.) Yeah, all is well as far as connections concerned. > What do you get if you use error checking? Well, that seems t

[PHP] set_error_handler() not catching some errors

2002-02-09 Thread Charlie Killian
set_error_handler() is passing some errors like: $d = x; Use of undefined constant x - assumed 'x' But others like not including a semicolon returns nothing: $d = 3 The page is not returned there is no error and the page is stopped being parsed. Any ideas? My handler function: Function errorHa

Re: [PHP] Parameters via Link

2002-02-09 Thread Lars Torben Wilson
On Sat, 2002-02-09 at 15:54, Manuel Ritsch wrote: > I have PHP Version 4.0.5 and register_globals turned on but it doesnt' work > =( Is it inside a function? If not, can you send me a copy of the script? Torben > "Lars Torben Wilson" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > 1013298469.979

Re: [PHP] Nested functions

2002-02-09 Thread Lars Torben Wilson
On Sat, 2002-02-09 at 15:40, DL Neil wrote: > Hi, > Have been experimenting with the array_walk function and a little array debug print >facility, but ran into a > problem with nested functions. The code can be written with nested functions and >successfully executed once; but > when repeatedly

Re: [PHP] Parameters via Link

2002-02-09 Thread Manuel Ritsch
I have PHP Version 4.0.5 and register_globals turned on but it doesnt' work =( "Lars Torben Wilson" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 1013298469.9790.13.camel@ali">news:1013298469.9790.13.camel@ali... > On Sat, 2002-02-09 at 15:39, Manuel Ritsch wrote: > > Still doesnt' work, any ither

Re: [PHP] Parameters via Link

2002-02-09 Thread Lars Torben Wilson
On Sat, 2002-02-09 at 15:39, Manuel Ritsch wrote: > Still doesnt' work, any ither suggestions? Sounds like you don't have register_globals turned on. (Don't turn it on! globals are eevviill! ;) Try: if ($_REQUEST['link'] == 'home') { . . . } Or, if using an older (pre-4.1.0) version of PHP

[PHP] Nested functions

2002-02-09 Thread DL Neil
Hi, Have been experimenting with the array_walk function and a little array debug print facility, but ran into a problem with nested functions. The code can be written with nested functions and successfully executed once; but when repeatedly executed an error appears. Can one code user-defined

Re: [PHP] Parameters via Link

2002-02-09 Thread Manuel Ritsch
Still doesnt' work, any ither suggestions? "Jason Wong" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED]... > On Saturday 09 February 2002 02:23, Manuel Ritsch wrote: > > Hey there > > > > I want to make a webpage out of one main pagewith php, if you press on a > > link i want th

[PHP] Colecting IP information

2002-02-09 Thread Philip J. Newman
Trying to colect ip, and name server, dns name from a user how do I do this? can you point me to the right place? Philip J. Newman Philip's Domain - Internet Project. http://www.philipsdomain.com/ [EMAIL PROTECTED] Phone: +64 25 6144012

Re: [PHP] mysql_select_db() problem

2002-02-09 Thread Lars Torben Wilson
On Sat, 2002-02-09 at 12:24, Nick Wilson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all, > I just can't see what could possibly be wrong with my php here: > > $sel_db=mysql_select_db("mydb") or die > ("could not get the bugger"); > exit; > > I can

php-general Digest 9 Feb 2002 21:25:49 -0000 Issue 1162

2002-02-09 Thread php-general-digest-help
php-general Digest 9 Feb 2002 21:25:49 - Issue 1162 Topics (messages 84092 through 84138): Dll on Visual Basic 84092 by: Edgardo Rossetto Script breaks connection? 84093 by: Cedric Ancellin file upload and change name 84094 by: will hives Help with query 8

RE: [PHP] ssl

2002-02-09 Thread Frank Hertogs
James, The problem has, in my case, nothing to do with switching from SSL to non SSL. On my non SSL test machine everything works 100% but when I run the same script on a different machine with SSL it doesn't work. I think I know where the problem I'm having is coming from; My non SSL connec

Re: [PHP] ok still want to join a project...

2002-02-09 Thread DL Neil
Emphasis on the second-last word? =dn - Original Message - From: "Nick Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 09 February 2002 18:24 Subject: Re: [PHP] ok still want to join a project... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > * and then Arik Ashepa

Re: [PHP] Modifying a record works but not in actual database?

2002-02-09 Thread Paul Roberts
try using // set up query $sql = "UPDATE thistable SET FNAME = \"$esc_fname\", LNAME = \"$esc_lname\", EMAIL = \"$esc_email\", WEB = \"$esc_web\" WHERE ID = \"$id\" "; variables aren't expanded inside ' so you need to use " Paul Roberts [EMAIL PROTECTED]

Re: [PHP] mysql_select_db() problem

2002-02-09 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Jeff Sheltren declared > It may be having a problem because you are not specifying which > connection to use. > > perhaps try something like this: > > if(!$db = @mysql_connect("$dbhost", "$dbuser", "$dbpasswd")) > die("An Error

Re: [PHP] Re: Table exists?

2002-02-09 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then CC Zona declared > In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] (Nick Wilson) wrote: > > > What would be the easiest way to see if a MySQL table exists with PHP? > > I can do it by checking against mysql_list_tables() but that

[PHP] Re: Console, colors and stuff

2002-02-09 Thread Richard
I thought about it, but in Windows 2000 and NT, you can't use ansi.sys from Win32 executables, only from Dos16 exe's. Richard "Alan McFarlane" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Try 'echo'ing ansi control sequences? > > -- > Alan > > Richard <[EMA

Re: [PHP] mysql_select_db() problem

2002-02-09 Thread Jeff Sheltren
It may be having a problem because you are not specifying which connection to use. perhaps try something like this: if(!$db = @mysql_connect("$dbhost", "$dbuser", "$dbpasswd")) die("An Error Occured. Unable to connect to the database."); if(!@mysql_select_db("$dbname",$db)) die("An Er

[PHP] Re: Table exists?

2002-02-09 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Nick Wilson) wrote: > What would be the easiest way to see if a MySQL table exists with PHP? > I can do it by checking against mysql_list_tables() but that seems a > little clumsy. Is there a better way? See MySQL's documentation of the "CREATE

[PHP] mysql_select_db() problem

2002-02-09 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I just can't see what could possibly be wrong with my php here: $sel_db=mysql_select_db("mydb") or die ("could not get the bugger"); exit; I can 'USE mydb' just fine from the command line so what's the problem?

[PHP] rating system

2002-02-09 Thread Wolfram Kriesing
does anyone know a very flexible rating system, written in php of course? i have an application where i want to rate different data that the application saves and may relate the data to each other. I.e. a very active/known/famous/any-attribute user rates an item, then this vote might weigh more th

Re: [PHP] Re: Table exists?

2002-02-09 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Martin C. Petersen declared > Do a select on the table - if the query returns true the table exists > otherwise the test is inconclusive.. Yep, that'l do it. cheers. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 We

Re: [PHP] Age

2002-02-09 Thread Edward van Bilderbeek - Bean IT
don't know if there is some "date_diff" -like function, but you can do it this way: $now = getdate(); $nw_year = $now["year"]; $nw_month = $now["mon"]; $nw_day = $now["mday"]; $chk_date = "09/02/1977"; list ($chk_day, $chk_month, $chk_year) = explode("/", $chk_date); print $nw_year; $age = $nw_

[PHP] Re: Table exists?

2002-02-09 Thread Martin C. Petersen
Nick Wilson wrote: > What would be the easiest way to see if a MySQL table exists with PHP? > I can do it by checking against mysql_list_tables() but that seems a > little clumsy. Is there a better way? Do a select on the table - if the query returns true the table exists otherwise the test is in

[PHP] Re: Console, colors and stuff

2002-02-09 Thread Alan McFarlane
Try 'echo'ing ansi control sequences? -- Alan Richard <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hey Boys, > > I'm using PHP CGI version on Win32 to write some scripts. Not for a website > or anything, just some scripting at the console window. So now I w

[PHP] Re: I'm new here is there.....

2002-02-09 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Cyberskydive) wrote: > I know this php.general - is there another newsgroup which specifically > deals with help issues? PHP General does deal with help issues. Alternatively, you can post to . -- CC -- PHP General Mailing

Re: [PHP] free usefull piece of code for everybody!

2002-02-09 Thread Jason Wong
On Sunday 10 February 2002 02:19, Arik Ashepa wrote: [snip] > // now send the picture to the client (this outputs all image data > directly) imagePNG($image); Very nice! Hey someone give this guy a project to work on :) -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /* Never a

[PHP] Table exists?

2002-02-09 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, What would be the easiest way to see if a MySQL table exists with PHP? I can do it by checking against mysql_list_tables() but that seems a little clumsy. Is there a better way? - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:

Re: [PHP] Modifying a record works but not in actual database?

2002-02-09 Thread Jason Wong
On Sunday 10 February 2002 02:10, [EMAIL PROTECTED] wrote: > Thanks Jason, switching the single and double quotes did the trick! > > Now, I'm curious - what's the rule of thumb for when using single quotes > and double quotes? Basically: Anything inside single quotes stays exactly as it is. Any

[PHP] Re: Exact string replacement...

2002-02-09 Thread liljim
Hello Desikan, this should suit your needs. ~James > Please help me out in the following... > > $is='is'; > echo eregi_replace(" ".$is." "," ","This is a test string which contains > is in dismissal"); > ?> > > > Actually I want to replace "is" alone from the string and not all the > words t

Re: [PHP] ok still want to join a project...

2002-02-09 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Arik Ashepa declared > nice... anyone else has an idea? How about a Haiku db? The php list a place for conversation with other nutters Hehe,. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingne

[PHP] free usefull piece of code for everybody!

2002-02-09 Thread Arik Ashepa
a random image maker based on the gd library (PNG)... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] forms page

2002-02-09 Thread Ronald D Wahlen
Hello PHP Group, Thanks for the information on the books. I have a questions about a forms page. I wish to create a page using PHP to create a page that is submitted to my email address. Is this similar to HTML? Also, if you have any good examples out there on the web - I'd like to take a look.

Re: [PHP] Modifying a record works but not in actual database?

2002-02-09 Thread [EMAIL PROTECTED]
Thanks Jason, switching the single and double quotes did the trick! Now, I'm curious - what's the rule of thumb for when using single quotes and double quotes? Thanks! -- Laurie Landry [EMAIL PROTECTED] - email (604) 693-1120 - voicemail/fax Jason Wong <[EMAIL PROTECTED]> wrote: > On S

[PHP] Age

2002-02-09 Thread André Felix Miertschink
Could anybody find out the simplest method of calculating the age? The date of birth is in the format string ('01/01/1977'). André -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ok still want to join a project...

2002-02-09 Thread Arik Ashepa
nice... anyone else has an idea? Jason Wong wrote: > On Sunday 10 February 2002 01:42, Arik Ashepa wrote: > >>any offers? or start one... >> > > If you're still stuck for ideas, how about a jobs board, something like > monster.com? > > > -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Modifying a record works but not in actual database?

2002-02-09 Thread Jason Wong
On Sunday 10 February 2002 00:47, [EMAIL PROTECTED] wrote: > I'm trying to set up a "modify record" page, and after testing and > triple-checking the syntax and form, and even running the query in the > phpMyAdmin interface to make sure the query is correct. > > This is just a snippet of what I've

Re: [PHP] ok still want to join a project...

2002-02-09 Thread Jason Wong
On Sunday 10 February 2002 01:42, Arik Ashepa wrote: > any offers? or start one... If you're still stuck for ideas, how about a jobs board, something like monster.com? -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /* Kaufman's First Law of Party Physics: Population dens

[PHP] ok still want to join a project...

2002-02-09 Thread Arik Ashepa
any offers? or start one... Arik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Console, colors and stuff

2002-02-09 Thread Richard
Hey Boys, I'm using PHP CGI version on Win32 to write some scripts. Not for a website or anything, just some scripting at the console window. So now I want to change the text color, clear the screen, and the other usual stuff. Just like I can do with ncursus on the Linux version of PHP. Only, I c

[PHP] Modifying a record works but not in actual database?

2002-02-09 Thread [EMAIL PROTECTED]
I'm trying to set up a "modify record" page, and after testing and triple-checking the syntax and form, and even running the query in the phpMyAdmin interface to make sure the query is correct. This is just a snippet of what I've done: The problem? On the PHP front (my "mofidy record" page) sa

[PHP] I'm new here is there.....

2002-02-09 Thread cyberskydive
I know this php.general - is there another newsgroup which specifically deals with help issues? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Any way to protect cookies?

2002-02-09 Thread Arik Ashepa
Well, I guess using session instead of cookies for start and using a database, text-file whatever to store their html code, each user his own code... hope this helps Arik Leif K-Brooks wrote: > I have a website with logins, personal profiles, and stuff. I'd like to > allow people to have htm

[PHP] Re: Exact string replacement...

2002-02-09 Thread cyberskydive
use substr_replace string substr_replace(string text, string replacement, integer start, integer length) EG: '); print(substr_replace($text, "are", 10, 2)); ?> 10 is the place where you want it to start replacement, 2 (is) more forward it ends. "Desikan" <[EMAIL PROTECTED]> wrote in message

[PHP] Any way to protect cookies?

2002-02-09 Thread Leif K-Brooks
I have a website with logins, personal profiles, and stuff. I'd like to allow people to have htmlin their profiles, but if I did, they could use javascript to get people's cookies and hack their accounts! What can I do? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Well I made it work...but

2002-02-09 Thread cyberskydive
hi! I was unable to find any pre-written php code for a survey without a database and using text files. So I was faced with the challenge of writing my first script! -lol What I eventually ended up with was a 3 answer poll, that will be called for as many questions as I need, then I wil display t

Re: [PHP] attachment problem

2002-02-09 Thread Analysis and Solutions
Hi Olev: There are several threads on this in the archives. In fact it was discussed just the other day. http://groups.google.com/groups?hl=en&group=php.general Put "mime email" into the search criteria and that discussion is the third one down. Enjoy, --Dan -- PHP scripts

Re: [PHP] One more quickie

2002-02-09 Thread Dennis Moore
$qr="select DATE_FORMAT(date_field,\"%Y-%d\") as fmt_date from table $whereclause"; then grab 'fmt_date' from the results... > Don´t really want to bother you with these quickies - but: > > If i have a result from mysql that is a date (2002-02-09) - how do i change > that into a variable with

Re: [PHP] One more quickie

2002-02-09 Thread Edward van Bilderbeek - Bean IT
or: SELECT LEFT(date, 7) as YearAndMonth FROM table; Edward - Original Message - From: "val petruchek" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Saturday, February 09, 2002 2:28 PM Subject: Re: [PHP] One more quickie > > Don?t really want to bother you with these quick

Re: [PHP] One more quickie

2002-02-09 Thread val petruchek
> Don?t really want to bother you with these quickies - but: > > If i have a result from mysql that is a date (2002-02-09) - how do i change > that into a variable with only the first 7 characters (2002-02)? > SELECT year(data), month (data) from table; Valentin Petruchek (aki Zliy Pes) *** Cut

[PHP] One more quickie

2002-02-09 Thread Daniel Alsén
Don´t really want to bother you with these quickies - but: If i have a result from mysql that is a date (2002-02-09) - how do i change that into a variable with only the first 7 characters (2002-02)? Thanks # Daniel Alsén| www.mindbash.com # # [EMAIL PROTECTED] | +46 704 86 14 92 # # ICQ: 6

SV: [PHP] Help with query

2002-02-09 Thread Daniel Alsén
Thanks guys! - Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Help with query

2002-02-09 Thread val petruchek
> Hi, > > i can?t seem to get my head to wake up... > > How would i do to count how many different values that exists in a mysql > field? Ie i have a date-field and need to know how many different dates that > exists in the table. select count(distinct name) from site; in Mysql Valentin Petruche

Re: [PHP] Help with query

2002-02-09 Thread Bas Jobsen
$number=mysql_num_rows(mysql_query("SELECT DISTINCT date FROM $table")); Op zaterdag 09 februari 2002 13:41, schreef Daniel Alsén: > Hi, > > i can´t seem to get my head to wake up... > > How would i do to count how many different values that exists in a mysql > field? Ie i have a date-field and ne

[PHP] Help with query

2002-02-09 Thread Daniel Alsén
Hi, i can´t seem to get my head to wake up... How would i do to count how many different values that exists in a mysql field? Ie i have a date-field and need to know how many different dates that exists in the table. Regards # Daniel Alsén| www.mindbash.com # # [EMAIL PROTECTED] | +46 704

[PHP] file upload and change name

2002-02-09 Thread will hives
Hi, Does anyone know how to change the name of and image and save the new name to the database? I know how to do a standard file upload, but can't seem to get the new new to be saved into the databaseany pointers would be fantastic. Cheers Will -- PHP General Mailing List (http://www.php

[PHP] Script breaks connection?

2002-02-09 Thread Cedric Ancellin
I have a scripts, which, when runs, breaks the connection to Apache and I have no idea why. This script has lots of function calls, some return large arrays. After I've trim the scripts to the point where it connects and run, if I add a printf("Hello World") or any custom function I get this er

[PHP] Dll on Visual Basic

2002-02-09 Thread Edgardo Rossetto
Hi, Basically, what I want to do is call php4ts.dll (or whatever) to use highlight_string/file function on Visual Basic and return it on a ritchtextbox. Is this possible? Help! Regards, Edgardo Rossetto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.p

php-general Digest 9 Feb 2002 09:13:14 -0000 Issue 1161

2002-02-09 Thread php-general-digest-help
php-general Digest 9 Feb 2002 09:13:14 - Issue 1161 Topics (messages 84052 through 84091): Re: session register!! 84052 by: Erik Price 84054 by: Cristian Cerda 84078 by: Janet Valade Re: Trying to put ips into database 84053 by: Daniel C. BAUFAY 8405

Re: [PHP] Php Projects

2002-02-09 Thread Alan McFarlane
I've already got the steady supply of beer, but a backup? remind me - what's that word mean again... Alan McFarlane (Just after suffering a major NT dual server crash when the bac Nick Wilson <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > -BEGIN PGP SIGNE

Re: [PHP] Exact string replacement...

2002-02-09 Thread Brian Clark
* Desikan ([EMAIL PROTECTED]) [Feb 09. 2002 03:33]: > hi there, Backatcha, > Have u tried this... >$string = 'foo'; > print preg_replace("/^\s$string\s/",' ','bfoo foo foobar.') . "\n"; > print eregi_replace("^[[:space:]]".$string."[[:space:]]",' ','bfoo > foo alfoobar.') .

Re: [PHP] Exact string replacement...

2002-02-09 Thread Desikan
hi there, Have u tried this... This is not working properly.. Output I got is bfoo foo foobar. bfoo foo alfoobar help me out Rgds, Desikan On Sat, 9 Feb 2002 03:01:40 -0500, "Brian Clark" <[EMAIL PROTECTED]> said: > * Desikan ([EMAIL PROTECTED]) [Feb 09. 2002 02:52]: > > > hi Tha