Learn on how to create a Submit Post In SQLite3 using PHP. An advance php coding technique that use SQLite database to submit post data. This is useful when you want to post some of your story like facebook app
Learn on how to create a Update Profile Image In SQLite3 using PHP. An advance php coding technique that use SQLite database to update profile image in the table. This is helpful when you want to change your profile image with a new one.
Learn on how to create a Sorting Data In SQLite3 using Python. A simple Python code that can display and sort the data in the TreeView. This is a useful when you want to change the format of viewing of your data in the table.
Learn on how to create a Download Image In SQLite3 using PHP. An advance php coding technique that use SQLite database to download image. This is helpful when you want to download an image file format from your local database.
Learn on how to create a Search Query In SQLite using Python. A simple Python code that can search SQLite data dynamically. This is a useful trick when you want to find something in the SQLite database table.
Learn on how to create a Upload Image To SQLite3 using PHP. An advance php coding technique that use SQLite database to upload image. This is helpful when you want to upload any file format in a local database.
Learn on how to create a Dynamically Empty Table In SQLite using PHP. An advance php coding technique that use SQLite database to empty table data. This is useful when you want to dynamically wipe out your whole table data.
Learn on how to create a Count Total Row In SQLite using PHP. An advance php coding technique that use SQLite database to count table rows. This is useful when you want to know the total rows that are store in the SQLite database.
Learn on how to create a Delete Multiple Table Row In SQLite. An advance php coding technique that use SQLite database to delete multiple table row. This is useful when you want to delete more data in the SQLite database.
Learn on how to create a Update Data In SQLite3 using PHP. An advance php coding technique that use SQLite database to update a data in the table row. This is useful when you want to update some data in the SQLite database.