PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i have got a function ready in my php page and the same is need to be called in the html page,
the function does the work of displaying the image and counts and do many other work,
so i need to run that particular function in particular <TD> tag. so can any one help me to include the same and also how to include the files supporting that php page in the html page.