php - form action =%s .What it mean? %s=server? -
When I'm going through a code, I see the code
& Lt; Form name = "register form" = "% s" method = "post" & gt; .... & lt; / Form & gt; What is% s?
I do not know your reference, but to assign a string to % s Example: $ myString = 'foo'; $ Output = sprintoff ('my string is% s!', $ MyString); $ Output echo; // My string is Fu! In your case, it is possible that this is just some template and form action URL assigned to PHP.
Comments
Post a Comment