Jump to content

Running Queries to DB via PHP webpages.


COOKIED89

Recommended Posts

I need some help getting PHP to talk with a MYSQL database.

I want a PHP page with a table that is setup to be able to edit/retrieve and 'print' data from the table.

 

My tables are below :

 

authteam - id, teamname, teamlead, status.

authuser - id, uname, passwd, team, level, status, lastlogin, logincount.

state - state, name

timesheet - ID, uname, entrydate, state, hours

 

I want users, once logged in to be able to :

 

ADD AN ENTRY:

 

<username inserted automatically> (hidden?) <DATE> <STATE> <AMOUNT OF HOURS>

 

View Existing Entries (Like a 'Monthly Table/Overview) .. and if possible, be able to have edit buttons along the table somewhere.

STATE TOTAL HOURS

VIC 2.4

 

 

 

I know the queries I want to use, for example -

 

SELECT sum(`hours`) Total FROM timesheet WHERE `STATE` = "VIC";

 

.. It's just getting them to work within a PHP page and talk to the DB. The server at the moment is localhost and username root, no password.

But this will obviously change. Thank you.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.