Jump to content

LC8Joe

Members
  • Posts

    3
  • Joined

  • Last visited

LC8Joe's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thx exeTrix! U saved my day
  2. Hi Jessica, thank you very much for your answer but it seams that I just don't get it I'm trying to get the value of $i when I click the link but even when I don't get a parse error, it will call function= with no value returned $i = 55; echo '<a href=\"'.$_SERVER['PHP_SELF'].'?function="$i"'.">Click here to call the function</a>"; if(isset($_GET['function'])) { echo $_GET['function']; }
  3. I'm trying parse this line: echo '<a href="'.$_SERVER['PHP_SELF'].'?function='$i'">Click here to call a function</a>'; and keep getting an error, how can I place the value of i$ ? Can you please help me?
×
×
  • 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.