| |

Yoga Exercises Portal Recommends
\n";
for ($i = 0; $i < count($arr_xml['URL']); $i++) {
echo " ".$arr_xml['BeforeText'][$i]." ".$arr_xml['Text'][$i]." ".$arr_xml['AfterText'][$i]."\n";
}
echo "";
}
}
function tla_updateLocalXML($url, $file, $time_out)
{
if($handle = fopen($file, "a")){
fwrite($handle, "\n");
fclose($handle);
}
if($xml = file_get_contents_tla($url, $time_out)) {
$xml = substr($xml, strpos($xml,''));
if ($handle = fopen($file, "w")) {
fwrite($handle, $xml);
fclose($handle);
}
}
}
function tla_getLocalXML($file)
{
$contents = "";
if($handle = fopen($file, "r")){
$contents = fread($handle, filesize($file)+1);
fclose($handle);
}
return $contents;
}
function file_get_contents_tla($url, $time_out)
{
$result = "";
$url = parse_url($url);
if ($handle = @fsockopen ($url["host"], 80)) {
if(function_exists("socket_set_timeout")) {
socket_set_timeout($handle,$time_out,0);
} else if(function_exists("stream_set_timeout")) {
stream_set_timeout($handle,$time_out,0);
}
fwrite ($handle, "GET $url[path]?$url[query] HTTP/1.0\r\nHost: $url[host]\r\nConnection: Close\r\n\r\n");
while (!feof($handle)) {
$result .= @fread($handle, 40960);
}
fclose($handle);
}
return $result;
}
function tla_decodeXML($xmlstg)
{
if( !function_exists('html_entity_decode') ){
function html_entity_decode($string)
{
// replace numeric entities
$string = preg_replace('~([0-9a-f]+);~ei', 'chr(hexdec("\1"))', $string);
$string = preg_replace('~([0-9]+);~e', 'chr(\1)', $string);
// replace literal entities
$trans_tbl = get_html_translation_table(HTML_ENTITIES);
$trans_tbl = array_flip($trans_tbl);
return strtr($string, $trans_tbl);
}
}
$out = "";
$retarr = "";
preg_match_all ("/<(.*?)>(.*?)", $xmlstg, $out, PREG_SET_ORDER);
$search_ar = array('<', '>', '"');
$replace_ar = array('<', '>', '"');
$n = 0;
while (isset($out[$n]))
{
$retarr[$out[$n][1]][] = str_replace($search_ar, $replace_ar,html_entity_decode(strip_tags($out[$n][0])));
$n++;
}
return $retarr;
}
tla_ads();
?> |
|

| |
Everyone Can Perform Yoga
A Brief Overview On The History Of Yoga It is often thought that the origin of yoga began between 2500 - 3000 BC. The first mention of yoga was made in a collections of scriptures which were called the vedas. Any how it is know that in the scriptures that were dated later which were also part of the vedas, the founding principles of yoga teachings were recognized. One of the historic scriptures that is based on Hatha Yoga is the Pradipika. In the pradipika it goes into description about a variety of breathing exercises and asanas which as we all know form the foundation of yoga today. The backbone of Raja Yoga is known to be Patanjali, believed to be the father of yoga, and his Yoga Sutras.He lived around the years of 500 - 800 BC. His written works known as the Yoga Sutras are ways of overcoming the afflictions of the body and the fluctuations of the mind. Yoga appears to be one of the oldest continuous disciplines studying voluntary physical and mental control and the induction of altered states of consciousness. Of course, the physical and mental accomplishments are attributed to the practice of yoga as well. Yoga in the Western world is somewhat ambivalent. There are a number of yoga instructors who will use authentic oral traditions as the basis of there lessons. These will have been passed down from generation to generation of yoga teachers. Some may have been altered in someway in order to fit in with modern needs but they still are based and built on the ancient art that is yoga. There are also some that developed a new and different style of yoga which by many traditionalist view with hesitation and suspicion. The fact is that yoga has been around for thousands of years and was viewed then as it is now. It is way to get mind and body more in tune with each other. However as form of exercise it cannot be faulted. Many people these days use as a way of trimming there body and as part of a daily healthy exercise routine to keep them fit and fresh
Carrie's degree is in Yoga Studies & Body-Centered Therapies. Her spirit enlivens each class and workshop and wants each individual to reach their own personal potential. http://www.YogaSpiritCenter.com
Carrie Beisel
process_comments("Everyone Can Perform Yoga");
?>
Featured Yoga Learning And History Articles
Related yoga learning and history information
|
| |
|