Jump to content

hmsg

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

hmsg's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have a file "produtos.php" that i want to make a link to another file "cprodutos.php" passing a variable with a number. This is the code that i have in produtos.php: print("<p style=\"margin-top: 0; margin-bottom: 0\">&nbsp;<a href=\"cprodutos.php?idcat=$campo_id\">$campo_c</a>"); I think this part is correct, because the link is made correctly, it gives me this: [a href=\"http://www.hmsg.net/bijuteria/cprodutos.php?idcat=2\" target=\"_blank\"]http://www.hmsg.net/bijuteria/cprodutos.php?idcat=2[/a] the 2 is the number that i want to pass. But in the cprodutos.php i don't know how to get the variable? is there any function to get the idact=2? What code should i put in the cprodutos.php? Whith the best regards Hugo Gomes
×
×
  • 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.