- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
11 Posted Topics
hi i m very interested to make a online music website, so i need Music player code in php. please help me. thanks in advance | |
Re: i need help in php <?php $num=2; ?> <a href="action.php?id='.$num.'">Text to be displayed</a> Here i m not getting $num value when i print echo $_GET['id']; | |
hi experts, Here i have a problem with innerHTML in php page. [code] <script type="text/javascript"> function GetInner(sid) { document.getElementById("sid").innerHTML='<?php $id='+sid+'?>'; } } </script> <body> <p id="sid"> </p> </body> [/code] it doesn't give any result. Please help me. | |
Hi, I want to show running time. i dont want to show present time. Time should be running on php page. Please Please help me. | |
I created a html form and i want to submit the form automatically. So i used Javascript. I add that html form in java using JEditorpane, but JEditorPane doesn't support javascript. i heard that there is Rhino package which supports Javascript. But I dont know how to add Rhino in … | |
Hi, I want to show running time in java Please write java code for me. thanks in advance. | |
Hi, How to add image to Jwindow. Here is my code: import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.text.*; import java.io.*; class Project4 extends JWindow { Container container; JTextField jt; JButton jb; public Project4(String st, final Image image) { container = getContentPane(); container.setLayout(new BorderLayout()); //JTextArea jtp = new JTextArea(st,10,10); //container.add(sp); … | |
hi, I want to build a popup window that should not be minimized and maxmized. that should be always on top. when other window is opened then the pop up window should not be minimized. Please help meeeeee thanks in advance | |
Hi, I have created a database, a table and stored 3 questions in the table. I need to show the questions one by one to users. when first question is visible then while loop should wait until user click on submit button. My Code is: include("dbconnect.php"); $result=mysql_query("select * from English") … | |
i have installed Jdk6.0 version, this doesn't contain smack package. here i have written a programme import java.util.Collection; import org.jivesoftware.smack.*; public class GtalkClient { public static void main(String[] args) throws XMPPException { ConnectionConfiguration config = new ConnectionConfiguration("talk.google.com", 5222, "rgukt.in"); XMPPConnection connection = new XMPPConnection(config); connection.connect(); connection.login("< narayana.nuz >","< narayanramlall >"); … | |
i need help in php [code=php]<?php $num=2; ?> <a href="action.php?id='.$num.'">Text to be displayed</a>[/code] Here i m not getting $num value when i print echo $_GET['id']; |
The End.