Categories
PHP

MYSQL Functions In PHP

MYSQL Functions In PHP In this post we are going to see MYSQL Functions In PHP.These functions are widely used in application development in PHP. Table of Contents mysql_affected_rows Get number of affected rows in previous MySQL operation mysql_change_user Change logged in user of the active connection mysql_client_encoding Returns the name of the character set mysql_close […]

Categories
PHP

How To Encrypt Text In PHP

How To Encrypt Text In PHP In this tutorial we will discuss How To Encrypt Text In PHP.Text or a password encryption can be done very easily using the functions md5() or sha1() or crypt() in php. Encrypt Using MD5 <html> <head> <title>How To Encrypt Text In PHP</title> <style type="text/css"> body { width: 980px; margin: 0px […]

Categories
Technology - Tips

How To Export SQLite Table Into CSV Or Excel File

How To Export SQLite Table Into CSV Or Excel File In this tutorial we will learn How To Export SQLite Table Into CSV Or Excel File.For this we are using Firefox browser.In Firefox browser we have to install a Add-ons(SQLite Manager). 1. Open Mozilla Firefox Browser. 2. Click on Firefox Menu Dropdown on Top-Left.Click on […]

Categories
Technology - Tips

How To Use Sqlite In Windows Forms

How To Use Sqlite In Windows Forms In this post we will discuss How To Use Sqlite In Windows Forms.We have already discussed about Sqlite here An Introduction of Sqlite.SQLite is a complete database system that has the advantage of requiring almost no setup. To use it in your windows form application we have to download […]