Jump to content

PHP Variable Not Showing


donoskaro

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.