Sunday, September 27, 2009, 8:44:49 PM, Peter wrote: > Note that as DaveG mentioned earlier, $FmtPV must result in correct > PHP syntax. Thus the quotes are necesssary, not optional:
>> $FmtPV['$SongTitle'] = "'".$songtitle."'"; > (That is double-quote single-quote double-quote both prepended and > appended to your string.) no need for "'". this should be adequate: $FmtPV['$SongTitle'] = "'$songtitle'"; Hans _______________________________________________ pmwiki-devel mailing list pmwiki-devel@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-devel