Forum: PHP 28 Days Ago |
| Replies: 2 Views: 277 THis is my code:
<html> <head>
<style type="text/css">
.popup { border: solid 3px #008040; font-family: Tahoma; font-size: 12px; display: none; position: absolute; width: 650px;z-index: 60;... |
Forum: PHP 28 Days Ago |
| Replies: 2 Views: 277 hi experts,
Here i have a problem with innerHTML in php page.
<script type="text/javascript">
function GetInner(sid)
{
document.getElementById("sid").innerHTML='<?php $id='+sid+'?>';
}
} |
Forum: PHP Feb 18th, 2009 |
| Replies: 4 Views: 698 Thank you for your reply.
please write the javascript code for Clock
Thanks in advance. |
Forum: PHP Feb 18th, 2009 |
| Replies: 4 Views: 698 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. |
Forum: PHP Feb 17th, 2009 |
| Replies: 2 Views: 642 Thanks for your reply.
please provide an example code of preparing quiz.
Questions should be showed one by one. |
Forum: PHP Feb 17th, 2009 |
| Replies: 2 Views: 642 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... |
Forum: PHP Feb 13th, 2009 |
| Replies: 3 Views: 2,838 Thank you for your reply. Yes, u r right, i want to play music on clients computers. But i don't know how to write music player code in java. How to connect Java to PHP. I tried a lot in google, but... |
Forum: PHP Feb 13th, 2009 |
| Replies: 3 Views: 2,838 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 |
Forum: PHP Nov 23rd, 2008 |
| Replies: 3 Views: 844 Great! its working. Thank you for ur help |
Forum: PHP Nov 23rd, 2008 |
| Replies: 3 Views: 844 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']; |
Forum: PHP Nov 23rd, 2008 |
| Replies: 9 Views: 30,314 |
Forum: PHP Nov 23rd, 2008 |
| Replies: 9 Views: 30,314 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']; |