Example #1
0
<?php 
$publication = 326;
// $param=array("PublicationId" => $_POST['publication']);
$param = array("PublicationId" => "{$publication}");
$client = new soapclient('http://etypeservices.com/Service_GetSubsciptionPlan.asmx?wsdl');
$response = $client->GetSubsciptionPlan($param);
// $_SESSION['Publication_Id'] =$_POST['publication'];
$_SESSION['Publication_Id'] = $publication;
//    echo "<pre>";
//   print_r($response);
?>
<form name="planform" method="POST" action="http://www.techetoday.com/checkout"
      enctype="multipart/form-data">
  <fieldset>
    <style>

      .header1 {
        width: 100%;
        height: auto;
        margin-left: 15px;
      }

      .headertop {
        width: 100%;
        height: auto;
      }

      .headerdown {
        width: 100%;
        height: auto;
      }