Hi,
I'm slogging through someone elses code (I'm not a PHP dev).
The form call looks like this:
<form method="post" action="{Action}" name="{HTMLFormName}">
When I view source on that page I see an actual action (ie action="myscript.php?t=Login")
But I have no clue where that value for {Action} is coming from. I've been grepping like crazy but see nothing.
Could someone shed some light on this and tell me where it could be coming from?
Also, in general, why is the developer using {Action} instead of just putting in the script name?
Thanks
Nacht
It would probably help if you posted the code. Sanitized, of course...