Hi Andrew,
I'm having some issues with the Joomla code.
I took what you gave above and placed into a file called ldmgrabber.php
I uploaded it into my Forum directory.
I then created a test.php file with this code:
Code:
<?php
?>
<HTML>
<HEAD>
</HEAD>
<BODY>
<TD>
<TABLE>
<TR>
<TD>
<p align="center"><?php include ('forum/ldmgrabber.php'); ?><br><font size="1"><b>newest uploaded layout</b></font>
</TD>
</body>
</HTML>
I get this error
Code:
Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home//public_html/forum/ldmgrabber.php on line 3
Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home//public_html/forum/ldmgrabber.php on line 3
What am I doing wrong