Saturday, August 27, 2016

How To install hotspot shield VPN proxy in chrome

Friday, August 19, 2016

Create Simple Chat Sever Using PHP and MySql

Do you want to create a simple chat server using php if yes then you are at right place.
Check out this snapshot click on below link to download package.



Create Simple Chat Sever Using PHP and MySql


Create Simple Chat Sever Using PHP and MySql


Click Here to Download this script


Saturday, August 6, 2016

How to store data in Hindi (unicode) language

some time we need to save data into another language such as Hindi.
if we want save Hindi font in MySQL then we have to take care of  collation 





Steps

 when you are creating a table, see collation column. select urf_general_ci. if you will choose another collation and will insert Hindi text then it will appear like "?????? ?? [][][][][][]"





Solution