Jump to content

Php information management


stephenf33

Recommended Posts

Hi All,

 

I am looking to develop a User manangement information system but i am not that great with PHP and was really looking for some source code or a push in the right direction

 

What i want to happen is a User Logs in creates a new ticket that has information that needs to filled out, this is submitted. The administrator should then be able to see this ticket and who its from with all the filled in information, the administrator can then change the status to completed when the information is recieved

 

If anyone could help i would be really grateful

 

Regards

 

Steve

Link to comment
https://forums.phpfreaks.com/topic/129221-php-information-management/
Share on other sites

You also need the following:

 

A PHP enabled web host

Database ( e.g, MYSQL)

 

You need to create database tables for the type of information you gonna be holding, in your script, you gonna have to connect to the database using the mysql_connect();

 

Kick-start with that and lets see how far you have gone!

 

:D

 

Archived

This topic is now archived and is closed to further replies.

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