[PHP] Passing JAVASCRIPT variable to PHP Script...

2006-10-10 Thread Captain
. Expecting ur reply. Thanks in advance Prabhakaran. -- View this message in context: http://www.nabble.com/Passing-JAVASCRIPT-variable-to-PHP-Script...-tf2415628.html#a6733549 Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net

Re: [PHP] Passing JAVASCRIPT variable to PHP Script...

2006-10-10 Thread Penthexquadium
by javascript, so that i can create file store this variable. If it is not possible, plz give any other solution. Expecting ur reply. Thanks in advance Prabhakaran. -- View this message in context: http://www.nabble.com/Passing-JAVASCRIPT-variable-to-PHP-Script...-tf2415628.html#a6733549

Re: [PHP] Passing JAVASCRIPT variable to PHP Script...

2006-10-10 Thread David Tulloh
Captain wrote: Hi geeks, i am uploading a file to server. Uploading part is working fine. i am struggle with minor part. actually before uploading file, i am checking for existance of a file. If it is not exists, directly i am uploading that file. If it exists, i sud ask user that

Re: [PHP] Passing JAVASCRIPT variable to PHP Script...

2006-10-10 Thread tedd
At 3:09 AM -0700 10/10/06, Captain wrote: If it is not possible, plz give any other solution. Expecting ur reply. It's possible, but why not do it in php -- it's simpler -- like: ?php // specify the directory where the uploaded file should end up $path = 'upload/' ; // specify the filetypes

Re: [PHP] Passing JAVASCRIPT variable to PHP Script...

2006-10-10 Thread Richard Lynch
On Tue, October 10, 2006 5:09 am, Captain wrote: Hi geeks, Hi, non-listener... You do realize you posted much the same question yesterday, right? Do you think our answer will have changed in 24 hours? Actually, it will change. I have GIVEN UP trying to tell you the RIGHT WAY to do this, and