php coding
|
2014-03-20, 00:29
(This post was last modified: 2014-03-20 00:42 by Pete.)
Post: #3
|
|||||||
|
|||||||
RE: php coding
Unless you want to escape all of your quote marks (which you would need to do) I would recommend the following:
For this example I would consider putting the following code in a separate file called "form.php": form.php Code: <form action="register.php" method="POST"> and from your main file call an include or require for the form HTML: Code: <?php It will make your code a lot cleaner. Getting away from echoes is a good thing. |
|||||||
|
|||||||
« Next Oldest | Next Newest »
|
Messages In This Thread |
php coding - Raz! - 2014-03-19, 20:49
RE: php coding - Dan - 2014-03-19, 21:58
RE: php coding - Pete - 2014-03-20 00:29
RE: php coding - Raz! - 2014-03-20, 15:43
|
User(s) browsing this thread: 1 Guest(s)
Powered By MyBB, © 2002-2025 MyBB Group