Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Build a Basic PHP Website (2018) Enhancing a Form Requesting Specific Information

Ashish Bharti
Ashish Bharti
5,353 Points

related to media library project

what can use in action in form of this project media library <form class="" action="-------" method="post"> <table> <tr> <th><label for="name">Name:</label></th> <td><input type="text" id="name"

3 Answers

The action is where your form is submitted to. For instance, a login form may have an action of: <form action="login.php"...> Is that the answer you were looking for?

Ashish Bharti
Ashish Bharti
5,353 Points

no actually i'm looking for, did you do media library project where there is books musics movies catalogs, in that project there is file suggest .php and i am using same thing still its not working, thanks

I did, months ago.

So you are submitting to "suggest.php"? (<form method="post" action="suggest.php">)

If so, what exactly is your problem?