Hello, i just ran through a small php book and feel generally confident working with php.
Here is my problem,
1) I have an existing web page MyBaseballTeam.html built that has a table within it where i want to display my baseball teams stats.
2) I have a php script "stats.php" that works and displays the data from the mySQL database.
How do i insert the php into the html document?
Can i use a function within the table to go read stats.php, execute the script, return the results and display within MyBaseballTeam.html or do i have to build the entire html doc in php?
thanks for input