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

Search In

Prepared Statements in Mysql with PHP

Prepared Statement is the feature which allows us to write a set of sql statement in which some fields values are unspecified. The unspecified field are labeled  with the question mark as "?". for example : INSERT INTO TABLENAM

What is Linux Loader?

LILO: Linux Loader is the traditional boot loader and it is perhaps still used in servers that run Linux as their Operating system. Grub or the GRand Unified Boot Loader replaced it as the 'cool' and secure alternative.   LILO has a co

How to checkout using credit card using shopify ?

In our previous tutorial we learn about checkout and shipping address process, now we ll learn about payment process. Basically Shopify provides paypal, credit card shopify payments, web checkout etc you can check all the payments options on shopify

Configuring JQuery Not to Conflict with Other Libraries

Configuring JQuery Not to Conflict with Other Libraries If jQuery is loaded on the same page as another JavaScript library, both libraries may have implemented the $ variable, which results in only one of those methods working correctly. Solution :

Runtime Complier in C#

In given below code ExecuteCode() is a method  which is use for  run time compilation. codeToCompile is a  complete method which you have to execute and userid and password are the passing parameters of method body codeToCompile . us

Pattern Attribute in Html5

Pattern Attribute: Pattern attribute is used for input field validation  and used  to provide  a regular expression which is used to match  the input fields value whether the value is according to the pattern specified or not. &

Send Mail in Cakephp 3.0

Hello Reader's , Today in my blog, I am going to explain about the mail function in CakePHP3 and how you can use it for sending a mail. It is simple to implement in your project. First, you need to configure email transports and email delivery

How to connect MySQL database using MySQLi procedural function

Hello friends, my previous article "MySQLi - An improved and enhanced MySQL extension" provides an introduction about the MySQLi extension and its features. This article demonstrates how to create connection with a MySQL database using MySQ

Submitting a form via curl

Hers's is the tutorial to submit form via curl. I am taking example of log in form for say xyz.com site. $ch = curl_init(); if($ch){ $url = 'http://www.xyz.com/logmein.php'; $postdata = array('LoginButton' => "Logon",

MVC jquery in Gridview

While performing crude operations in the gridview you can also use jquery code for the editing updating and the deletion of the details.   <script> $(document).ready(function () { $(".editLink").click(function (e) {

  • 329
1 139 160
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: