‘;
if($_POST[‘familystatus’]=”Parent”)
{ echo ‘

‘;}};[/php]

[php]
if (isset($_POST[‘q1’]))
{echo ‘

‘;
};
[/php]
[php]
if (isset($_POST[‘q2’]))
{echo ‘

‘;
};
[/php]
[php]
if (isset($_POST[‘q3’]))
{echo ‘

‘;
};
[/php]
[php]
if (isset($_POST[‘q4’]))
{echo ‘

‘;
};
[/php]

On-Line Registration For Baptism Completed

I Am Signing Up:[php] if($_POST[“familystatus”]=”Myself”){echo ‘Myself’;}else{echo ‘Person In My Care’;}; [/php]

[php] echo $_POST[“baptdate”]; [/php]

[php]
if (isset($_POST[‘familystatus’]))
{echo ‘

Name of Sponsor/Parent/Guardian
Name: ‘ .$_POST[“PFirstname”]. ‘ ‘.$_POST[“PLastname”].’
Name of Candidate for Baptism
Name:[php] echo $_POST[“FirstName”]; [/php] [php] echo $_POST[“LastName”]; [/php]
Your Contact Information
Address: [php] echo $_POST[“address”]; [/php]
City: [php] echo $_POST[“City”]; [/php] State:[php] echo $_POST[“State”]; [/php] Zipcode:[php] echo $_POST[“Zipcode”]; [/php]
Home Phone: [php] echo $_POST[“homephone”]; [/php] Cell Phone: [php] echo $_POST[“cellphone”]; [/php]
Email: [php] echo $_POST[“Email”]; [/php]
Prequisites Questions For Baptism
‘;
if($_POST[“q1″]=”yes”)
{ echo’‘;}
else { echo ‘‘;}
echo ‘I/Candidate for Baptism have/has accepted Jesus as personal Lord and Savior.
‘;
if($_POST[“q2″]=”yes”)
{ echo’‘;}
else { echo ‘‘;}
echo ‘ I/Candidate for Baptism openly choose(s) to be Baptized and no one is forcing me into being baptized.

  • No one should be forcing you into being baptized.
  • Getting baptized should be your choice and your choice alone.
‘;
if($_POST[“q3″]=”yes”)
{ echo’‘;}
else { echo ‘‘;}
echo ‘I/Candidate for Baptism understand(s) that water baptism, is an outward show of an inward commitment,
and it is a symbolic representation of Jesus’ death, burial, and resurrection.

Water Baptism is when we identify ourselves with Christ.

  • With Salvation: We accept Jesus’ death, burial & resurrection to accept Him as our Lord and Saviour.
  • With Baptism: We are identified with what He did.
  • We go through the process of what He did to symbolically say the following:
    • As you stand in the water:
      • We Stand as “dead” to the old life and world
    • As you go under the water:
      • We Immerse (Go Under) to signify the burial of the dead person
    • As we come out of the water:
      • We Rise Up (Come out the water) to walk in the newness of life!
‘;
if($_POST[“q4″]=”yes”)
{ echo’‘;}
else { echo ‘‘;}
echo ‘I/Candidate for Baptism desire(s) Baptism understanding the following:

  • This is a
    sign of repentence (turning from my old ways).
  • This will symbolize a new start for me.
Sign Up Another Candidate

[php]
include(‘phpmodules/databaseconnector-rgcc.php’);
include(‘phpmodules/databaseinsert-baptism.php’);
[/php]