Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Vars¡¡


c0r3n

Recommended Posts

Posted

hi¡

 

i want to create tep_draw_input_field('firstname') with other name ,but i have some problems because when page submit, all new var i created, don´t appear in the next page , i´ve tried this

 

tep_draw_input_field('full');

 

 

next page make echo with:

$HTTP_ENV_VARS['full'];

$HTTP_SESSION_VARS['full'];

$_SESSION['full'];*/

$HTTP_SESSION_VARS['full'];

echo $firstname;

$full2=$HTTP_SESSION_VARS['full'];

echo $full;

 

how i can make it??

Posted

hi¡

 

i want to create tep_draw_input_field('firstname') with other name ,but i have some problems because when page submit, all new var i created, don´t appear in the next page , i´ve tried this

 

tep_draw_input_field('full');

 

 

next page make echo with:

$HTTP_ENV_VARS['full'];

$HTTP_SESSION_VARS['full'];

$_SESSION['full'];*/

$HTTP_SESSION_VARS['full'];

echo $firstname;

$full2=$HTTP_SESSION_VARS['full'];

echo $full;

 

how i can make it??

 

 

joder que pasa que nadie me va a responder en este foro nunca? tengo otro post y lo mismo nadie..

nobody wants to tell me how i can do? i have other post but at the same, nobody tell me nothins¡

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...