
Search In
bRegister.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
final String password = etPassword.getText().toString();
final String email = etEmail.getText().toString();
mAuth.cre
Hi! I have a question about a small piece of code in C to make the same piece of code work in PHP, it has to do with a bit shift and I can't figure out what's wrong.
C:
unsigned u = 3910796769;
u += u << 8;
printf("%u\n",u);&
Hello Readers,
Using below jQuery methods, you can make ajax calls.
load(): It's a jquery method and simple method in jquery and the most powerful AJAX method.Load method load the data from the server and returned the data and this return data put
Php Folks!
You know others in other forums suggest I use regex but yet again they never provide sample or I reckon many don't know the regex.
I will mention your sample on other forum and link back to this thread. Hopefully, a lot of newbies wou
If you want to detect and validate credit card numbers in jquery you can use the below code.
In this we use client side validation to verify the credit card type or user using valid card number.
It will display the type of detected credit card and
Target:
To input the records of students. Display the whole record. Display the name of the youngest and eldest student.
I'm having problem in achieving the third target: If I enter 3 or 5 entries the result is fine but as soon as I enter 5 or 10
if you want to search a particular location using the google api so you can use this .
Step 1: Get the serverKey From the http://console.developers.google.com/ and write the server key as below.
Step 2: #define kGOOGLE_SERVER_KEY @"dsjfdsuiodfdklfjkd

Hello Reader's!
If you are new to Wordpress and want to make a login custom page, then you can see an example below:-
First you have to create a page on the root, name it login.php
<?php
/*
* Template Name: Sign In
*/
if($_POST['submit'] ==
In the search_count function returns the count of results matching search domain:
In below code i have explain search_read
self.search_count([('is_company', '=', True)])
Note -with the help of this code we retrieve all adress.
hi,
i am using html2pdf library for generating pdf 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 table fits on one
