Saturday, September 10, 2011
Friday, September 9, 2011
I Don't Want to Talk About It
I can tell by your eyes that youve probbly been cryin forever,
And the stars in the sky don't mean nothin to you, they're a mirror.
I don't want to talk about it, how you broke my heart.
If I stay here just a little bit longer,
If I stay here, wont you listen to my heart, whoa, heart?
If I stand all alone, will the shadow hide the color of my heart;
Blue for the tears, black for the nights fears.
The star in the sky don't mean nothin to you, they're a mirror.
I don't want to talk about it, how you broke my heart.
If I stay here just a little bit longer,
If I stay here, wont you listen to my heart, whoa, heart?
I don't want to talk about it, how you broke this ol heart.
If I stay here just a little bit longer,
If I stay here, wont you listen to my heart, whoa, heart?
My heart, whoa, heart.
written by danny whitten, 1977
Monday, September 5, 2011
switch case mysql
select
CASE month
when "01" then "January"
when "02" then "February"
when "03" then "March"
when "04" then "April"
when "05" then "May"
when "06" then "June"
when "07" then "July"
when "08" then "August"
when "09" then "September"
when "10" then "October"
when "11" then "November"
when "12" then "December"
END
from calendar where year = "2011" order by month
Sunday, September 4, 2011
run PHP code from a .html File
add these lines to your .htaccess file
for a particular file name test.html
AddType application/x-httpd-php .html
for all file .html
AddType application/x-httpd-php .html
for a particular file name test.htm
AddType application/x-httpd-php .htm
for all file .htm
AddType application/x-httpd-php .htm
Subscribe to:
Posts (Atom)