M.Tech. (IT in Building Science)
International Institute of Information Technology, Hyderabad
Home
|
About Us
|
Projects
|
Publications
|
Short course
|
People
|
Links
|
Contact
YOUR ID NO.IS: $count
Please write the ID no. , name , address on back side of Demand Draft
Kindly send the draft within 7 days otherwise your registration will be cancelled.
"; } else { echo "Can't find file, check '\$file' var...
"; } if (file_exists($DATA)) { $fp = fopen("$DATA", "a"); flock($fp, 1); fputs($fp,"IDNO= $count \n"); $login=date ("l dS of F Y h:i:s A"); fputs($fp,"DATE= $login \n"); fputs($fp,"name= $name \n"); fputs($fp,"designation= $designation \n"); fputs($fp,"department= $department \n"); fputs($fp,"organization= $organization \n"); fputs($fp,"address= $address \n"); fputs($fp,"phone= $phone \n"); fputs($fp,"fax= $fax \n"); fputs($fp,"eamil= $email \n"); fputs($fp,"course= $course \n"); fputs($fp,"ddno= $ddno \n"); fputs($fp,"FeeType= $feeType\n\n\n"); flock($fp,3); fclose($fp); } else { echo "Can't find file, check '\$file' var...
"; } } else { $OutStr= "Registration failed!!
Wrong Image verification"; } ?>