Note that there are some explanatory texts on larger screens.

plurals
  1. PONeed Help - Clicking on a image to set the status of a field
    primarykey
    data
    text
    <p>Basically, when someone submits information to the database, it fills in all of the fields <strong>but status.</strong></p> <p>Status(The field) is meant to be determined by the administration team which signs into the "Faction Leader" panel.</p> <p>Basically my intentions are so that the checkmark image is clicked(checkmark.png), it sets 'status' to accepted. When the X image is clicked(x.png), it sets <strong>status</strong> to denied within the MySQL database.</p> <p><strong>Here is a screenie of what I have set up so far for a application:</strong> </p> <p><img src="https://i.stack.imgur.com/vFBVA.jpg" alt="enter image description here"></p> <p>As stated, everything is under the table "Data".</p> <p>ID is a progressing row, which increases by a variable of 1 per entry.</p> <p><strong>Important web pages:</strong></p> <p><a href="http://www.anonymousresources.co.cc/IngameApplication/home.php" rel="nofollow noreferrer">http://www.anonymousresources.co.cc/IngameApplication/home.php</a> - The home page for the project. It's where the user submits his application, and where a user is linked to for faction administration. </p> <p><a href="http://www.anonymousresources.co.cc/IngameApplication/newviewdata.php" rel="nofollow noreferrer">http://www.anonymousresources.co.cc/IngameApplication/newviewdata.php</a> - New page I'm working on for the viewdata, it's unlocked on purpose. You can view it without signing in at the moment.</p> <p><strong>Note:</strong> I did have a nice design for this post which I worked all night on, but they wouldn't let me use images apparently because I'm new :/</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload