Jump to content

rotcjackhammer

New Members
  • Posts

    2
  • Joined

  • Last visited

rotcjackhammer's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks for the feedback. It's most graciously accepted. Sometimes when you stare at something so long it all begins to run together, so a fresh set of eyes is good sometimes. I'm far from being a competent PHP programmer, I'm still learning the nuances, let alone the complexities. Thanks again, Guru!
  2. Hello all, first I have been searching for a resolution for this problem for days, stackoverflow and various other google searches don't seem to address the issue I'm having without something else being added into the scenario that's different from my experience. What I am doing is passing a primary key to another php page to edit my database using an UPDATE sql statement. First, the variable is transferred using $_GET and is visible in the isset($_GET['id']) if statement to select all corresponding IDs that match and place the database content into HTML text boxes for editing. This phase of the program works fine, but the ID variable is not accessible outside the isset($_GET[]) if statement so I can then use is in the isset($_POST) if statement which of course has the UPDATE sql statement. The code is attached. phpfreaks.php
×
×
  • 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.