Categories > TinyButStrong general >

tbs and Mysql Help :)

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Ian
Date: 2009-11-11
Time: 09:57

tbs and Mysql Help :)

hello all, i have a little question to ask, im wanting to put a kind of admin page on my site, what im wanting is to be able to let the user delete something from mysql (the table format goes like this
ID>NAME>INFO>DELETE) but i dont know how this is achieved, any help will be greatly appreciated!
-Bear
By: Skrol29
Date: 2009-11-12
Time: 11:15

Re: tbs and Mysql Help :)

Hi,

TBS won't help for changing data in the database. TBS can only retrieve data from the database.

But you can use TbsSQL to have a comfortable handling of your database.
http://www.tinybutstrong.com/tools.php
By: TomH
Date: 2009-11-12
Time: 13:19

Re: tbs and Mysql Help :)

If you have successfully programmed a TBS application to retrieve data from a database then display it - then the approach is basically the same, except that in the PHP part of the script you add the MySQL "DELETE" operation to the script.

If you show the complete code - both the PHP and the HTML template for your admin page - maybe we can help you better.