Help with a bit of PHP
Posted: Sat Apr 27, 2019 3:01 am
I'm trying to call a php script with 3 parameters. I'm trying to do it like this:
a) why it fails
b) am I even going about it in the right manner
c) how the (*!!??%%) am I going to pass these 3 parameters to the script with no fuckups
Anyone who can shed light or help with this, I will be in your debt. I've been on these boards for 14 years and I know one thing above all: some of the brightest lights on the planet are right here. So I'll relax knowing that someone will point me in the right direction. Thanks so much.
and it just dies. Doesn't do anything. I was once quite strong in this stuff but I haven't seen it for four years now and I'm rusty. And confused. Seems to me this ought to work. Can someone tell me:echo "<form method='post' action='newsale.php?cost='.$cost.'&id='.$id.'&details='.$details>";
a) why it fails
b) am I even going about it in the right manner
c) how the (*!!??%%) am I going to pass these 3 parameters to the script with no fuckups
Anyone who can shed light or help with this, I will be in your debt. I've been on these boards for 14 years and I know one thing above all: some of the brightest lights on the planet are right here. So I'll relax knowing that someone will point me in the right direction. Thanks so much.