I need some help figuring out why this piece of code does not work?
program1.php
<form method="post" action="subprogram1.php?strvar='<? echo strdom; ?>'">
subprogram1.php
results = DBquery("INSERT INTO Accounts (field1) VALUES ('$strdom')", $db);
is this correct? or does it need to "echo" the value into this field. Its comes out blank with everthing I do. I have also tried the "echo" and only that shows up in the database.