Results 1 to 2 of 2

Thread: Management Suite - Using VB with PHP

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Posts
    3

    Management Suite - Using VB with PHP

    Hi

    I have an online application coded in PHP that manages sales/orders for a site I maintain and I have been asked to develop an application for use on dedicated PC/Laptops that is essentially the website but has a more user friendly interface. What is the best way to start this and integrate it with a VB application?

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: Management Suite - Using VB with PHP

    You modify the application in such a way that you can choose the format of the data it emits. It should be capable to emit XML in addition to HTML, in a way that just conveys the actual interesting information.

    Then you write a VB application that sends HTTP requests to fetch the XML and use it in the application. You use HTTP POST requests to perform actions.
    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