|
-
May 20th, 2003, 01:20 PM
#1
Thread Starter
New Member
Calling PHP functions from VB
Is it possible to call PHP functions from vb or vbscript? If so, how?
-
May 22nd, 2003, 11:26 AM
#2
Frenzied Member
not unless you have php installed. and you would need a server of some kind.
-
May 22nd, 2003, 12:23 PM
#3
Thread Starter
New Member
I have PHP installed on a server. On the same server, I want to run a vbscript which will call PHP functions
-
May 22nd, 2003, 12:32 PM
#4
Frenzied Member
the page will have to be named .php and then you shoul dnot have any problems. you have to use teh php syntax of
<?php
php stuff here
?>
-
May 26th, 2003, 02:43 AM
#5
He will.
VB in ASP tags won't be executed if it's a PHP page and vbscript is a client-side script, PHP a server-side, so they can't call each other.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|