Quote:
Originally Posted by AN-net
well the first query to be run in the showjournal section in journal.php is named $getjournalinfo or something like that, in there you could modify the where clause from
PHP Code:
WHERE journal_id=".$j."
to
PHP Code:
WHERE journal_id=".$j." OR journalist=".addslashes($j)."
this has not been tested but it should work
only most possible problem with doing that is user names with spaces could cause problems 
|
hmm this isn't working. What is the format of the url with this change? Maybe I'm seeing something wrong.