Hi,
Not sure what I am missing, but is there a reason as to why my server connect is not displaying any input parameters? Its connect to an Action Server action, which is an update DB query.
Hi,
Not sure what I am missing, but is there a reason as to why my server connect is not displaying any input parameters? Its connect to an Action Server action, which is an update DB query.
Input parameters appear when you have $_GET
variables defined. For $_POST
variables there are no inputs parameters, as you send them via a form post.
of course! lapse of concentration there. Thanks Teodor.