that is not happening so that only posted.
User 9106259
Posts
-
how to get date difference -
how to get date differencehi i have 4 fields like as bellow 1.start date 2.start time 3.end date 4.end time by using above fields how can i get difference in hours in php project any body can help me. thank you.
-
highlight the menu item according to the pagehi i have different list in accordion format i want to highlight the list item according to the page
the above list is the sample list and i am using bellow code $(document).ready(function($){ $('#accordion-4').dcAccordion({ eventType: 'hover', autoClose: true, saveState: true, disableLink: true, menuClose: false, speedIn:10, speedOut:10, showCount: false, }) }); can any one help to me.
-
error at download files in phphi, Iam using bellow function to download files but files are not extracting after download . function zipFilesAndDownload($file_names,$archive_file_name,$file_path) { $zip = new ZipArchive(); //create the file and throw the error if unsuccessful if ($zip->open($archive_file_name, ZIPARCHIVE::CREATE )!==TRUE) { exit("cannot open <$archive_file_name>\n"); } //add each files of $file_name array to archive foreach($file_names as $files) { $zip->addFile($file_path.$files,$files); echo $file_path.$files,$files."
"; } $zip->close(); //then send the headers to foce download the zip file header("Content-type: application/zip"); header("Content-Disposition: attachment; filename=$archive_file_name"); header("Pragma: no-cache"); header("Expires: 0"); readfile("$archive_file_name"); exit; } any one can help to me.. Thank u -
how to install ffmpeg on wampserver2.1hi, Iam trying to install ffmpeg on wamp server2.1 but i failed to install can any one help to me. Thank you
-
how to play songs which are in databasehow to play list of songs selected which are in database can any one help to me **list.php**
"; $song_id[]=array(); $title[]=array(); $query1=mysql_query("select * FROM songs "); while($result=mysql_fetch_array($query1)){ $song_id[]=$result['song_id']; $title[]=$result['title']; } $len=sizeof($song_id); $len1=sizeof($title); for($i=1;$i<$len;$i++){ ?>
**play.php** Audio Player Demo //<![CDATA[ $(document).ready(function(){ new jPlayerPlaylist({ jPlayer: "#jquery_jplayer_1", cssSelectorAncestor: "#jp_container_1" }, [ <?php for($i=0;$i<$len-1;$i++){ $query1=mysql_query("select * FROM songs where song_id=$songid[$i]"); while($result=mysql_fetch_array($query1)){ ?> { title:<?php echo $result['title'];?>, mp3:<?php echo $result['url'];?> //oga:<?php echo $result['url'];?> } <?php } } ?> ], { playlistOptions: { //autoPlay: true, enableRemoveControls: true }, swfPath: "js", supplied: "oga, mp3", wmode: "window" }); }); //]]>
- [previous](javascript:;)
- [play](javascript:;)
-
audio list is not preparing,not playingIam using bellow code and js files but it is not working to play audio,add to play list any one can help to me. Audio Player Demo //<![CDATA[ $(document).ready(function(){ new jPlayerPlaylist({ jPlayer: "#jquery_jplayer_1", cssSelectorAncestor: "#jp_container_1" }, [ { title:"Cro Magnon Man", //mp3:"http://www.jplayer.org/audio/mp3/TSP-01-Cro\_magnon\_man.mp3", oga:"http://www.jplayer.org/audio/ogg/TSP-01-Cro\_magnon\_man.ogg" }, { title:"Your Face", //mp3:"http://www.jplayer.org/audio/mp3/TSP-05-Your\_face.mp3", oga:"http://www.jplayer.org/audio/ogg/TSP-05-Your\_face.ogg" }, { title:"Cyber Sonnet", mp3:"http://www.jplayer.org/audio/mp3/TSP-07-Cybersonnet.mp3", oga:"http://www.jplayer.org/audio/ogg/TSP-07-Cybersonnet.ogg" },{ title:"sample", mp3:"address/files/01 - Guzarish.mp3" } ], { playlistOptions: { //autoPlay: true, enableRemoveControls: true }, swfPath: "js", supplied: "oga,mp3", wmode: "window" }); $(".song").click(function() { $("#jquery_jplayer_1").jPlayer("setMedia", { mp3: $(this).attr("name").val() }).jPlayer("play"); $("#jquery_jplayer_1").jPlayer("play"); return false; }); }); //]]>
- [previous](javascript:;)
- [play](javascript:;)
- [pause](javascript:;)
- [next](javascript:;)
- [stop](javascript:;)
- [mute](javascript:; "mute")
-
amazon product advertise Apihi, How to implement amazon product advertise api to my website search field ? any one help to me Thank u
-
load page on scrolling in phpweb site by using jqueryThank u for your reply total data is loaded at a time not like that for reference www.gobuy.co.uk check that after search.
-
Load page in scroll down in php websitehi, i have a html data(more than window size) as php variable . i want to load that data on scrolling down (by using Jquery/javascript). any one can help to me.... thank u.
prakash
-
load page on scrolling in phpweb site by using jqueryhi, i have a html data(more than window size) as php variable . i want to load that data on scrolling down . any one can help to me.... thank u.