There is an HTML form input. Here's the code:
wp_redirect("/");
}
But redirect doesn't work. Install debug plugin redirects to wp, that's what it showed.
http://i.stack.imgur.com/Im4eE.png
PS:
It does not work either.
There is an HTML form input. Here's the code:
wp_redirect("/");
}
But redirect doesn't work. Install debug plugin redirects to wp, that's what it showed.
http://i.stack.imgur.com/Im4eE.png
PS:
It does not work either.
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...
No comments:
Post a Comment