[PHP-DEV] Re: problems on building php_win32 release binaries

2003-02-03 Thread moshe doron
http://www.php.net/manual/en/install.windows.php follow the steps releted to win32build. anyway u always can use cygwin building the source. moshe -- Ernani Joppert Pontes Martins [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi Fellows, I was

Re: [PHP-DEV] Mono PHP

2003-02-03 Thread Alan Knowles
I'm having fun with it :) /usr/src/php/php5/ext/sockets/php_sockets.h:89: conflicting types for `SOCKET' /usr/include/mono/io-layer/uglify.h:38: previous declaration of `SOCKET' also had a bit of trouble with mono's exception.h including config.h (which wasnt installed into the bulid stuff)

Re: [PHP-DEV] Problems with zand_API.c

2003-02-03 Thread Sebastian Bergmann
Marcus Börger wrote: Since i have no karma there somebody else must fix this. Done, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing

Re: [PHP-DEV] Mono PHP

2003-02-03 Thread Dan Hardiker
Is it true you can catch mono from using php? -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software Systems Engineer First Creative -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Mono PHP

2003-02-03 Thread Maxim Maletsky
Seems like it :) In a pre-alpha phase ;) Ans, I also want to do the same for Ruby (in case you haven't heard ;) ) -- Maxim Maletsky [EMAIL PROTECTED] Dan Hardiker [EMAIL PROTECTED] wrote... : Is it true you can catch mono from using php? -- Dan Hardiker [[EMAIL PROTECTED]] ADAM

Re: [PHP-DEV] problems on building php_win32 release binaries

2003-02-03 Thread Maxim Maletsky
you need to include a few libs to VC before building. Most of it is within win32build.zip, which you should unpack on your system and set the inc/lib/bin of your VC pointing there. Should fix your issues. -- Maxim Maletsky [EMAIL PROTECTED] Ernani Joppert Pontes Martins [EMAIL PROTECTED]

Re: [PHP-DEV] preg_replace oddity [exploitable]

2003-02-03 Thread Maxim Maletsky
James E. Flemer [EMAIL PROTECTED] wrote... : I found a more evil example: ?php $a = ___! `rm -rf /tmp/sess_*` !___; $b = preg_replace(/!(.*)!/e, print(\\1);, $a); ? This happily executes rm -rf /tmp/sess_*. I will not give out more examples, but if one examines the code for

Re: [PHP-DEV] [PATCH] sapi/nsapi/nsapi.c

2003-02-03 Thread Uwe Schindler
The variables you explain are surely there. But a lot of scripts depend on other headers, which the client sent. The SAPI module only creates Variables for a subset of them (HTTP_USER_AGENT). But not for all like the other SAPI modules. So with this patch you get for example the missing

[PHP-DEV] Segfault with ZE2

2003-02-03 Thread John Coggeshall
I'll file a bug report on this, but I wasn't sure if it would get noticed and figured those involved might be interested... As of the CVS from last Monday (as well as head) ZE2 is segfaulting... Here's the bt.. #0 0x081114b4 in zend_register_functions (scope=0x0, functions=0x4001a260,

[PHP-DEV] please apply to PHP_4_3 branch: servlet build fix

2003-02-03 Thread Giuseppe Tanzilli - CSF
hi, committed some fixes to build the servlet sapi, but have no permission to commit this small fix, please apply to 4_3 branch thanks a log Giuseppe -- --- Giuseppe Tanzilli [EMAIL PROTECTED] CSF Sistemi srl phone ++39 0775 7771 Via del

[PHP-DEV] [begginer] openssl problem when compiling

2003-02-03 Thread Lucas M. Kalita
Hi, I'm trying to compile my own module, but i keep getting errors in: /bin/sh libtool --silent --mode=compile gcc -Imain/ -I/root/php4/main/ -DPHP_ATOM_INC -I/root/php4/include -I/root/ php4/main -I/root/php4 -I/root/php4/Zend -I/usr/local/include -I/usr/include /libxml2

Re: [PHP-DEV] please apply to PHP_4_3 branch: servlet build fix

2003-02-03 Thread Moriyoshi Koizumi
Hi, Where's the patch? Perhaps the attachment was eliminated by the list program. Try suffixing it with .txt or inlining it. Thanks Moriyoshi Giuseppe Tanzilli - CSF [EMAIL PROTECTED] wrote: hi, committed some fixes to build the servlet sapi, but have no permission to commit this small

Re: [PHP-DEV] Question on bug list

2003-02-03 Thread Sander Roobol
On Sun, Feb 02, 2003 at 01:17:41PM -0800, Sara Golemon wrote: Jesus suggested the same thing, I'm trying out a few different approaches to see what looks best, I'll post again when I have something usable. http://frankenbox.alphaweb.net/test/export.phps Looks good and useful. +1.

[PHP-DEV] CVS Account Request: cellog

2003-02-03 Thread Greg Beaver
help develop smarty template engine, help develop pear script for windows/linux to get it working properly to install phpDocumentor -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: zend_API.c

2003-02-03 Thread Andrei Zmievski
2003-02-02 Harald Radi [EMAIL PROTECTED] * zend_API.c zend_API.h: extend the parameter parsing API by two functions for parsing method parameters with automatic detection if the function was called as such or as a class method (with a valid this ptr).

[PHP-DEV] Re: zend_API.c

2003-02-03 Thread Harald Radi
hi andrei, what would you think if we add a zend_parse_method_parameters() function to the parse parameters API ? as you're maintaining that part of the code i thought it would be a good idea to ask you first, before i'm going to commit something. :) to be serious: it is not yet used anywhere,

[PHP-DEV] can't get wincvs to ask for login

2003-02-03 Thread Greg Beaver
Hi, I'm trying to commit some changes, and can't get wincvs to log me in or even to request a password with pserver. I've changed the username from cvsread to cellog. Anyone with wincvs experience know how to make the stupid thing work? Greg -- PHP Development Mailing List

Re: [PHP-DEV] Mono PHP

2003-02-03 Thread Sterling Hughes
On Mon, 2003-02-03 at 03:51, Alan Knowles wrote: I'm having fun with it :) /usr/src/php/php5/ext/sockets/php_sockets.h:89: conflicting types for `SOCKET' /usr/include/mono/io-layer/uglify.h:38: previous declaration of `SOCKET' also had a bit of trouble with mono's exception.h including

RE: [PHP-DEV] can't get wincvs to ask for login

2003-02-03 Thread James Cox
Hi, I'm trying to commit some changes, and can't get wincvs to log me in or even to request a password with pserver. I've changed the username from cvsread to cellog. Anyone with wincvs experience know how to make the stupid thing work? Your best bet is to use the CVS win32 port,

[PHP-DEV] Re: can't get wincvs to ask for login

2003-02-03 Thread Harald Radi
menu - admin - login Greg Beaver [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED]... Hi, I'm trying to commit some changes, and can't get wincvs to log me in or even to request a password with pserver. I've changed the username from cvsread to cellog. Anyone with wincvs

[PHP-DEV] Re: zend_API.c

2003-02-03 Thread Andrei Zmievski
On Mon, 03 Feb 2003, Harald Radi wrote: it is not yet used anywhere, so we can still change it however we want. if you think it doesn't belong there we can even remove it, but i already needed that functionality in 3+ extensions and i guess you even will like it for your gtk stuff. i even have

[PHP-DEV] RE: zend_API.c

2003-02-03 Thread Harald Radi
-Original Message- From: Andrei Zmievski [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 4:04 PM Continuing from IRC discussion: why do we need extensions that provide both function and object APIs for the same functionality? Are we trying to emulate Perl or

[PHP-DEV] Re: zend_API.c

2003-02-03 Thread Andrei Zmievski
On Mon, 03 Feb 2003, Harald Radi wrote: because people prefer either the one or the other way to manipulate things. people not familiar with oo will most likely not not stick with the oo api nor will they be happy if they're forced to use it. on the other hand people writing their scripts

Re: [PHP-DEV] can't get wincvs to ask for login

2003-02-03 Thread Maxim Maletsky
it happens if you are behind the firewall. If so, then create the SSH tunnel from localhost:2401 to cvs.php.net:2401 and connect to localhost instead -- Maxim Maletsky [EMAIL PROTECTED] Greg Beaver [EMAIL PROTECTED] wrote... : Hi, I'm trying to commit some changes, and can't get wincvs

[PHP-DEV] RE: zend_API.c

2003-02-03 Thread Harald Radi
From: Andrei Zmievski [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 4:18 PM so the question is to give rope or not. Ugh, so following your line of reasoning we should rewrite all extensions to provide both function and OO apis? A better approach would be to have

Re: [PHP-DEV] can't get wincvs to ask for login

2003-02-03 Thread Andrey Hristov
Try out : http://www.tortoisecvs.org/ This is shell extension to explorer.exe .Everything is done with the right button of the mouse wherever you are (except Java programs). On the same page there is project for Subversion shell of the same type. Andrey - Original Message - From: Greg

[PHP-DEV] Re: zend_API.c

2003-02-03 Thread Andrei Zmievski
On Mon, 03 Feb 2003, Harald Radi wrote: that would be a big step back again for several reasons: -) if done in c code you have one function serving as function and method, thus you have the same order/amount of arguments for the function _and_ the method. I don't see this as an issue - the

[PHP-DEV] RE: zend_API.c

2003-02-03 Thread Harald Radi
-) we finally brought down the cost of handling object beeing virtually the same as for handling resources, so why should we try that hard to make the damn thing slow again ? You are proving my point - the cost of handling objects is minimal, so why not do it in userland? because

[PHP-DEV] Re: zend_API.c

2003-02-03 Thread Andrei Zmievski
On Mon, 03 Feb 2003, Harald Radi wrote: because then we have userland - ze2 oo - userland - php function instead of userland - php function. maybe that's negligable, i didn't benchmark it. Hmm, care to explain this? It should just be object call - PHP function call. exception vs. warning.

[PHP-DEV] RE: zend_API.c

2003-02-03 Thread Harald Radi
On Mon, 03 Feb 2003, Harald Radi wrote: because then we have userland - ze2 oo - userland - php function instead of userland - php function. maybe that's negligable, i didn't benchmark it. Hmm, care to explain this? It should just be object call - PHP function call. if $obj is an

Re: [PHP-DEV] can't get wincvs to ask for login

2003-02-03 Thread Greg Beaver
Hi Andrey, Tortoisecvs is much better than wincvs, thank you. The only other problem I have is that cvs says I don't have karma to commit things in smarty. I assume this is because I have a new account, but if I should have enough karma to commit, I may have configured something wrong (although

Re: [PHP-DEV] can't get wincvs to ask for login

2003-02-03 Thread Andrey Hristov
Did you checked out from smarty with your new account or with anonymous ? Andrey - Original Message - From: Greg Beaver [EMAIL PROTECTED] To: Andrey Hristov [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, February 03, 2003 6:42 PM Subject: Re: [PHP-DEV] can't get wincvs to ask for

[PHP-DEV] Re: zend_API.c

2003-02-03 Thread Andrei Zmievski
On Mon, 03 Feb 2003, Harald Radi wrote: if $obj is an overloaded object $obj-method() would directly call the native implementation of method(), if it is a pear object, $obj-method() will result in a userspace method invokation that actually calls the native implementation adding a further

Re: [PHP-DEV] can't get wincvs to ask for login

2003-02-03 Thread Greg Beaver
Hi, I manually modified the Root file in each dir to have [EMAIL PROTECTED] instead of cvsread. The problem was karma, everything should be fixed now. Thanks, Greg - Original Message - From: Andrey Hristov [EMAIL PROTECTED] To: Greg Beaver [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent:

[PHP-DEV] RE: zend_API.c

2003-02-03 Thread Harald Radi
It's a difference between doing a call_user_function_ex() and invoking the handler directly. i don't get your point. how would such a pear class look like ? you're missing the point. if i invoke a method i don't expect it to print a warning, i expect it to throw an exception (most

Re: [PHP-DEV] preg_replace oddity [exploitable]

2003-02-03 Thread James E. Flemer
On Mon, 3 Feb 2003, Maxim Maletsky wrote: James E. Flemer [EMAIL PROTECTED] wrote... : I found a more evil example: ?php $a = ___! `rm -rf /tmp/sess_*` !___; $b = preg_replace(/!(.*)!/e, print(\\1);, $a); ? This happily executes rm -rf /tmp/sess_*. I will not give out

[PHP-DEV] CVS Account Request: hatem

2003-02-03 Thread Hatem Ben
contributions to arabic documentation translation (php pear manual). thx -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] writing test cases

2003-02-03 Thread Kai Schröder
Hi all, please take care if you write test cases. Tests for PHP5/ZE2 only are also in the PHP4 branch, but some of them have no SKIPIF for versions 5.0.0, please use version_compare() to skip these tests for lower versions. Same problem with tests for changed functions (for instance range()).

Re: [PHP-DEV] writing test cases

2003-02-03 Thread Moriyoshi Koizumi
Kai Schröder [EMAIL PROTECTED] wrote: In addition to my yesterday's mail I've found a new broken test: tests/lang/bug21961.phpt Fixed. Thanks for the notification. Moriyoshi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] writing test cases

2003-02-03 Thread Harald Radi
that's not true guys, PHP4 is in the PHP_4_3 branch and if you don't explicitely commit the tests to that branch they won't be there. HEAD is PHP5. there's no need for comparing versions or whatever except if you want to make one test work differently for both php versions. harald Moriyoshi

Re: [PHP-DEV] writing test cases

2003-02-03 Thread Moriyoshi Koizumi
I got the same idea in the first place and so I didn't append SKIPIF section. I simply don't know much about Windows testruns. Moriyoshi Harald Radi [EMAIL PROTECTED] wrote: that's not true guys, PHP4 is in the PHP_4_3 branch and if you don't explicitely commit the tests to that branch they

[PHP-DEV] Using CLI as a shell

2003-02-03 Thread Marcus Börger
After adding -B, -F, -R and -E which will hopefully liked by the rest of development team so that the stuff need not to be removed. I (or better a friend of mine) had another idea. Here comes: Why not use CLI as a shell? I'd say adding a command line switch say -S which parses and executes

Re: [PHP-DEV] Using CLI as a shell

2003-02-03 Thread Derick Rethans
On Mon, 3 Feb 2003, Marcus [iso-8859-1] Börger wrote: After adding -B, -F, -R and -E which will hopefully liked by the rest of development team so that the stuff need not to be removed. Perhaps start by explaining what they do? I (or better a friend of mine) had another idea. Here comes:

RE: [PHP-DEV] writing test cases

2003-02-03 Thread Kai Schröder
that's not true guys, PHP4 is in the PHP_4_3 branch and if you don't explicitely commit the tests to that branch they won't be there. HEAD is PHP5. Because tests are not in the win32 snaps, I make cvs -z9 -d :pserver:[EMAIL PROTECTED]:/repository co php4 to checkout the PHP4 branch. Is this

RE: [PHP-DEV] writing test cases

2003-02-03 Thread Derick Rethans
On Mon, 3 Feb 2003, [iso-8859-1] Kai Schröder wrote: that's not true guys, PHP4 is in the PHP_4_3 branch and if you don't explicitely commit the tests to that branch they won't be there. HEAD is PHP5. Because tests are not in the win32 snaps, I make cvs -z9 -d :pserver:[EMAIL

RE: [PHP-DEV] writing test cases

2003-02-03 Thread Jani Taskinen
On Mon, 3 Feb 2003, Derick Rethans wrote: On Mon, 3 Feb 2003, [iso-8859-1] Kai Schröder wrote: that's not true guys, PHP4 is in the PHP_4_3 branch and if you don't explicitely commit the tests to that branch they won't be there. HEAD is PHP5. Because tests are not in the win32 snaps, I

Re: [PHP-DEV] Using CLI as a shell

2003-02-03 Thread Marcus Börger
At 19:37 03.02.2003, Derick Rethans wrote: On Mon, 3 Feb 2003, Marcus [iso-8859-1] Börger wrote: After adding -B, -F, -R and -E which will hopefully liked by the rest of development team so that the stuff need not to be removed. Perhaps start by explaining what they do? First simply use php

Re: [PHP-DEV] Using CLI as a shell

2003-02-03 Thread gk
At 07:31 PM 2/3/2003 +0100, Marcus Börger wrote: After adding -B, -F, -R and -E which will hopefully liked by the rest of development team so that the stuff need not to be removed. I (or better a friend of mine) had another idea. Here comes: I am glad to hear someone else is interested in

Re: [PHP-DEV] Using CLI as a shell

2003-02-03 Thread Harald Radi
There is a difference between interactive mode and this idea. The idea was to execute every single line. So if you type 'echo Hello\n; and press enter Hello should be displayed. i like this idea, so i no longer have to type echo Hello on my bash prompt :) harald -- PHP Development Mailing

Re: [PHP-DEV] [PATCH] sapi/nsapi/nsapi.c

2003-02-03 Thread Shane Caraveo
Excelent, The CGI vars are correct. One less sapi module to deal with :) Shane Uwe Schindler wrote: The variables you explain are surely there. But a lot of scripts depend on other headers, which the client sent. The SAPI module only creates Variables for a subset of them (HTTP_USER_AGENT).

Re: [PHP-DEV] Using CLI as a shell

2003-02-03 Thread Richard Heyes
There is a difference between interactive mode and this idea. The idea was to execute every single line. So if you type 'echo Hello\n; and press enter Hello should be displayed. i like this idea, so i no longer have to type echo Hello on my bash prompt :) At least with this (presumably)

RE: [PHP-DEV] Using CLI as a shell

2003-02-03 Thread David Sklar
There is a difference between interactive mode and this idea. The idea was to execute every single line. So if you type 'echo Hello\n; and press enter Hello should be displayed. i like this idea, so i no longer have to type echo Hello on my bash prompt :) At least with this

Re: [PHP-DEV] RE: zend_API.c

2003-02-03 Thread Andi Gutmans
Hey, I think the discussion you guys are having is much broader than just mysqli. We should probably come up with a general approach which we will use consistently for PHP 5. I suggest we move this discussion to the PHP 5 dev list and try and come up with a good solution. Obviously we will

Re: [PHP-DEV] [PATCH] sapi/nsapi/nsapi.c

2003-02-03 Thread Uwe Schindler
I worked this afternon on rewriting a lot of things in the module which now gives the php script almost the same variables like the apache sapi module (as provided). For comparison: same request on two different servers, one with apache other with iplanet: iplanet: _GET[huhu] haha

[PHP-DEV] OO in PHP5 (was zend_API.c on php-dev)

2003-02-03 Thread Harald Radi
Hrmfpsd, while commiting a new functions the parameter parsing API i appearently brought up a discussion about the meaning of life and stuff :) As asked by Andi i'm bringing the discussion to php5-dev with a short summary: andrei's point: extensions should stick to either functional or oo API

[PHP-DEV] PHP 5 mailing list

2003-02-03 Thread Dan Kalowsky
To all concerned, I would like to request that yet again the PHP5 mailing list be made public and no longer kept private. Given that comments in the past few hours have centered around the existence of the mailing list, it seems rather absurd to continue the secrecy notion. To those who will

Re: [PHP-DEV] PHP 5 mailing list

2003-02-03 Thread Andi Gutmans
At 03:22 PM 2/3/2003 -0500, Dan Kalowsky wrote: To all concerned, I would like to request that yet again the PHP5 mailing list be made public and no longer kept private. Given that comments in the past few hours have centered around the existence of the mailing list, it seems rather absurd to

Re: [PHP-DEV] OO in PHP5 (was zend_API.c on php-dev)

2003-02-03 Thread George Schlossnagle
On Monday, February 3, 2003, at 03:20 PM, Harald Radi wrote: Hrmfpsd, while commiting a new functions the parameter parsing API i appearently brought up a discussion about the meaning of life and stuff :) As asked by Andi i'm bringing the discussion to php5-dev with a short summary:

Re: [PHP-DEV] OO in PHP5 (was zend_API.c on php-dev)

2003-02-03 Thread Sterling Hughes
On Mon, 2003-02-03 at 15:41, George Schlossnagle wrote: On Monday, February 3, 2003, at 03:20 PM, Harald Radi wrote: Hrmfpsd, while commiting a new functions the parameter parsing API i appearently brought up a discussion about the meaning of life and stuff :) As asked by Andi i'm

[PHP-DEV] Bug # 13551, bcmath scale:: when to apply

2003-02-03 Thread Sara Golemon
Andi, Nicos assigned this bug to you a month ago, but since I've seen no activity (and it's entirely possible you didn't know he'd assigned it) I went ahead and took a crack at it. Would you care to give me the go ahead to commit/close for you? ...or tell me to mind my own bugs? :) Patches

Re: [PHP-DEV] Register Shutdown Function for Apache

2003-02-03 Thread Joseph Tate
Here is an updated patch which copies a few of the methods from main/main.c::php_request_shutdown to sapi/apache/sapi_apache.c::apache_php_module_main. This has flushed both the headers and output buffers in my two test scripts. Now I need to figure out a way to make sure these don't get called

Re: [PHP-DEV] Register Shutdown Function for Apache

2003-02-03 Thread Brian Moon
Hmm, there is #define MOD_PHP4_H in sapi/apache/mod_php4.h. Not real descriptive, but seems to be unique to the Apache sapi. Brian Moon dealnews.com - Original Message - From: Joseph Tate [EMAIL PROTECTED] To: Brian Moon [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL

[PHP-DEV] Re: OO in PHP5 (was zend_API.c on php-dev)

2003-02-03 Thread Ivan Ristic
andrei's point: extensions should stick to either functional or oo API PEAR wrappers can be provided my point: extensions should expose both APIs (if desired) can be done by aliasing functions to class methods - no duplicate c code when called as function - print warning when called as method -

Re: [PHP-DEV] PHP 5 mailing list

2003-02-03 Thread Ivan Ristic
I am very happy that the mailing-list tab on the PHP main web site doesn't include it yet. I'd prefer only people who are active in the developer's community (i.e. php-dev, php-qa) to be part it. Was there ever a discussion of introducing a more formal organisation into the development

[PHP-DEV] Re: Another bugs.php.net question

2003-02-03 Thread nicos
What about posting a new bug report (Feature request) as a documentation problem? :-p -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. Marcus Börger [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] The assigne bugs reminder

[PHP-DEV] CVS Account Request: thetaphi

2003-02-03 Thread Uwe Schindler
As I submitted a patch for the buggy NSAPI SAPI module I wish to work towards maintaining the NSAPI. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Bug # 13551, bcmath scale:: when to apply

2003-02-03 Thread Andi Gutmans
Hi, Indeed I wasn't aware of this bug report. It seems as if your patch is fine although I could only look at it briefly. It does look strange that you need to initialize the resulting scale manually. I thought the BC functions are supposed to take care of returning the results as the right

[PHP-DEV] changed/new tests for Win32

2003-02-03 Thread Kai Schröder
I've changed some tests to reduce failed test count on Windows to 7 (latest php4-win32 snap): Bug #21131: fopen($filename, a+) has broken position [D:\work\php4\ext\standard\tests\file\bug21131.phpt] Various pow() tests [D:\work\php4\ext\standard\tests\math\pow.phpt] unserialize() floats with E

[PHP-DEV] sending a hyperlink in an email

2003-02-03 Thread Cassie Quillen
PHP newbie. I'm working on a flash piece that writes to a .php file that then sends the data to email address that was in the flash form. This all works. What I need to add is a hyperlink to this email that goes out. Not sure what syntax to write in the PHP file to do this. Help? tx, morgen

Re: [PHP-DEV] sending a hyperlink in an email

2003-02-03 Thread Magnus Määttä
On Tue, 4 Feb 2003 01:04:18 -0800 Cassie Quillen [EMAIL PROTECTED] wrote: PHP newbie. I'm working on a flash piece that writes to a .php file that then sends the data to email address that was in the flash form. This all works. What I need to add is a hyperlink to this email that goes out.