Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Forms


yesudo

Recommended Posts

Posted

1) can I use a dynamic action page ?

 

i.e. action="test.php?one=$one"

 

if so what is the correct syntax as it doesn't pass the value held in $one

 

2) or in value ="lklklk" can the value be a variable e.g. $one and if so again what is the syntax.

 

As I am STUMPED !!

 

Thanx.

Your online success is Paramount.

Posted

thought I had found the answer..........but NO.

Your online success is Paramount.

Posted

example

 

<form action= "http://www.XXXX.com/create_account.php" method=post>

<input type = "hidden" name ="fname" value = "$firstName">

<input type = "hidden" name ="adultpass" value = '$rable'>

<input type = "hidden" name ="movietimepass" value = '$fow'>

 

<input type = "submit" value = "Create Account">

</form>

Your online success is Paramount.

Archived

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

×
×
  • Create New...