Oh, forgot to mention, is the file extension of the table .php or .html/htm? If it isn't you will have to change it to thenameofyourtablefile.php
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.
teammatt3 posted this at 15:12 — 14th July 2006.
He has: 2,102 posts
Joined: Sep 2003
Is PHP enabled on your server? You could do something like
<?php
include ('data.txt');
?>
glenvern posted this at 15:21 — 14th July 2006.
They have: 16 posts
Joined: Apr 2002
Yes PHP is available - thanx I shall give that a go...
glenvern posted this at 17:07 — 14th July 2006.
They have: 16 posts
Joined: Apr 2002
Afraid I couldn't get that to work... Box remained empty.
teammatt3 posted this at 17:11 — 14th July 2006.
He has: 2,102 posts
Joined: Sep 2003
Oh, forgot to mention, is the file extension of the table .php or .html/htm? If it isn't you will have to change it to thenameofyourtablefile.php
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.