donoskaro Posted April 5, 2013 Share Posted April 5, 2013 Hello, this is part of the code that displays some variables: <p class="title"><?php echo $language['010']; ?></p> <!-- Done! --> <div id="done"> <h3><?php echo $language['012']; ?></h3><h2 style="color:#9C0;"><code><a href="<?php echo $url; ?>"><?php echo $url; ?></a></code></h2> <div style=" margin-top:10px;border:1px dashed #333;"><p><a href="<?php echo $link['url']; ?>" taget="_blank"><?php echo $link['url']; ?></a></p></div> </div> The problem is that if the variable $url is too long then it displays as nothing. However on other pages and in my Database it displays properly. Is there a fault here? Thank you, Oskar Link to comment https://forums.phpfreaks.com/topic/276591-php-variable-not-showing/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.