Posts

Showing posts with the label php

Password Function Using PHP

Image
Assalam u Alikum, Here is PHP script to add UserName and Password Functionality in Your Webpage Using PHP. Here is my Login Page You can design whatever You want. Just ensure Name Attribute is same on both HTML (Input Tag) and PHP script. Thanks... Regards Asad Saleem

Hotel Management System (Full Project)

Image
This Package include Following files and folder : Folders: assets css fonts js images Files: about.php dbConnection.php department.php dvalidate.php employees.php footer.php header.php index.php login.php login_validate.php logout.php mainpage.php modalautocome.php restaurant.php rooms.php rvalidate.php signup.php svalidate.php Screen Shots: Download full project's .zip file From Below Link ☺  DOWNLOAD  ☺

Read XML file in PHP (Code)

Image
Welcome in thePHPzilla, Here is the code... Share it with your friends. so they also get help from it. View PHP File Here...  

Image Steganography

Image
Steganography : Steganography  is the method of hide a  message,  file,  video , or image  within an another  message,  file,  video , or  image .  Implementation Image  Steganography  using PHP : We need 1 image and following 3 php scripts for implementing basic Image Steganography. encrypt.php decrypt.php functions.php 1.jpg First thing keep in mind all Paths used in code must be correct or placed all file in root directory. 1- Encrypt.php Just Follow the Above code and make a encrypt.php file 2- Decrypt.php Just Follow the Above code and make a decrypt.php file 3- Function.php Just Follow the Above code and make a function.php file