|
-
Oct 1st, 2006, 10:39 AM
#1
Thread Starter
New Member
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?
-
Oct 1st, 2006, 02:02 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|