Results 1 to 5 of 5

Thread: Calling PHP functions from VB

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2003
    Posts
    2

    Calling PHP functions from VB

    Is it possible to call PHP functions from vb or vbscript? If so, how?

  2. #2
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    not unless you have php installed. and you would need a server of some kind.

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2003
    Posts
    2
    I have PHP installed on a server. On the same server, I want to run a vbscript which will call PHP functions

  4. #4
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    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
    ?>

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width