[PHP] passing vars. betn. php and javascript

2002-04-26 Thread Pushkar Pradhan
I need to pass an array from php to javascript, change the ordering of the elements in javasc.. pass this reordered array back to php script? Is it possible to do this and if so can anyone send me the basic code, I've never written javascript? Thanks, -Pushkar S. Pradhan -- PHP General

Re: [PHP] passing vars. betn. php and javascript

2002-04-26 Thread Jason Wong
On Saturday 27 April 2002 00:56, Pushkar Pradhan wrote: I need to pass an array from php to javascript, change the ordering of the elements in javasc.. pass this reordered array back to php script? Is it possible to do this and if so can anyone send me the basic code, I've never written

Re: [PHP] passing vars. betn. php and javascript

2002-04-26 Thread Pushkar Pradhan
In my php I had 4 buttons, up, down, top and bottom: After detecting which element and which button was clicked I changed the element position by using array_slice, shift, unshift, array_merge etc.. I'm not sure what I'll do it JS On Saturday 27 April 2002 00:56, Pushkar Pradhan wrote: I need

Re: [PHP] passing vars. betn. php and javascript

2002-04-26 Thread Jason Wong
On Saturday 27 April 2002 01:23, Pushkar Pradhan wrote: In my php I had 4 buttons, up, down, top and bottom: After detecting which element and which button was clicked I changed the element position by using array_slice, shift, unshift, array_merge etc.. I'm not sure what I'll do it JS

RE: [PHP] passing vars. betn. php and javascript

2002-04-26 Thread Leotta, Natalie (NCI/IMS)
, April 26, 2002 1:46 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] passing vars. betn. php and javascript On Saturday 27 April 2002 01:23, Pushkar Pradhan wrote: In my php I had 4 buttons, up, down, top and bottom: After detecting which element and which button was clicked I changed the element

Re: [PHP] passing vars. betn. php and javascript

2002-04-26 Thread Kevin Stone
this reordering isn't something that can be done in PHP? I guess my real question is what is the Javascript for? -Kevin - Original Message - From: Pushkar Pradhan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 26, 2002 11:23 AM Subject: Re: [PHP] passing vars. betn. php

RE: [PHP] passing vars. betn. php and javascript

2002-04-26 Thread Pushkar Pradhan
, 2002 1:46 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] passing vars. betn. php and javascript On Saturday 27 April 2002 01:23, Pushkar Pradhan wrote: In my php I had 4 buttons, up, down, top and bottom: After detecting which element and which button was clicked I changed the element

Re: [PHP] passing vars. betn. php and javascript

2002-04-26 Thread Pushkar Pradhan
- From: Pushkar Pradhan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 26, 2002 11:23 AM Subject: Re: [PHP] passing vars. betn. php and javascript In my php I had 4 buttons, up, down, top and bottom: After detecting which element and which button was clicked I changed

Re: [PHP] passing vars. betn. php and javascript

2002-04-26 Thread Kevin Stone
. Hope that helps. -Kevin - Original Message - From: Pushkar Pradhan [EMAIL PROTECTED] To: Leotta, Natalie (NCI/IMS) [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, April 26, 2002 12:10 PM Subject: RE: [PHP] passing vars. betn. php and javascript Actually I was frustrated trying

Re: [PHP] passing vars. betn. php and javascript

2002-04-26 Thread Erik Price
On Friday, April 26, 2002, at 02:15 PM, Pushkar Pradhan wrote: Believe me I certainly don't want to ask a JS ques. here, I am reading tutorials on the web! I already accomplished reordering using PHP, I gave up on php since I wasn't able to pass arrays betn. pages using header(). If your

Re: [PHP] passing vars. betn. php and javascript

2002-04-26 Thread Pushkar Pradhan
PROTECTED] To: Leotta, Natalie (NCI/IMS) [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, April 26, 2002 12:10 PM Subject: RE: [PHP] passing vars. betn. php and javascript Actually I was frustrated trying to redirect to a new page and not being able to pass the array along to the new page