- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
9 Posted Topics
if its possible please give me instructions Thank you in advance | |
Re: Yes as @broj1 said use post method so the varbles are no longer showen in the URL like this <form action="welcome.php" method="post"> Name: <input type="text" name="name"><br> E-mail: <input type="text" name="email"><br> <input type="submit"> </form> Or u can use Ajax with Post or Get | |
is there anyway to stop sql injection while using mysql_connect and not using PDO or mysqli ?? | |
Re: from what i understand you want to check the saved the data from the application form befor he save it to the database to do that you can save in two steps in two table with the same strucher the frist time to the first table (you will have a … | |
Re: How about when you get to your page dogReview.php the u=$username and the dogID the should show the current value of the up in the brower url | |
| |
Re: As @rubberman u need u have a primary key to do somthing like this within your loop <a href='your_delete_page.php?name_of_variable=$the_primary_key_from_the_select_query'> in your your_delete_page.php your recive the (name_of_variable that was send in the link after '?') with get so it will be $pk=$_GET['name_of_variable']; the make the delete query using this $pk hope … | |
im asking can it be done??! with example plz thanks | |
Re: echo the query. copy paste it to mysql to see whats worng with the query . my mony on the table name |
The End.