Hi friends, Iam trying to export the datas from mysql to excel file with different color for different columns. All are working if the datas are low (about...
If you want to write an xls with only one sheet, as it seems from your code, then try this way. just print your whole things on a web page, using colors you...
Dear all I am registering a cookie as setcookie("user", $namV, time()+1200); And I'm checking the cookie exired or not as : if (!isset($_COOKIE["user"])) ...
I don't know, but its working fine with IE7, you might have some new features of IE8 that prevent it from storing cookies. check protected mode in IE, if you...
Thank u Prasad for yr reply. This I noticed in other browser (IE). that was i think 7.6. In old version it was working. In my coding after seeing from google...
Can you please help me how to do the video streaming through php coding. I'm having videos of format .VOB. Thanks, Shajan Joseph [Non-text portions of this...
Hi , You need ffmpeg in linux for streaming videos and audios . You can get many opensource scripts that can do the remaining work . Just need to give the path...