Warning: Invalid argument supplied for foreach() in /home/jihswbiz/public_html/t6.gwilt.org/refDox.php on line 212
Docs-trackWrite

 

ReLoad

Keys


Functions

arraybrowsercolorcookiedatetimeDBdebugdeviceDSTequiverrorflagsfontformatgeo
holidayhtmlisjsonmathparsePHPprintsearchsortstringtabletexttracetype
VOTDweatherxml

Function  trackWrite   Lines 1221-1239 (18 lines)???: 1969-12-31 file  utilsDebug.php   Last mod: Mon 2021-05-03 17:55:24

function trackWrite $str )
        {
#-k     debug   trace
#-d             3/19/12 - Added
        
global $logfcb;

        if (!isset(
$logfcb['trk']['f']))
                {
                
$logfcb['trk']['file'] = $_SERVER['DOCUMENT_ROOT'] . '/AAAtrack.txt';
                }

#               create & open file
        
$logfcb['trk']['f'] = fopen $logfcb['trk']['file'], "a" );

#               Save the user agent info automatically
        
$cnt fwrite $logfcb['trk']['f'], trackBuild $str ) );

        }

?>