Jump to content

Removing PHP files from MySQL


jrapin

Recommended Posts

Hello.

I'm trying to remove a corrupt file from our MySQL data base using the myadmin (rather than the command line client).

Question is; "How do I remove the file when I find it?" I have the "drop option" at the top tab along with:
export, structure, browse, SQL, search, insert, export, operations and empty.

Please help.

jrapin
Link to comment
https://forums.phpfreaks.com/topic/34912-removing-php-files-from-mysql/
Share on other sites

Find the row that is corrupt and click the little red cross on tht line and it is gone.

You may want to take more safety measueres to deal with html entered into forms.

when dealing with your form, use the htmlspecialchars() function.

http://www.php.net/manual/en/function.htmlspecialchars.php

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.