[thelist] help..needed...With the GET function in php

jothi jothi jthjothi at yahoo.com
Tue Oct 2 01:31:27 CDT 2007


Hi,
   
  Thank you, i will tty it out....
   
  Regards,
  Jothi

Brady Mitchell <mydarb at gmail.com> wrote:
  jothi jothi wrote:

> for the start i use calendar3,and end calendar2...i use the below
> code.. its not displaying
> echo "src=\"Specific_Temperature_Line_Graph.php?start={$_POST['start']}&end={$_POST['end']\">"; 


By that I assume that your start input field has the name 'calendar3' 
and the end input field is named 'calendar2'. In that case, why are you 
using $_POST['start'] and $_POST['end']?

It would need to be:
echo "src=\"Specific_Temperature_Line_Graph.php?start={$_POST['calendar3']}&end={$_POST['calendar2']\">"; 


Also keep in mind that $_POST is only available after the user has 
submitted a form that uses the post method.

Brady
-- 

* * Please support the community that supports you. * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester 
and archives of thelist go to: http://lists.evolt.org 
Workers of the Web, evolt ! 


       
---------------------------------
Moody friends. Drama queens. Your life? Nope! - their life, your story.
 Play Sims Stories at Yahoo! Games. 


More information about the thelist mailing list