Jump to content

buddhika2010

Members
  • Posts

    27
  • Joined

  • Last visited

    Never

Everything posted by buddhika2010

  1. i try out a curl ...that's fails
  2. Hey Guys ; I need a code in php to send direct message to using Twitter .All i need from my php application i want to pass a URL to my Twitter account ....pls share me some tutorial or any working code thanks
  3. I am getting an error 'fix Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.' the files are physically at the correct folders and when i try to run pages like //www.test.com/folder/1.php it giving this error but the file was there in the server ? what would be the solution like
  4. can u show me a example code written sir
  5. i need a php script for download the enire directory with the files . i need a script for that .. ex- floder 11 it contains 23 files ....when user click a button i want to download the floder 11 and inside the floder 11 has to be allow files are included in the folder
  6. where is the player code
  7. tell me the code how to do this
  8. thx.this is not work out for me
  9. i want to play a avi file in a php web page . i need a sample code and player for this ..pls put some link to achieve this.this avi files are allocate in the web directory ....its not out side links thx
  10. <script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; flashvars.songInfo = ""; var params = {}; params.menu = "false"; params.scale = "noscale"; params.wmode = "transparent"; var attributes = {}; attributes.id = "MP3Player.swf"; attributes.align = "middle"; swfobject.embedSWF("MP3Player_000.swf", "mp3Player", "624", "524", "9.0.0", false, flashvars, params, attributes); </script>
  11. <script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; flashvars.songInfo = ""; var params = {}; params.menu = "false"; params.scale = "noscale"; params.wmode = "transparent"; var attributes = {}; attributes.id = "MP3Player.swf"; attributes.align = "middle"; swfobject.embedSWF("MP3Player_000.swf", "mp3Player", "624", "524", "9.0.0", false, flashvars, params, attributes); </script> from where can i add the xml file or add the individaul mp3 file ....
  12. i need a sample code ....i dont know how to do it sir
  13. I need a working example of flash mp3 player to add and play online music link files to the paly list and remove it form the play list as well. someone pls share a working code with me thx
  14. thanks a lot
  15. can u provide a sample code ....i have no idea
  16. I have a small mp3 script and its running accurately ...i want to check the mp3 URL before playing it whether the mp3 link active or broken ....how to check the link is active or broken in php thx
  17. i want to export the mysql datbase field email address to windows address book format ? that mend we.WAB how to do that ?
  18. email me ur db script and the code .....can help u out [email protected] ......in the heading put from php freaks ....i got a lot of emails
  19. if(paging!=0){ var pagex="&currentpage="+paging;}else{ var pagex="";} this will result &currentpage=0 when paging is equal to 0 if(paging==0){ var pagex="";}else{ var pagex="&currentpage="+paging;}
  20. u don't have 2 go to a another page ...u can calculate what u need with the same page
  21. use jquery ..very simple
  22. put eval( documentgetElementID......) it should work ........or else u send me the code i fix it [email protected]
  23. does any one knows how to call a java web service method in php using soap client i try to call the method /// $result = $client->call('ConfirmRenewalPayment', array('vehicleNo' => $pass_vechileno,'policyNo' => $pass_policyno,'renewalCount"' => $pass_renewalCount,'endrosementCount"' => $pass_endoseCount,'policyAmount"' => $pass_policyAmount,'commencementDate"' => $pass_commencementDate,'expiryDate"' => $pass_expiryDate,'bankCode"' => $pass_bankCode,'branchCode"' => $pass_branchCode)); like this but out will always get 0
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.