I know it's terribly incorrect (well I think I know) to use something
like
<a href="bla.php?t itle=hello world">Hello World</a>
but can I safely do this?
I have an Apache Linux server with Blogger running, and I want to find
a way to make users go to my discussion forum, but to automatically
insert a link into the title of a new thread. Please see
<http://blog.outer-court.com> as an example, and when you click on
discuss you are taken to <http://blog.outer-court.com/forum/> which is
a PHP script.
I do not have any method (I believe) to let the pages be generated by
the Blogger template and include the title with correctly %20 encoded
spaces. I'm sure above will work in IExplorer as does many broken HTML.
Any help appreciated.
--
Google Blogoscoped
like
<a href="bla.php?t itle=hello world">Hello World</a>
but can I safely do this?
I have an Apache Linux server with Blogger running, and I want to find
a way to make users go to my discussion forum, but to automatically
insert a link into the title of a new thread. Please see
<http://blog.outer-court.com> as an example, and when you click on
discuss you are taken to <http://blog.outer-court.com/forum/> which is
a PHP script.
I do not have any method (I believe) to let the pages be generated by
the Blogger template and include the title with correctly %20 encoded
spaces. I'm sure above will work in IExplorer as does many broken HTML.
Any help appreciated.
--
Google Blogoscoped
Comment