stephenf33 Posted October 20, 2008 Share Posted October 20, 2008 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 More sharing options...
waynew Posted October 20, 2008 Share Posted October 20, 2008 This would pretty easy to code yourself. Good learning process too! Link to comment https://forums.phpfreaks.com/topic/129221-php-information-management/#findComment-669924 Share on other sites More sharing options...
nitation Posted October 20, 2008 Share Posted October 20, 2008 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! Link to comment https://forums.phpfreaks.com/topic/129221-php-information-management/#findComment-669936 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.