Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~571 People Reached
Favorite Forums
Favorite Tags
php x 7
Member Avatar for KJATL

Hello there, I am working on an update script that can be broken down into 3 parts. 1. The form (uses id to populate fields) 2. The UPDATE 3. The confirmation. Form: [CODE] <?php require_once("includes/connection.php"); $pid = $_POST['pid']; $delete = $_POST['Delete']; $update = $_POST['Update']; if(isset($update)) { $sql = "SELECT * …

Member Avatar for KJATL
0
120
Member Avatar for KJATL

Hello, I do not know if I fully comprehend the use of post. My understanding was that because $_POST was a superglobal, the values set applied to all pages after having been set. Here is the problem I am facing. 1) User enters an id number into field to delete …

Member Avatar for meleo
0
111
Member Avatar for KJATL

Hello, I've got a series of buttons that take the user to the same page. Different information is passed to the PHP page effecting the behavior or the page. The functions work but the problem is that for each button not pressed, a Notice is displayed. Is there a switch …

Member Avatar for Designer_101
0
113
Member Avatar for KJATL

hi there im a novice to PHP and have been trying to put together a form with two buttons that post a variable value. The value is tested and then php perfroms whatever action that value points to (Update or Delete). My problem is that when I click the button, …

Member Avatar for KJATL
0
227