Wednesday 12 December 2018

PHP,Mysql video tutorials for Web Development by Unitedwebsoft.in

We at unitedwebsoft created PHP,Mysql video tutorials course .

In Web Development PHP language is widely used . If you are looking to build your career in Web Development , You must have to start with
PHP,Mysql . Lots of training center provide PHP ,Mysql course. But most of there syllabus are very basics .They only covers mainly theoretical parts .
They hardly touch practical aspects . So, after learning this , it would be hard to find a good job in PHP,Mysql .

I have created complete  PHP,Mysql ecommerce project based video tutorials in Hindi Language .
https://unitedwebsoft.in/blog/phpmysql-video-tutorials/



Monday 7 August 2017

Creating Price Range Slider using jQuery in PHP with MySQL

In this tutorials we will create Jquery Ajax price range slider with
PHP,Mysql .This is very useful for user that allow to filter data/items based on rang slider drag rather than typing price .
Nowadays , this is quite common requirements for websites that have products to display or sell .

Visit Tutorial : http://unitedwebsoft.in/blog/creating-price-range-slider-using-jquery-php-mysql/

Saturday 22 July 2017

Access website from IP address on our local PC


Generally the website can be accessed by typing http://server_ip/~cpanelusername/
on the server’s cpanel without Domain name Server ( DNS ) pointing .
But in some hosting provider disable this feature due to security reasons . Thus ‘mod_userdir’ is disabled and you can’t enable it on your shared hosting .
However , we have an alternate method to test our new server .
Follow below tutorials : http://unitedwebsoft.in/blog/access-website-without-domain-name-assigned/

Wednesday 5 July 2017

Send Email via SMTP Server in PHP using PHPMailer

Any web application may need send email through it’s script. In PHP, we use mail() function to send from web server .However sometimes it may cause delivery issue.
Means when we send email from php using just mail() function , sometimes recipient don’t receive the mail .To overcome this issue we need SMTP to send email in php .
Visit tutrials link


http://unitedwebsoft.in/blog/send-email-via-smtp-server-php-using-phpmailer/

Tuesday 23 May 2017

Connect and Handle Files in FTP Server using PHP

It is important for any web developers for upload files to server using FTP. We know there are plenty of FTP clients available
in market like filezilla, cute ftp etc .
PHP also provide lots of functions to handle files on FTP server . In this below PHP tutorial we will guide you how to use PHP scripts
to handle files in FTP server .

Read more :
http://unitedwebsoft.in/blog/connect-handle-files-ftp-server-using-php/

Friday 31 March 2017

Creating dynamic Photo Gallery with jQuery, PHP & MySQL


PHP,Jquery Tutorial on
How to create Dynamic image,photo gallery in php mysql using jquery ?
learn to easily create image gallery with php,mysql
Visit tutorial here :
http://unitedwebsoft.in/blog/creating-dynamic-photo-gallery-jquery-php-mysql/

Photo Galley is a most used section in any website . We can use photo gallery to display portfolio images , event’s photos, client’s logo etc .
Today we will creating a dynamic photo gallery using Jquery in PHP, Mysql.

We also integrate fancybox image pop up for displaying larger image when user clicks on thumb image .