View Full Version : How to write in this part


Cherchezlafemme
06-16-2004, 01:10 PM
$full_path = "c:/www/phptop";
$reset_log_file = "c:/www/phptop/reset.txt";
$count_log_file = "c:/www/phptop/count.txt";

Ok how do yoo exactly write the info in there? I know it has to do with the mySQL thing cos i've seen it before. Your help is appreciated :)

pb&j
06-16-2004, 01:23 PM
you mean to write data into those files?
if so, no MySQL required, are you using PHP or Perl?

Cherchezlafemme
06-16-2004, 04:09 PM
PHP,

no I mean like do i just leave them be or do i change them and if i change them how do I do so? cos the info in there is just for example that was like that in the config file

pb&j
06-16-2004, 04:37 PM
i would guess you may leave them be.
depends on what the instructions say that came with your script.
if you need to adjust a text file, it would probably be as easy as opening it into your text editor, adjust, save, and upload.