Re: saving in mysql

2001-07-09 Thread Stink
('database'); . . . $query="INSERT INTO table_1 SET data1='$data1', data2='$data2' .. "; ? you said something about logging with php... what do you mean? Stink My guess is that you have logging on for php but it has problems saving to it's current location but I'm not psychic

Re: Re[4]: saving in mysql

2001-07-09 Thread Stink
try to write to the file, which cannot work unless you define the rights accordingly. You may chmod the rights on the file you want to write to or put that file into a directory open for nobody. as i said, i do not use any file...

saving in mysql

2001-07-08 Thread Stink
: "unable to save result set in example.php on line 30" [for example] but strangest thing is that the record GETS saved/altered/dropped anyway... do you have any idea whats going on ? Thanx in advance Stink - Befo