<?php /* File name: postdata2.php */ $xmlFile = "xmlFile.txt"; $fh = fopen($xmlFile, 'w') or die("Cannot open file"); fwrite($fh, $_POST["xmldata"]); fclose($fh); ?>
Following are some of the technologies that we use to build and maintain solutions for our clients.