Jump to content

Vilcenia

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Vilcenia's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I hope someone can help me. I am passing a variable via URL to another page. The page has fields that are in Page Tabs. The data is populating in the fields correctly, but I the page tabs are not working and I keep getting this Internet Explorer error: 'QUERY_SEARCH_ARG' is undefined code: 0 I tried using Firefox and it doesn't work using that browser neither. My code for passing the variable: echo' <td align="left"><a href="student.php?id=' . $sid. '">' . $sid. '</a></td>'; To get the value from the passed argument, I use: $sid = ($_REQUEST['id']); So is there anything I should be doing when passing a variable to maintain the page tab form? ~V
×
×
  • 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.