|
Posted by OmegaJunior on 02/16/07 22:18
On Fri, 16 Feb 2007 22:45:44 +0100, Jaez <jaezms@ntlworld.com> wrote:
> I have got some pages that already use php for emailing to a list of club
> members
>
> we also have pages written in visual studio in asp.net linking to a MS
> SQL
> database
>
> Is it possible to link string variables containing email addresses in
> vb.net and pick the values up in php for emailing
>
> If so a code example would be really useful
>
> jaez
>
>
You could create an asp.net page that lists names and e-mail addresses
(and name it "addresses.php" for instance), and then read that file in a
php page using fopen("http://server/addresses.asp"). If you put a vbCrLf
after every e-mail address, php can use scanf() to read every line
separately.
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Navigation:
[Reply to this message]
|