|
From: Steve W. <sw...@wc...> - 2000-06-27 19:19:53
|
Doesn't look like it could have anything to do with magic_quotes_gpc: http://php.net/manual/configuration.php#ini.magic-quotes-gpc sw On Tue, 27 Jun 2000, Arno Hollosi wrote: > > Hi Jerry, > > > > wiki_mysql.php3 > > > lines 89-92 need enclosing '' > > > $VALUES = "'$pagehash[author]', '$pagehash[content]', " . > > > "'$pagehash[created]', '$pagehash[flags]', " . > > > "'$pagehash[lastmodified]', '$pagehash[pagename]', " . > > > "'$pagehash[refs]', '$pagehash[version]'"; > > I'm happy to inlcude your fix, although I find it strange that php4 > requires this. In php3 everything works fine. I didn't quote > [created], [flags], [lastmodified], and [version] because those are > integer values which need not be quoted. > > As I don't have php4 installed yet, could you please add the following > after line 92 to wiki_mysql.php3 and send me the output? > > echo "-- $VALUES --\n"; > > The output from a fresh install would be most useful. > > Thanks > /Arno > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpwiki-talk > ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain |