Log in

View Full Version : print_standard_redirect (Creating my own?)


Nullifi3d
01-19-2006, 10:52 PM
I am making my own praise hack. This is basically the opposite of report this post. It's all done except the last step. I would like to to redirect back to the post as the report does, but can't seem to get it to work. How do I make my own print_standard_redirect?

I am trying:eval(print_standard_redirect("Thank you for praising that post. " . $from['username'] . " will be notified of the praise."));
It's not working.

Nevermind, solved this by adding a ", false, true" after my comment.