Programmer:I am trying to call a piece of PHP code from my JSP Page. How do I do that? I normally use servlets but I need this PHP code for creating a particular report since it sorts the table fields dynamically which I am unable to do with my servlet. Please help!