Forum Moderators: coopster
Rate[1]
Rate[2]
etc etc.
I'm working on the submission page. And I want to simplify the syntax for the INSERT so I'm defining $Rate and then just going to put that on the query. So if I do a test, such as:
$x = 5;
$Rate = $_POST['Rate[$x]'];
I'm not getting a value. I know it's a problem with the brackets/syntax but I'm not good with proper syntax. Could anyone guide me here? I know it just needs some quotations and " ' and such in the right spots.