about 1 year ago - 2 comments
If you are working as a web designer or web developer than you must interacting with CSS for creating website. Here are some tips to create better Cascading Style Sheets ( CSS ) which might help you.
about 1 year ago - 5 comments
All about how to create table in Mysql database using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to create table in Mysql database using PHP.
about 1 year ago - 2 comments
All about how to insert / add data in to table using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to insert / add data in to table using PHP.
about 1 year ago - 1 comment
All about how to make connection with mysql database using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to make connection with Mysql database using PHP.
about 1 year ago - 4 comments
All about how to make create / drop database with mysql using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to create / drop database with Mysql using PHP.
about 1 year ago - No comments
All about how to update / edit data in to table using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to update / modify data in to table using PHP.
about 1 year ago - No comments
All about how to select / retrive data from table using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to select / retrieve data from table using PHP.
about 1 year ago - No comments
All about how to delete data from table using PHP. If you are a new / Begineer in PHP/Mysql than just go through this article. You will come to know that this is the easiest and error-free way to delete data from table using PHP.
about 1 year ago - 1 comment
All we know how to take mysql database backup from phpmyadmin but do you know how to take back-up from php file and after taking back-up , using back-up file load those data in to table by executing OUTFILE sql query from php file.
about 11 months ago - 6 comments
All we know that how to upload file(e.g. image , pdf) in folder using PHP. But in some web application if you need to upload files into MySQL database than here is your solution.