I am a programmer but I hate grammar. Here you will find what I did, doing , will do ... Scattered pieces of knowledge that I have deleted from my mind to the trash bin through out my boring daily coding life. I will also report some of my failures in life so dear to me not success, because I have always learnt much only when I fail.
Tuesday, July 23, 2013
Wednesday, July 10, 2013
Tpye french accents with a QWERTY keyboard
Hi, if you use french language and familiar with english you may have come through this issue. If you don't want to install a third party software or alter your PC configuration, here is a simple a easy way to do that.
Just type ALT + Three number as follows.
ALT 130 = é
ALT 131 = â
ALT 132 = ä
ALT 133 = à
ALT 134 = å
ALT 135= ç
ALT 136 = ê
and soon.
Just type ALT + Three number as follows.
ALT 130 = é
ALT 131 = â
ALT 132 = ä
ALT 133 = à
ALT 134 = å
ALT 135= ç
ALT 136 = ê
and soon.
Friday, July 5, 2013
Warning: mysl_result() expects parameter 2 to be long, string
You may have certainly come across this problem.
To solve this problem you have to set the second parameter as zero 0 to ask mysql to start from the first row.
e.g: $res = mysql_result($comment_result, 0);
Hope it helps.
To solve this problem you have to set the second parameter as zero 0 to ask mysql to start from the first row.
e.g: $res = mysql_result($comment_result, 0);
Hope it helps.
Subscribe to:
Posts (Atom)