Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
U

User 9106259

@User 9106259
About
Posts
11
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to get date difference
    U User 9106259

    that is not happening so that only posted.

    Linux, Apache, MySQL, PHP php help tutorial question

  • how to get date difference
    U User 9106259

    hi 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.

    Linux, Apache, MySQL, PHP php help tutorial question

  • highlight the menu item according to the page
    U User 9106259

    hi i have different list in accordion format i want to highlight the list item according to the page

    • Hollywood
      • POP
      • Rock
      • Folk
      • Jazz
      • Country
      • Blues
    • Bollywood
      • POP
      • Rock
      • Folk
      • Jazz
      • Country
      • Hindu Stani
      • Film Songs

    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.

    Web Development help

  • error at download files in php
    U User 9106259

    hi, 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

    Web Development help php data-structures

  • how to install ffmpeg on wampserver2.1
    U User 9106259

    hi, Iam trying to install ffmpeg on wamp server2.1 but i failed to install can any one help to me. Thank you

    Web Development help tutorial

  • how to play songs which are in database
    U User 9106259

    how 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:;)
    Web Development javascript php database mysql data-structures

  • audio list is not preparing,not playing
    U User 9106259

    Iam 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")
    Web Development javascript help

  • amazon product advertise Api
    U User 9106259

    hi, How to implement amazon product advertise api to my website search field ? any one help to me Thank u

    Linux, Apache, MySQL, PHP json help tutorial question

  • load page on scrolling in phpweb site by using jquery
    U User 9106259

    Thank u for your reply total data is loaded at a time not like that for reference www.gobuy.co.uk check that after search.

    Linux, Apache, MySQL, PHP javascript php html help

  • Load page in scroll down in php website
    U User 9106259

    hi, 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

    Web Development javascript php html help

  • load page on scrolling in phpweb site by using jquery
    U User 9106259

    hi, 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.

    Linux, Apache, MySQL, PHP javascript php html help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups