Jump to content

Crazycabling

New Members
  • Posts

    2
  • Joined

  • Last visited

Crazycabling's Achievements

Newbie

Newbie (1/5)

1

Reputation

  1. Thank you!!! I was on the right track at some point but my double quotes betrayed me! It is working now and I understand my errors Thank you again! Crazycabling
  2. Good day everyone! I was wondering how one could get this snippet of code to echo correctly please. Please review code below. I have tried to escape this puppy in many ways and cannot figure it out. Could someone assist me? Thank you kindly, Crazycabling <?php if ($ticket['status'] == 'Fermé') { echo "<div class=\"btns\">"; // I would need this part to echo the button correctly if above status is Fermé <a href="viewtest.php?id=<?=$_GET['id']?>&status=Réouvert" class="btn blue" style="width:400px">Réouvrir ce billet</a> //End of part echo "</div>"; echo 'billet fermé'; } ?>
×
×
  • 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.