How easy is that!
Nice to hear from you again too Bastien!
Okay I wasn't sure exactly how to do the open and run so I opted for the include. Which is very easy when you have the exact filename.
However, I am trying to write and include statement that includes an echo, because the file format for each game is basically the same i.e.
gamename/gamename/texts/gamename_long.txt
So of if I try to include the following url
http://www.ginzagames.com/images/TopGun/TopGun/texts/TopGun_long.txt I write
<?php include('<?php echo $row_rs_dgame['name'];'. '/'.'<?php echo $row_rs_dgame['name'];'. '/'.'texts/'.'<?php echo $row_rs_dgame['name'];'._long.txt'
Of course, that's a big mess and not at all right, can you let me know how to write this properly??
Thanks
siobhan