Home
About Me
Contact Me
Contact Me
Get in touch with us by filling out the form below.
Name
Email
*
Message
*
0 comments:
New comments are not allowed.
Home
Social Profiles
About
Popular
Tags
Blog Archives
How can insert the data in mysql using php?
step 1:- Firstly create a database name & secondly create a table in MySQL. step 2:-After that create a table structure eg. Column Na...
PHP Error Types - And their Differences
Notices : It will be shown in below condition like if we will try to access a variable which is not defined yet. it will not stop ...
Create a MySQL Database Using MySQLi and PDO
The following examples create a database named "myDB": <?php $servername = "localhost" ; $username = "...
Simple Login with php & mysql
Creating the Database Table:- Execute the following SQL query to create the users table inside your MySql database. CREATE TABLE use...
Delete data using core php ?
<?php if(isset( $_REQUEST ['del_id'])) { $del= $_REQUEST ['del_id']; $de= "delete from user where uid...
Blog Archive
▼
2018
(20)
▼
November
(13)
What is session in php? how can use the php session?
How to delete data from database using MVC?
How to update multiple table in MySQL?
Image upload by ajax in php
How can edit the data in MySql using core php ?
How can edit the data in MySql using core php ?
Delete data using core php ?
How can fetch the records in MySQL using php?
How can insert the data in mysql using php?
PHP Error Types - And their Differences
MySql Quaries
OOP PHP Login Tutorial
PHP Case Sensitivity
►
October
(7)
About Me
Unknown
View my complete profile
Wikipedia
Search results
Contact Form
Name
Email
*
Message
*
Total Pageviews
0 comments:
New comments are not allowed.