Is it possible to pass a PHP variable to CGI script for editing and reinsertion into a database. I've tried <form action> plus the variable and complete file name. I may have included this in the wrong area. Anyone have any ideas.
Your PHP script will have a form -the form's action will be the cgi script, and as long as the form's input fields are formatted properly, then the cgi script should be able to read in the values of those input fields.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.