hello, im trying to help out a friend
he has an application and needs a PHP script on a webserver to do the following:
1st the program POSTs to the script and the script needs to reply back with a certain file called "authorize.dat"
then the program POSTs again after receiving that and the script needs to reply back with this code:
<wddxPacket version='1.0'>
<header>
</header>
<data>
<struct>
<var name='ACCESSLEVEL'>
<number>5</number>
</var>
</struct>
</data>
</wddxPacket>
how can i do this?
im assuming an fopen, header, and echo ?
im a newbie though and he knows nothing about php
any help is appreciated 🙂 thanks