php in streamed html source
Posted: Tue Jun 19, 2007 5:08 pm
In the html-code (Browser->ricght clikck->Show page source) of each page i stream with my s9y from http://www.modlog.de i find the following lines of php-code:
Actually I thought those should not be there anymore but be interpreted by the php-module of my Apache. So where does that come from?
regards
Michael
Code: Select all
<?php
global $userdata;
if ($userdata) {
echo "z_user_name=\"" . $userdata->display_name . "\";\n";
echo "z_user_email=\"" . $userdata->user_email . "\";\n";
}
?>
z_post_title="<?php the_title();?>";
z_post_category="<?php $c=get_the_category();echo $c[0]->cat_name;?>";regards
Michael