<?php
$file = fopen("textfile.txt",r);
$contents = fread($file, filesize("textfile.txt"));
echo $contents;
?>
Originally posted by GilesGuthrie
Sorry WanganDreams, can't help you.
Milefile: did you ever get anywhere with this?
Originally posted by WanganDreams
GilesGuthrie...dont worry, thanks for any input!
do any of you guys know any good programing forum?
something that includes, Java, Perl, C, C++, C#, Python ... etc?
Thanks in advance
-Spets
Originally posted by TurboSmoke
http://www.devshed.com/
one of the best multi-technology developer sites on the net...and the forums are great...very knowledgable developers on there...
also check this multi-page article on php-java interfacing..
http://www.devshed.com/Server_Side/PHP/PHPwithJava/page2.html