Welcome to CM Associates
Address: 161/A1, KOVAI MAIN ROAD, SUGANYA ELECTRICAL BUILDING, OPP.DSP OFFICE, PALLADAM.

Testimonial

Testimonial

Testimonial

What Our Clients Say!

A comment in PHP code is a line that is not executed as a part of the program. Its only purpose is to be read by someone who is looking at the code.
Mr.Developer

Mr.Developer

123
When the user fills out the form above and clicks the submit button, the form data is sent for processing to a PHP file named "welcome.php". The form data is sent with the HTTP POST method. To display the submitted data you could simply echo all the variables. The "welcome.php" looks like this:
Mr.Java

Mr.Java

123