Hallo,
ich rufe hiermit eine php auf dem Server auf
int main()
{
HINTERNET connect = InternetOpen(0, 0, 0, 0, 0);
if(!connect){
}
HINTERNET OpenAddress = InternetOpenUrl(connect,"http://www.exapmple.com/file.php", 0, 0, 0, 0);
if ( !OpenAddress ) { DWORD...