Hi,
I have a PHP forum on my website where people can read and post news, basically.
Every time someone submits a new thread with an HTTP link in it, the link is not displayed correctly. For some reason, spaces are randomly inserted within the link.
For instance, this is what I got:
<!-- m --><a class="postlink" href="http://atomfilms.sh">http://atomfilms.sh</a><!-- m --> ockwave.com/af/content/this_la nd_af
<!-- m --><a class="postlink" href="http://atomfilms.shoc">http://atomfilms.shoc</a><!-- m --> kwave.com/af/content/ahhnold_f or_governor
while the links that were entered are:
<!-- m --><a class="postlink" href="http://atomfilms.shockwave.com/af/content/this_land_af">http://atomfilms.shockwave.com/af/content/this_land_af</a><!-- m -->
<!-- m --><a class="postlink" href="http://atomfilms.shockwave.com/af/content/ahhnold_for_governor">http://atomfilms.shockwave.com/af/conte ... r_governor</a><!-- m -->
Any idea about how to correct this annoying thing??
Thanks !all PHP questions to the PHP programming subforum pleaseOriginally posted by drumkid
Hi,
I have a PHP forum on my website where people can read and post news, basically.
Every time someone submits a new thread with an HTTP link in it, the link is not displayed correctly. For some reason, spaces are randomly inserted within the link.
For instance, this is what I got:
<!-- m --><a class="postlink" href="http://atomfilms.sh">http://atomfilms.sh</a><!-- m --> ockwave.com/af/content/this_la nd_af
<!-- m --><a class="postlink" href="http://atomfilms.shoc">http://atomfilms.shoc</a><!-- m --> kwave.com/af/content/ahhnold_f or_governor
while the links that were entered are:
<!-- m --><a class="postlink" href="http://atomfilms.shockwave.com/af/content/this_land_af">http://atomfilms.shockwave.com/af/content/this_land_af</a><!-- m -->
<!-- m --><a class="postlink" href="http://atomfilms.shockwave.com/af/content/ahhnold_for_governor">http://atomfilms.shockwave.com/af/conte ... r_governor</a><!-- m -->
Any idea about how to correct this annoying thing??
Thanks !
looks to me that the foums software you are using is not letting html urls be inserted. it does the samething here on like javascript, it will split the word up for security reasons.
this would be best asked at the fourms software home page or the person that made it.
I have a PHP forum on my website where people can read and post news, basically.
Every time someone submits a new thread with an HTTP link in it, the link is not displayed correctly. For some reason, spaces are randomly inserted within the link.
For instance, this is what I got:
<!-- m --><a class="postlink" href="http://atomfilms.sh">http://atomfilms.sh</a><!-- m --> ockwave.com/af/content/this_la nd_af
<!-- m --><a class="postlink" href="http://atomfilms.shoc">http://atomfilms.shoc</a><!-- m --> kwave.com/af/content/ahhnold_f or_governor
while the links that were entered are:
<!-- m --><a class="postlink" href="http://atomfilms.shockwave.com/af/content/this_land_af">http://atomfilms.shockwave.com/af/content/this_land_af</a><!-- m -->
<!-- m --><a class="postlink" href="http://atomfilms.shockwave.com/af/content/ahhnold_for_governor">http://atomfilms.shockwave.com/af/conte ... r_governor</a><!-- m -->
Any idea about how to correct this annoying thing??
Thanks !all PHP questions to the PHP programming subforum pleaseOriginally posted by drumkid
Hi,
I have a PHP forum on my website where people can read and post news, basically.
Every time someone submits a new thread with an HTTP link in it, the link is not displayed correctly. For some reason, spaces are randomly inserted within the link.
For instance, this is what I got:
<!-- m --><a class="postlink" href="http://atomfilms.sh">http://atomfilms.sh</a><!-- m --> ockwave.com/af/content/this_la nd_af
<!-- m --><a class="postlink" href="http://atomfilms.shoc">http://atomfilms.shoc</a><!-- m --> kwave.com/af/content/ahhnold_f or_governor
while the links that were entered are:
<!-- m --><a class="postlink" href="http://atomfilms.shockwave.com/af/content/this_land_af">http://atomfilms.shockwave.com/af/content/this_land_af</a><!-- m -->
<!-- m --><a class="postlink" href="http://atomfilms.shockwave.com/af/content/ahhnold_for_governor">http://atomfilms.shockwave.com/af/conte ... r_governor</a><!-- m -->
Any idea about how to correct this annoying thing??
Thanks !
looks to me that the foums software you are using is not letting html urls be inserted. it does the samething here on like javascript, it will split the word up for security reasons.
this would be best asked at the fourms software home page or the person that made it.