For Programmers: Free Programming Magazines  


Home > Archive > PHP Language > February 2007 > php and asp.net









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author php and asp.net
Jaez

2007-02-16, 6:58 pm

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


OmegaJunior

2007-02-16, 6:58 pm

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/
Norman Peelman

2007-02-17, 7:58 am

Jaez 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
>
>


Why not just connect directly to MSSQL with PHP and be done with it?

Norm
Koster, H

2007-02-17, 6:58 pm

Op Fri, 16 Feb 2007 21:45:44 +0000, schreef Jaez:

> 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


what the *** is MS sql ?????

--
grtz,
Henk Koster jr.
http://www.interinfra.nl/opensource.htm
http://www.xs4all.nl/~qqoopp/kennemlinks.htm

Rik

2007-02-17, 6:58 pm

Koster, H <interinfra.haalweg@localhost.localdomain> wrote:
> what the *** is MS sql ?????



Microsoft SQL Server... Which any search engine would've told you in 3
seconds.

See also <http://www.php.net/mssql>
--
Rik Wasmus
Koster, H

2007-02-17, 6:58 pm

Op Sat, 17 Feb 2007 19:05:41 +0100, schreef Rik:

>
> Microsoft SQL Server... Which any search engine would've told you in 3
> seconds.


8-)
yes, big brother google = my friend.... But it was a rhetorical Question
anyway

> See also <http://www.php.net/mssql>


as we read there: MS SQL Client needed. And let me guess: they bozo's from
redmond made just a few small changes in it that make ms-sql again
platform dependent. Dependent from their crap i presume

--
groet,
Henk Koster jr.
http://www.interinfra.nl/opensource.htm
http://www.xs4all.nl/~qqoopp/kennemlinks.htm

Rik

2007-02-17, 6:58 pm

On Sat, 17 Feb 2007 20:32:22 +0100, Koster, H =

<interinfra.haalweg@localhost.localdomain> wrote:

> Op Sat, 17 Feb 2007 19:05:41 +0100, schreef Rik:
>
3[color=darkred]
>
> yes, big brother google =3D my friend.... But it was a rhetorical Que=

stion
> anyway


The rhetorical part is unfortunately lost on me. Or were you just trying=
=

to say MSSQL sucks?

-- =

Rik Wasmus
Koster, H

2007-02-17, 6:58 pm

Op Sat, 17 Feb 2007 21:03:43 +0100, schreef Rik:

>
> The rhetorical part is unfortunately lost on me. Or were you just trying
> to say MSSQL sucks?


No i love it. But if the standard is open & free MYsql, why is a vendor
trying to move this standard to its own standards

--
groet,
Henk Koster jr.
http://www.interinfra.nl/opensource.htm
http://www.xs4all.nl/~qqoopp/kennemlinks.htm

Rik

2007-02-17, 6:58 pm

On Sat, 17 Feb 2007 21:08:52 +0100, Koster, H =

<interinfra.haalweg@localhost.localdomain> wrote:

> Op Sat, 17 Feb 2007 21:03:43 +0100, schreef Rik:
>
n 3[color=darkred]
[color=darkred]
ing[color=darkred]
>
> No i love it. But if the standard is open & free MYsql, why is a vendo=

r
> trying to move this standard to its own standards


MySQL is no standard. Heck, it even misses a lot of basic SQL =

functionality.
-- =

Rik Wasmus
Rik

2007-02-18, 6:58 pm

Koster, H <interinfra.haalweg@localhost.localdomain> wrote:
>
> Mysql is a fast and certainly the most used *SQL, so according to MS
> behaviour one might call it the standard.


According to MS behaviour it might. SQL is a _real_ standard,
implementations of it very. I usually work with MySQL, if I have the
choice my preference goes to PostgreSQL.


--
Rik Wasmus
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com