Forum: PHP Sep 29th, 2008 |
| Replies: 1 Views: 428 I want to upload a Excel file in PHP. Please give me some url to follow. |
Forum: PHP Sep 28th, 2008 |
| Replies: 5 Views: 3,262 Hi, I want to display a progress bar when one file is downloading in php. Can any body help me? |
Forum: PHP Sep 28th, 2008 |
| Replies: 5 Views: 3,262 Thanks heenix . Yes I want PHP progress bar. Please Help me. |
Forum: PHP Sep 27th, 2008 |
| Replies: 4 Views: 470 Thanks Shanti. Can i give me more url from where i get how sessions are stored in HTTP header like from depth. |
Forum: PHP Sep 27th, 2008 |
| Replies: 4 Views: 470 I want know more about session and cookies. How it maintain and what is it use using php. where all session variables are stored in differnet web server. How session is maintained in Apache server... |
Forum: JavaScript / DHTML / AJAX Sep 26th, 2008 |
| Replies: 6 Views: 3,565 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<script>
function show()
{
var ss= document.getElementById('s1');
var len= ss.options.length;
var str="";
var... |
Forum: JavaScript / DHTML / AJAX Sep 26th, 2008 |
| Replies: 6 Views: 3,565 oSelect = document.getElementById ('s1');
var iNumSelected = 0;
var str="";
for (var iCount=0; oSelect.options[iCount]; iCount++) {
if (oSelect.options[iCount].selected == true) {
... |
Forum: PHP Sep 26th, 2008 |
| Replies: 5 Views: 3,262 I hv design a progress bar, the method start_progrss() starts the progress bas and the method end_progrss() stops the progress bar.
I develop two file 1. loginfile.php and
... |
Forum: PHP Sep 26th, 2008 |
| Replies: 6 Views: 1,154 I want exactly this code. Thank u |
Forum: PHP Sep 26th, 2008 |
| Replies: 6 Views: 1,154 |
Forum: PHP Sep 26th, 2008 |
| Replies: 6 Views: 1,154 Thanks cwarn23
But I hv a doubt. How can i check whether there are any value in url bar or empty. I mean how can i check there is a value in url or not. If there only address in url bar, then what... |
Forum: PHP Sep 26th, 2008 |
| Replies: 6 Views: 1,154 echo "<meta http-equiv=Refresh content=0;url=login.php?nflag=".$nflag.">";
Here i pass PHP variable nflag.
Can any body tell me where this variable(nflag) is store. So when i use
the statement... |
Forum: PHP Sep 26th, 2008 |
| Replies: 3 Views: 1,769 Thank u.
Where the variable
nflag
is stored? |
Forum: JavaScript / DHTML / AJAX Sep 26th, 2008 |
| Replies: 1 Views: 655 I want to make an image as link, such that when I click on the image a javascript function is called. The whole code is written in javascript.
I try this byt it files:... |
Forum: PHP Sep 26th, 2008 |
| Replies: 3 Views: 1,769 In php file I write ;
echo "<meta http-equiv=Refresh content=0;url=login.html>";
Here i load a login.html file. Along this i want to pass a php variable(suppose $nflag) content to login.html... |
Forum: JavaScript / DHTML / AJAX Sep 25th, 2008 |
| Replies: 3 Views: 849 |
Forum: JavaScript / DHTML / AJAX Sep 25th, 2008 |
| Replies: 3 Views: 849 I want to design a progress bar when a file from data base in loading. Any body can help me. |
Forum: PHP Sep 19th, 2008 |
| Replies: 4 Views: 7,718 If u want to use the java script variable in php code which is reside in the same file perhaps its not possible. U write the code in separate php file, and call that file as :
window.location.href... |
Forum: PHP Sep 19th, 2008 |
| Replies: 8 Views: 957 |
Forum: PHP Sep 19th, 2008 |
| Replies: 5 Views: 846 |
Forum: PHP Sep 19th, 2008 |
| Replies: 5 Views: 846 |
Forum: PHP Sep 19th, 2008 |
| Replies: 8 Views: 957 Thanks.
window.location.href = "loginCheck.php?idValue=" + idValue;
I use this code to pass a single value, how can i pass more than one value? |
Forum: PHP Sep 19th, 2008 |
| Replies: 8 Views: 957 Thank Shanti. Can u explain how can i use hidden variable in php. |
Forum: PHP Sep 19th, 2008 |
| Replies: 5 Views: 846 window.location.href = "updateReg.php?idValue=" + idValue;
in the above code, I pass just one value "idValue", can i Pass more than one value like this? |
Forum: PHP Sep 18th, 2008 |
| Replies: 8 Views: 957 Hi, I m new in this field. Actually I face a problem, I call a php file from a html file using javascript. I declare a variable in php file,I want to use this variable in the same html file after... |