![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jun 2008
Posts: 8
OS: Windows XP
|
PHP user system with pending verification
Hi All
I’m wanting to create a system where a user can log in, fill in some information in some forms an submit it, sending an email to the IT manager saying the information has been sent to the database From here a IT manager should be able to log in and see this information as a pending request. The IT manager should then be able to click a check box verifying the information has been received; the data should then be copied into a new table called completed information with a date stamp. An email should then be sent to the user saying the information has been received If anyone knows of any PHP code or a similar system that i may be able to use that would be great Cheers Steve |
|
|
|
|
|
#2 (permalink) |
|
Design Team Member
|
Re: PHP user system with pending verification
This may get you pointed in the right direction:
http://www.evolt.org/PHP-Login-Syste...Admin-Features I'm always here to help, but I never just do things like this for people because nobody learns anything when it's done for them :P Once you get as far as you can get and need help, let me know (remember to post your code here)
__________________
Free Resources PC Protection - Comodo Firewall | AVG Anti-Virus | WinPatrol | Ad-Aware | Spybot S&D | SpywareBlaster |Web Design/Programming - KompoZer (Editor) | Paint.NET (Graphic) | GIMP+GIMPShop (Graphic) | FileZilla (FTP Client) | Free Hosting | |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Jun 2008
Posts: 8
OS: Windows XP
|
Re: PHP user system with pending verification
Hi Redcore
I've used that tutorial before many times, but it didnt really help me get the info i needed. Do you have any other ideas? like you said its best to learn how to do it but it would be helpful to get an example to work from, as i have only just begun writing PHP Cheers Steve |
|
|
|
|
|
#4 (permalink) |
|
Design Team Member
|
Re: PHP user system with pending verification
Yeah, I just wanted you to study that code moreso and take direction from it - I personally think it's a bit overblown and over complicated.
How much PHP do you know? If you understand cookies and how to add/modify data in a database, you're well on your way.
__________________
Free Resources PC Protection - Comodo Firewall | AVG Anti-Virus | WinPatrol | Ad-Aware | Spybot S&D | SpywareBlaster |Web Design/Programming - KompoZer (Editor) | Paint.NET (Graphic) | GIMP+GIMPShop (Graphic) | FileZilla (FTP Client) | Free Hosting | |
|
|
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Jun 2008
Posts: 8
OS: Windows XP
|
Re: PHP user system with pending verification
I'm only just starting out to writing anything at the moment, i have very little experience with PHP, i have a few books so i'm going through them. I understand how to add/modify data in the database but i'm not really sure about cookies.
|
|
|
|
|
|
#6 (permalink) |
|
Design Team Member
|
Re: PHP user system with pending verification
Cookies are really easy. Just think of it like wrist tags. Someone walks into your store (web site) and says "I'm Bob, my password is 39009308" - you check that it verifies and when it does, you give them a wrist tag that says "Bob" and their password. Whenever they roam around and want to access sensitive data, you check that wristband and make sure that the username/password combination check out. If not, you kick them out of the store :)
Applying a cookie is very easy... PHP Code:
PHP Code:
__________________
Free Resources PC Protection - Comodo Firewall | AVG Anti-Virus | WinPatrol | Ad-Aware | Spybot S&D | SpywareBlaster |Web Design/Programming - KompoZer (Editor) | Paint.NET (Graphic) | GIMP+GIMPShop (Graphic) | FileZilla (FTP Client) | Free Hosting | |
|
|
|
![]() |
| Thread Tools | |
|
|