A simple password storage type application developed using C language. Users can register and then login using their account. Password, Website name, Email Id can be stored for different accounts.
It has a menu based interface to perform user operations like addition, modification, deletion and others. Users need to remember just one password, using which he can access many others of different accounts. Also many users can use same app. Data of each user will created and stored in different .DAT files which will be created when user registers first time. Structures, file handling, pointers etc are used.
Demo railway reservation website developed using Html, CSS and PHP with wamp server. Functionalities Implemented: User can book ticket, check fare charges, see destinations and cancel ticket. User can inquire ticket availability. Two modes of transaction by debit and credit card are implemented. Booking detailed are stored in a table in Mysql and can be viewed by user. Tables for transactions are also implemented. Screenshots Code Link
Comments
Post a Comment