Jump to content

.dat help


zeem

Recommended Posts

Ok heres wat i have: I Have a mysql table that outputs to my webpage. I also have several .dat files,  which correspond to the cells in the sql table that i want to be shown in an HTML table. I want each html table cell to have the .dat folder. how do i make a varialbe address?

 

in case that doesnt make sence, which im sure it doesnt

 

 

$file = '$varriableaddress  .dat';

$fh = fopen($file, 'r');

$f=fread($fh,999);

fclose($fh);

and so on and so on

Link to comment
https://forums.phpfreaks.com/topic/48269-dat-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.