right guys i really dont have a clue about php, but ive tried this and i cant get it to work, all i get is page not found. my forums are situated at
www.donked.net/forums and here is teh code im using on my webpage
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><?php
chdir('./forums');
require_once('./vBExternal.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
thats what i have at the top of the page
and heres the code where i want to show the info
Code:
If you have any questions about the site, please E-Mail me <a href="mailto:jay@donked.net">Jay@donked.net </a></p>
<p align="justify" class="style1">Newest Threads -<?php
output_NewestMembers(5);
?></p></td>
</tr>
</table>
please help me someone!