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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.