i can add a data and i can only see through phpmyadmin. [closed] - php

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
here is the front end of it.
and this is the back end
http://localhost/phpmyadmin/#PMAURL-6:sql.php?db=bims&table=personal_info&server=1&target=&token=8254c6ededd52ca5284d30cf084621b9

This question is wrongly asked.
you may:
Take screen shots
Be specific on where the problem is
And if you wish to provide link, make sure it is hosted not recommended at all for database
And if it is a database, be careful not to share a sensitive database, Only share something that is strictly demo

Related

SQL injection filter options for the exploit (project)

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 hours ago.
Improve this question
I have a server side PHP code looking for this
Auth->login($_POST['uid'], $_POST['pwd']);
I need help to write the filter to crack the login page. For exmaple, when I type test','test')\ and hit enter, I get the following error
Auth->login('test','test')\;','')
I need a filter to comment everything after the semicolon
This is for a school project. There are common filters in php that will replace comments, semicolon, etc.

Tables deleting automatically from server [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 days ago.
Improve this question
I have database of many tables through which my website dynamic content is being shown but I am facing issue of automatically deletion of tables from database so how can I fix it.
No idea how to solve this issue and I haven't tried anything yet because of lack of clue.

Phonegap - does php work like html and css? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
Does php work in phonegap? I cannot find the answer.
I ask as javascript works for sure.
Thank you
Short answer no.
Insert Code here
You should really look at improving your knowledge of language types first. Php is server side based.

How do I make a comment system for my website? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
What would the code be to have a comments section on my website where logged in people can place a comment. I got a database and want to use html and php only. No 3th party involved.
Something simple and not to advanced.
You should check out some tutorials:
http://www.youtube.com/watch?v=KGmEZY6DBhw
http://www.2my4edge.com/2013/05/comment-system-using-php-and-mysql.html
We are not going to place an entire code here, you should show us that you've tried instead of just asking us to write all of your code.

What is the best user-Id Value for a MySql "users" table [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
It may sounds trivial. but I want to know the Secure way of generating user-IDs to be used in MySql table. This is because I feel that using pure Integer IDs can enable hacking?.
Everything can be hacked, the only difference is that if the ID is used as a parameter in the URL or any other input. Then a GUID could be better to use.
Example : url/?id=1.

Categories