very basic code which we use offten in our day to day development and sometime we stucked . i write those issue here with simple solution. You will get codes of html, css, javascript, jquery, json,ajax, node.js, vue.js, nuxt.js, php and Mysql
Saturday, August 27, 2016
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.
Click Here to Download this script
Check out this snapshot click on below link to download package.


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
if we want save Hindi font in MySQL then we have to take care of collation
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
Subscribe to:
Posts (Atom)