Skip to main content

Posts

Showing posts from 2016

Gallery Management And File Management Using PHP

GalleryManagement represents the latest in cloud-based File management tool  .  GalleryManagement developed from the idea that we could reduce the headaches that we found many of our clients experienced with their old files management software. Designed to replace those systems,  GalleryManagement is a Web-based solution for tracking everything from contacts and transactions to artwork, invoices, purchase orders and much more, and it is accessible online from any computer or mobile device with internet access Download Source code:- https://www.dropbox.com/s/8pnbwyyat15rnkg/gallery_management.zip?dl=0 video link:- https://youtu.be/ES_iZH97OqU How To stored your data in database. Step By Step Guide to Database Connection Step  1:-includes/constants.php Define database name define("DB_NAME", "database name"); Step 2:-  upload_file.php (1.) Inducles database connection file:        <?php //require_once("includes/connection.php&

how we can upload multiple files with progress bar.

How to upload multiple image and file  with progress bar  using php and mysql. In this post I am going to show you how we can upload multiple files with progress bar  and stored your data in database. Download Source code : -   https://www.dropbox.com/s/8i5syjmcwhewos6/multiple%20file%20upload.zip?dl=0 Video Link:- https://youtu.be/Qcy7Y83SVU0 How To stored your data in database. Step By Step Guide to Database Connection Step  1:-includes/constants.php Define database name define("DB_NAME", "database name"); Step 2:-  upload_file.php (1.) Inducles database connection file:        <?php //require_once("includes/connection.php"); ?> (2.) Write a insert query command  :         $query="INSERT INTO `image`(`ID`, `PHOTO_NAME`) VALUES           ('$file_id_upload ','$file_name')";  (3.) Write   Execute query command:           mysql_query($query); Please comment if you have an

How to install website on hosting space

If you are new to Web Hosting, and are looking at a very thorough explanation on how to install Website on a CPanel hosting account, then this tutorial should be quite helpful. Tutorial Video link :- https://www.youtube.com/watch?v=TfNl8t0Zat0 This  tutorial   is a step by step guide, including a thorough explanation of the e-mail you should have received from your hosting company and what the information means, how to create a mysql user and mysql database, how to configure the website configuration file . how to upload the content to your shared hosting server, and how to complete your website Installation and get online. Step by Step Guide to Import Website Pages 1. Go to Cpanel  2. File manager  3. upload 4. select file  5.format .html/zip/.php 6.upload Follow step by step this video :- https://www.youtube.com/watch?v=TfNl8t0Zat0 Step By Step Guide to Database install 1. Go to Cpanel. 2. My-SQl database Wizard 3. Create database  4. Phpmyadmin. 5. Click on data

How to build a website# in under 15 Minutes.

Any type of website you want looking for you start a blog, build  a company or small business site. and a personal hobby site . Now you can make your own website in a matter of minutes using the power of 15minwebsite. All you need is a few minutes to follow our step by step tutorials and you will have your website up and running in no time. There are 5 Basic Steps required to build a website, they are: 1: Register A Domain Name The first thing you need when you create a website is a domain name, we use and recommend Godaddy.com to register the domain for your new website. 2: Setup A Web Host Account In order for your newly created website to be online and available to the world 24/7, you will need to host it somewhere, We use and recommend domainindia.com for all your web hosting needs. 3: Configure Your Domain & Web-hosting In order to make your domain and your web-hosting talk to each other, you need to point your domain's name servers towards your web host. It