Forum: PHP Sep 29th, 2008 |
| Replies: 1 Views: 442 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,535 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,535 Thanks heenix . Yes I want PHP progress bar. Please Help me. |
Forum: PHP Sep 27th, 2008 |
| Replies: 4 Views: 488 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: 488 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: PHP Sep 26th, 2008 |
| Replies: 5 Views: 3,535 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,233 I want exactly this code. Thank u |
Forum: PHP Sep 26th, 2008 |
| Replies: 6 Views: 1,233 |
Forum: PHP Sep 26th, 2008 |
| Replies: 6 Views: 1,233 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,233 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,916 Thank u.
Where the variable
nflag
is stored? |
Forum: PHP Sep 26th, 2008 |
| Replies: 3 Views: 1,916 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: PHP Sep 19th, 2008 |
| Replies: 4 Views: 8,408 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: 986 |
Forum: PHP Sep 19th, 2008 |
| Replies: 5 Views: 878 |
Forum: PHP Sep 19th, 2008 |
| Replies: 5 Views: 878 |
Forum: PHP Sep 19th, 2008 |
| Replies: 8 Views: 986 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: 986 Thank Shanti. Can u explain how can i use hidden variable in php. |
Forum: PHP Sep 19th, 2008 |
| Replies: 5 Views: 878 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: 986 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... |