asadsalmanmcp
IS-IT--Management
Notice that the HTML rendered in the browser dies right where that php tage is opened.
You'll see that the HTML abruptly cuts off:
<td width="60%" align="center" valign="middle"><div align="center"><img
src="
That's why there's nothing on the page.
This is the actual code:
<td width="60%" align="center" valign="middle"><div align="center"><img
src="<?php require 'php/libraryimage.php'; ?>" alt="Image of the
library" name="library" width="240" height="118" id="library"
usemap="#Map" border="0">
I did restart the IIS services and did make sure that i did follow the but still having issue that php engine it's not working or what. IF somebody have any idea about this i will really appreciate. thanks in Advance
You'll see that the HTML abruptly cuts off:
<td width="60%" align="center" valign="middle"><div align="center"><img
src="
That's why there's nothing on the page.
This is the actual code:
<td width="60%" align="center" valign="middle"><div align="center"><img
src="<?php require 'php/libraryimage.php'; ?>" alt="Image of the
library" name="library" width="240" height="118" id="library"
usemap="#Map" border="0">
I did restart the IIS services and did make sure that i did follow the but still having issue that php engine it's not working or what. IF somebody have any idea about this i will really appreciate. thanks in Advance