| |

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();
?> |
|

| |
Getting The Best From Your Water Workout
A water workout is an innovative fitness option that involves a series of exercises performed in the water. Nowadays, a water workout serves not only as exercise but also as therapy for certain medical conditions or as an alternative leisure activity. Various water workout types are tailored to certain participants, depending on the individual's main purpose, level of endurance, and health condition. Here is a list of water activities and routines that can help you choose a suitable water workout. Light Water Workout Water yoga, water therapy, and water walking or jogging all fall under this type of water workout. These activities and routines are easy to perform and do not require too much physical effort. Usually, these water workout routines are performed in waist- to chest-deep water. These types of light water workout are best for relaxation purposes. Medium Water Workout Lap swimming is a medium water workout routine that is performed by swimming back and forth across the swimming pool. This routine may include various strokes with certain durations per lap. Deep-water exercise is a medium water workout routine wherein the feet do not touch the bottom of the pool. This water workout routine entails the use of flotation devices and other water gear to prevent the individual from reaching the floor. Another medium water workout routine, water aerobics, is executed with rhythmic movements that last for 20 to 30 minutes and may be performed either in shallow or deep water. Wall exercise is another water workout routine that uses the swimming pool wall to support the body while performing various movements such as stretching. Heavy Water Workout This type of water workout includes deep-water jogging, flexibility routines, and water toning training. These heavy water workout routines involve different methods, movements and running styles. The movements sometimes employ the use of water fitness equipment and gear. It is best to consult a water fitness or aerobics instructor to guide you throughout a heavy water workout.
process_comments("Getting The Best From Your Water Workout");
?>
Featured Water Workout Articles
- Find Out How Yoga Supplies It All
Yoga is said to be the oldest practice of self-development known. It started in India which dates back about 500 years ago. By exercising Yoga, one can gain information and benefits on the physical, mental,...
- Providing Information On Yoga For Kids
Our children today are exposed to a lot of stress factors. There is homework that they do daily, the competition from other children, after school game activities and sometimes over-scheduling. And just...
Related water workout information
|
| |
|