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

Search In

Uploading an image using curl to remote location

When you are trying to upload a file . file get always uploaded using post. So you need to place @ before the file name which you want to send as a post. Using @before the file path in order to make sure that CURL sends the file in the form of

LTRIM(str) Function mysql

LTRIM(str) LTRIM(str) function returns the string str after remove the leading space characters means if you want to remove the all spaces from the left side of a string in mysql you can use this LTRIM mysql function. Here I am giving a example to e

Programming basics in Python

code or source code: The sequence of instructions in a program. syntax: The set of legal structures and commands that can be used in a particular programming language. output: The messages printed to the user by a program. console: The text box on

Dis Module in Python

Dis module is the Python disassembler. It is used to converts byte codes to a format that is slightly more appropriate for human consumption and python function. And we can run the disassembler from the command line. It can use to compiles the given

HEX mysql function

HEX(str), HEX(N) A hexadecimal string is returened by HEX(), it is a representation of str for a string argument str, where each byte of each character in str is converted to two hexadecimal digits ans multibyte characters are converted more than t

What is the difference between isset and array_key_exists in PHP

Hello Everyone today I guide you "What is the difference between isset and array_key_exists in PHP" The below example helps you to differentiate between isset() and array_key_exists() . isset() will only return true or false array_key_exists() will

Using slice method in javascript

The slice() method extracts a substring and returns a new string. The syntax for slice() method is − string.slice( firstindex [, endindex] ); firstindex : -The zero-based index at which to begin extraction. endindex : -The zero-based index at whi

Remove duplicate records from a table in SQL Server

Sometimes we required to remove duplicate records from a table although table has a UniqueID Column with identity. Ex: CREATE TABLE dbo.Employee ( EmpID int IDENTITY(1,1) NOT NULL, Name varchar(55) NULL, Salary decimal(10, 2

Updating a column value

Updating a column value using Update Statement: UPDATE statement is used to change the value for a column or to change multiple records using a condition. It is a data manipulation language command which are used for managing data. Syntax: UPDATE

How to resolve "- cakephp/cakephp 3.1.7 requires ext-intl *" in Ubantu

Hello Friends, If you are looking to create project on CakePHP 3 with the help of composer. This problem might be encounter "- cakephp/cakephp 3.1.7 requires ext-intl * -> the requested PHP extension intl is missing from your system". To resolv

1 76 949
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: