Php Proj
Home/Dashboard Page Code in Php
Example : PHP Code for Home/Dashboard Page in Left-Side-Panel Format. Example : PHP Code for a Home/Dashboard Page in Top-Bottom-Panel Format, and open all pages in an iframe. Example : PHP Code for a Home/Dashboard Page in Top-Bottom-Panel Format with Sliders, and open all pages in a new window with Header and Footer Read more…
![]()
Php Proj
Login Page Code in Php
Example : How to open the Home page after successful validation of the Login Page in PHP?
![]()
Php Proj
Include & Require Statement in Php
Example : How to insert all Php file contents as it is, in another Php file/page at required place ? NB : We can use ‘require’ in place of ‘include’ also. for more details about them see difference between option.
![]()
Php Proj
Basic/Misc Codes in Php
Example : How to make/use comments in different ways in PHP? Example : How to print/display messages in PHP in a different way? Example : How to include/attach other pages in different ways in PHP? Example : How to move/transfer/navigate to another or the next PHP page from the current Read more…
![]()
Php Proj
E-mail Sending Code in Php
Example : How to send email in Php using mail() fucnction [with Static data]. Example : How to send email in Php using mail() fucnction [with Dynamic data]. Example : How to send email in Php by mail() function using PHPMailer library file [with Dynamic data].
![]()
Php Proj
Difference between
Difference between Cookie and Session Method Slno. Cookie Session 01. A cookie is a bit of data stored by the browser and sent to the server with every request.Cookies are used to identify sessions. A cookie is mainly used to identify a user. A cookie is a small file that the Read more…
![]()
Php Proj
Transfer value from Database-Php-html-java script
How to Pass values from a php via java script to HTML elements
![]()
Php Proj
Hang Data into Combo Box from Database
How to hang/link/attach MySql data into html Combo box.
![]()