I have written some tags in PHP as
<a href="<?php bloginfo('url'); ?>/?cat=<?php $cate_id ?>"><?php echo $resid->post_content ?></a>
or even this one
echo "<li><a href = '?cat=$cate_id'>".$resid->post_content."</a></li>";?>
Does this in any case affect the performance on the live server. I am no getting the image to appear on the live server after upload but on my local system(on my side) , things are fine..