Quick PHP problem
-
I downloaded the quickpho plugin to display a php function on a static page.
I have this code working fine on my main blog.
<table width=”400″ border=”0″ align=”center” cellpadding=”0″ cellspacing=”0″ class=”news”>
<tr>
<td>What I’m reading<?php include (“https://app.feeddigest.com/digest3/MHJON8KGWD.html”); ?>
</td>
</tr>
</table>I changed it to this for my static page:
<table width=”400″ border=”0″ align=”center” cellpadding=”0″ cellspacing=”0″ class=”news”>
<tr>
<td>What I’m reading<quickphp include (“https://app.feeddigest.com/digest3/MHJON8KGWD.html”); />
</td>
</tr>
</table>Any ideas how to get quick php working?
- The topic ‘Quick PHP problem’ is closed to new replies.