Jump to content

buddhika2010

Members
  • Posts

    27
  • Joined

  • Last visited

    Never

Everything posted by buddhika2010

  1. 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
  2. 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
  3. can u show me a example code written sir
  4. 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
  5. 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
  6. <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>
  7. <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 ....
  8. i need a sample code ....i dont know how to do it sir
  9. 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
  10. can u provide a sample code ....i have no idea
  11. 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
  12. i want to export the mysql datbase field email address to windows address book format ? that mend we.WAB how to do that ?
  13. email me ur db script and the code .....can help u out buddika@gmail.com ......in the heading put from php freaks ....i got a lot of emails
  14. 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;}
  15. u don't have 2 go to a another page ...u can calculate what u need with the same page
  16. put eval( documentgetElementID......) it should work ........or else u send me the code i fix it buddika@gmail.com
  17. 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.