<?php | |
?> | |
This is a test | |
<?php | |
//$fp = fopen('http://www.google.com', 'r'); | |
$ggg = get_meta_tags('http://www.google.com/'); | |
// the variable $http_response_header magically appears | |
$aaa = "Test1"; | |
$bbb = "Test2"; | |
print_r($aaa); | |
print_r($ggg); | |
print_r($bbb); | |
?> |