ok, still sort of along the same lines almost, but i didnt want to start a new thread.
sooooo im not sure if what you told me worked (not the semi colon, that was there but i didnt put it in the forum (dunno y)
but anyway, i tested my split command.
list($table2, $uid) = explode("-", $referer);
echo($table2);
echo("<P>next should be another variable</P>");
echo($uid);
and when i load it (when referer = a-1) i get:
\\"a
next should be another variable
1\\"
That leads me to believe that $table2 = \\"a and $uid = 1\\"
Do do i get rid of the \\" in it so then i can test if the table thing works?>
Thanks
Dom