
buddhika2010
Members-
Posts
27 -
Joined
-
Last visited
Never
Everything posted by buddhika2010
-
Help to send direct message to using Twitter account via PHP
buddhika2010 replied to buddhika2010's topic in Miscellaneous
i try out a curl ...that's fails -
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
-
can u show me a example code written sir
-
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
-
where is the player code
-
tell me the code how to do this
-
thx.this is not work out for me
-
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
-
<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>
-
<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 ....
-
i need a sample code ....i dont know how to do it sir
-
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
-
thanks a lot
-
can u provide a sample code ....i have no idea
-
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
-
i want to export the mysql datbase field email address to windows address book format ? that mend we.WAB how to do that ?
-
Update text as numbers are typed into input field
buddhika2010 replied to Smudly's topic in Javascript Help
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 -
if(paging!=0){ var pagex="¤tpage="+paging;}else{ var pagex="";} this will result ¤tpage=0 when paging is equal to 0 if(paging==0){ var pagex="";}else{ var pagex="¤tpage="+paging;}
-
Update text as numbers are typed into input field
buddhika2010 replied to Smudly's topic in Javascript Help
u don't have 2 go to a another page ...u can calculate what u need with the same page -
Image fade in/out on mouseover/mouseout
buddhika2010 replied to RopeADope's topic in Javascript Help
use jquery ..very simple -
put eval( documentgetElementID......) it should work ........or else u send me the code i fix it [email protected]
-
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