Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~26.6K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for abubaker_2
Member Avatar for Lloyd_4

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

Member Avatar for abubaker_2
0
264
Member Avatar for abubaker_2
Member Avatar for rproffitt
0
657
Member Avatar for Lord_2

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 …

Member Avatar for abubaker_2
0
282
Member Avatar for Teri_1

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

Member Avatar for abubaker_2
0
22K
Member Avatar for Dani
Member Avatar for Mark_65

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 …

Member Avatar for abubaker_2
0
526
Member Avatar for abubaker_2
Member Avatar for Dylan_11

echo the query. copy paste it to mysql to see whats worng with the query . my mony on the table name

Member Avatar for abubaker_2
0
561

The End.