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

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -