'; if (stristr($str,$word)) $nb++; return $nb; } $form_1_class='form_1_error'; $form_1_error=''; $form_1_spam=0; $form_1_td_1_class='form_1_info'; $form_1_td_1_error=' '; $form_1_td_1_value=''; $form_1_td_2_class='form_1_info'; $form_1_td_2_error=' '; $form_1_td_2_value=''; $form_1_td_3_class='form_1_info'; $form_1_td_3_error=' '; $form_1_td_3_value=''; $form_1_td_4_class='form_1_info'; $form_1_td_4_error=' '; $form_1_td_4_value=''; $form_1_td_5_class='form_1_info'; $form_1_td_5_error=' '; $form_1_td_5_value=''; if ('bcdefghi'==my_get_post('form_1_submit')) { $form_1_error_string='There are errors which need correction.'; $form_1_td_1_error_class='form_1_error'; $form_1_td_1_error_must='Error: This field is required!'; $form_1_td_1_error_spam='Error: http: < > are not allowed!'; $form_1_td_1_value=my_get_post('Name' ,true); $form_1_body.='Name : '.my_get_post('Name')."\r\n"; if (''==trim(my_get_post('Name'))) {$form_1_td_1_class=$form_1_td_1_error_class; $form_1_td_1_error=$form_1_td_1_error_must; $form_1_error=$form_1_error_string;} $form_1_td_1_spam=form_1_count_spam(my_get_post('Name')); if ($form_1_td_1_spam>0) { if ($form_1_td_1_class!=$form_1_td_1_error_class) {$form_1_td_1_class=$form_1_td_1_error_class; $form_1_td_1_error=$form_1_td_1_error_spam; $form_1_error=$form_1_error_string;} $form_1_spam += $form_1_td_1_spam; } $form_1_td_2_error_class='form_1_error'; $form_1_td_2_error_must='Error: This field is required!'; $form_1_td_2_error_validation='Error: This field must be an email!'; $form_1_td_2_error_spam='Error: http: < > are not allowed!'; $form_1_td_2_value=my_get_post('Email' ,true); $form_1_body.='Email : '.my_get_post('Email')."\r\n"; if (''==trim(my_get_post('Email'))) {$form_1_td_2_class=$form_1_td_2_error_class; $form_1_td_2_error=$form_1_td_2_error_must; $form_1_error=$form_1_error_string;} if ($form_1_td_2_class!=$form_1_td_2_error_class && ''!=trim(my_get_post('Email')) && !isEmail(my_get_post('Email'))) {$form_1_td_2_class=$form_1_td_2_error_class; $form_1_td_2_error=$form_1_td_2_error_validation; $form_1_error=$form_1_error_string;} $form_1_td_2_spam=form_1_count_spam(my_get_post('Email')); if ($form_1_td_2_spam>0) { if ($form_1_td_2_class!=$form_1_td_2_error_class) {$form_1_td_2_class=$form_1_td_2_error_class; $form_1_td_2_error=$form_1_td_2_error_spam; $form_1_error=$form_1_error_string;} $form_1_spam += $form_1_td_2_spam; } $form_1_td_3_error_class='form_1_error'; $form_1_td_3_error_spam='Error: http: < > are not allowed!'; $form_1_td_3_value=my_get_post('Address' ,true); $form_1_body.='Address : '.my_get_post('Address')."\r\n"; $form_1_td_3_spam=form_1_count_spam(my_get_post('Address')); if ($form_1_td_3_spam>0) { if ($form_1_td_3_class!=$form_1_td_3_error_class) {$form_1_td_3_class=$form_1_td_3_error_class; $form_1_td_3_error=$form_1_td_3_error_spam; $form_1_error=$form_1_error_string;} $form_1_spam += $form_1_td_3_spam; } $form_1_td_4_error_class='form_1_error'; $form_1_td_4_error_spam='Error: http: < > are not allowed!'; $form_1_td_4_value=my_get_post('Telephone' ,true); $form_1_body.='Telephone : '.my_get_post('Telephone')."\r\n"; $form_1_td_4_spam=form_1_count_spam(my_get_post('Telephone')); if ($form_1_td_4_spam>0) { if ($form_1_td_4_class!=$form_1_td_4_error_class) {$form_1_td_4_class=$form_1_td_4_error_class; $form_1_td_4_error=$form_1_td_4_error_spam; $form_1_error=$form_1_error_string;} $form_1_spam += $form_1_td_4_spam; } $form_1_td_5_error_class='form_1_error'; $form_1_td_5_error_spam='Error: http: < > are not allowed!'; $form_1_td_5_value=my_get_post('Comments' ,true); $form_1_body.='Comments : '.my_get_post('Comments')."\r\n"; $form_1_td_5_spam=form_1_count_spam(my_get_post('Comments')); if ($form_1_td_5_spam>0) { if ($form_1_td_5_class!=$form_1_td_5_error_class) {$form_1_td_5_class=$form_1_td_5_error_class; $form_1_td_5_error=$form_1_td_5_error_spam; $form_1_error=$form_1_error_string;} $form_1_spam += $form_1_td_5_spam; } if (''==trim($form_1_error) && 0==$form_1_spam) { $receiver='youremail@email.com'; $subject='Form Result -- Contact'; if (isEmail( $form_1_td_22_value )) $header='From: '.$form_1_td_22_value; $subject= substr($subject, 0, 255); $subject=str_replace("\n", " ", $subject); $subject=str_replace("\r", " ", $subject); $body=str_replace("\n.", "\n..", $form_1_body); if ($body!="") { $result=mail($receiver,$subject,$body,$header); if (!result) { echo 'ERROR: The PHP mail function mail($receiver,$subject,$body,$header); does not work properly on your server, please contact your web hosting.'; exit; } } if ($result) { $url='http://www.sonsoflight.com.au/products.htm'; if (!headers_sent()){ header('Location: '.$url); exit; }else{ echo ''; echo ''; exit; } exit; } } if (trim($form_1_error)) $form_1_error="$form_1_error"; } if ($form_1_spam >= 3) sleep(20); if ($form_1_spam >= 3) $form_1_td_1_value=''; if ($form_1_spam >= 3) $form_1_td_2_value=''; if ($form_1_spam >= 3) $form_1_td_3_value=''; if ($form_1_spam >= 3) $form_1_td_4_value=''; if ($form_1_spam >= 3) $form_1_td_5_value=''; ?> Sons Of Light
 
 
Sons Of Light

You first thing you realise on becoming a Son of Light is that, Man thinks from the "Spirit" and not the Body.
Man comes after death into his interior ideas. Those ideas then form his speech.

But the adult who has not come into true liberty and rationality in the world can never do so after death,
for the state of his life remains to eternity what it was in the world.

Earth is the Seminary for Heaven (Eternal Life).

You can place news, pictures or advertisements here.
Main Menu
Welcome
You can place news, pictures or advertisements here.

Feedback

Please tell us what you think about our website, company, products, or services. If you provide us with your contact information, we will be able to reach you in case we have any questions.

Comment: The results of this form can be emailed to you by specifying an email address in the Form Properties. To edit this form put your cursor inside the form below and click the Form button in the toolbar.

Name:
Email:
Address:
Telephone:
Comments:
 

What We Do

The Sons of Light contribute to the spiritual and emotional growth of Man to become HuMan after the image of God.

But what is the image of God, and how is it realized?

For this we have to goto the scriptures, in Genesis "Genesis 1:3" And God said, “Let there be light,” and there was light.

Learn more

About Us

The word "Light" occurs 139 times in the Old Testament and 93 times in the New testament. but how is the word "Light" used?.

"Light& is referred to as an understanding of truth, we know this meaning used in the understanding of a problem, when the solution appears we often have a light moment when the answer suddenly appears to us.

Learn more

News and Events

Lorem ipsum dolor sit amet consectetuer adipiscing elit. Vivamus sed lorem eget nibh viverra molestie. Donec tempus neque eleifend mauris.

Learn more