Jump to content

What could be wrong with this a tags link?


co.ador

Recommended Posts

<a href="<?php "menu.php?id=". $_GET['id']. "".'&register='. $_GET['register'] ?>">

 

When I click on this link then it won't take me to menu.php I don't know what could be going wrong with the way it is script it.

 

help

 

make something like this

<a href="<?= "menu.php?id=". $_GET['id']. "".'&register='. $_GET['register'] ?>">

 

now it will show the string and get values.

 

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.