Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

SQL Random Function

Using this function we can retrieve random row from a table in database . Mostly it is used in online exam , for random passwords etc . Every Database has their own syntax for random function . Syntax for MySQL Database select col_name from table_n

How to test My SQL Injection

SQL injection attack can access the sensitive data from the database. The attacker can Insert, Update, Delete and execute the administration operation. Detection: Authentication Forms : When user enter the web form, chances are that the user creden

Data Definition Language

These statements define the structure of the database. DDL consist of those statements that create,alter and drop database objects and statements that grant and revoke privileges and roles to user  of the database. Statements under this categor

issue facing on html2pdf

Hi, I am using html2pdf library for generating pdf and have a php/mysql with a simple html table showing results from the database, in 2 or more pages. but i get the error; "The content of a TD tag does not fit on only one page." Its working if the

Discuss on export MySQL Table Records into CSV file

Hi Reader's, Welcome to FindNerd, today we are going to discuss export MySQL Table Records into CSV file. If we are developing any web application in PHP then sometimes we need to export MySQL Table Records into CSV file. fputcsv() is a function

How to check connection errors and change default database in MySQLi

My previous articles titled Connecting MySQL database with MySQLi Object Oriented style and How to connect MySQL database using the MySQLi procedural function demonstrate about different ways to connect to a MySQL database with PHP application. Those

How to get Table and Field Information of MySQL database?

To get the table and field information of a table in MySQL using PHP we will follow the steps given below: Make a connection. Select a database. Find the number of fields using the mysql_num_fields(). Then we will print the type, name, length, flag

How to store multiple checkbox values in one column in a database in cakePHP?

For storing the multiple values in the database through check box, when a user select multiple choices,that selected value will be shown in database For Example a user want to select their education in the form so it will shown in database in one col

SQL Select Coun statement

Count ( ) In SQL Database this is a function which return no of rows from a table in Database . Generally this is used in SQL select statement and count the no. of records in a table . Syntax -> select count ( expression_name ) from table_name w

How to Creating the new model and fields in odoo-9

First create a model (if you don’t have one yet) then create some fields on this model: class check_demo(models.Model):     _name = 'check.demo'     name = fields.Char(required=True)     nu

1 36 161
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: