sabret00the
10 Jun 2004, 20:21
can you spot anything wrong with this code?
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
it's within this
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
the second php tag opens the page "?confessionid=$confessionid"
where as the top php tag will go to ?confessionid=$confessionid&action=report" well should do anyway however it doesn't seem to want too and lastly since the '&action=report' is a form, the submitted data will go to "?confessionid=$confessionid&action=report&confirm=report"
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
it's within this
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
the second php tag opens the page "?confessionid=$confessionid"
where as the top php tag will go to ?confessionid=$confessionid&action=report" well should do anyway however it doesn't seem to want too and lastly since the '&action=report' is a form, the submitted data will go to "?confessionid=$confessionid&action=report&confirm=report"