dektop app and php website interface

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vivart
Forum Newbie
Posts: 1
Joined: Thu May 28, 2009 3:03 pm

dektop app and php website interface

Post by vivart »

hi i am new in php. i am developing a website in php and i have developed a desktop application also.
in my app i want to provide a feed back form on submitting that form.
app will connect to the internet and my website will receive the feedback form details.
so how to manage http request in php in my website that request coming from desktop app.
plz reply soon and sorry for my bad english.
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: dektop app and php website interface

Post by akuji36 »

try xampp.

Load mysql, php and mysql with Apache and phpmyadmin.

Once online build an html form. and php script to recieve

data.
Post Reply