
Search In
A Login Form that uses cakephp auth component to login and logout and access is denied if user is not authorized.
step 1: users database table.
First create users table in your database:
CREATE TABLE users (
`id` INT UNSIGNED AUTO_INCRE
<?php
class Post {
private $user_obj;
private $con;
public function __construct($con, $user){
$this->con = $con;
$this->user_obj = new User($con, $user);
}
public function submitPost($body, $user_to) {
$body = strip_tags($body);
$body = m
Important Notesa. Please ensure that you clear the browser cache to ensure proper functioning of the changed user interface. Steps to clear browser cache :press Ctrl-Shift-Delete (Windows) or Command-Shift-Delete (Mac).Select ‘Cookies
[zipedit]Social media is the collection of many online websites & applications that allows people to share their ideas, career interest, pictures/videos and to create, exchange or share information in their social communities & networks. Some
Hello guys,
This tutorial will help you to guide that "to share files without using an internet". Through this tutorial, we can share any type of files between android devices. I am explaining this step by step.
Step1- Introductio
Important Notes
Please ensure that you clear the browser cache to ensure proper functioning of the changed user interface. Steps to clear browser cache :
press Ctrl-Shift-Delete (Windows) or Command-Shift-Delete (Mac).
Select ‘Cookies a
Repository Class Using MongoDB :
Spring has the capability to create loose coupling application's layers. To dealing with database we create a DAO layer. In Spring DAO layer contains the Repository class this class is responsible for all database r
Jockey Rosie Napravnik (Bayern, 9th): 鈥淚t was very rough. The horses on either side of us sandwiched us so tight we were practically off the ground. We got into a decent position and he still made a run to the quarter pole.鈥漈rainer Tom Amoss (Ria Ant
Jquery Form Validation in Asp.Net:
For form validation first we have to design a form in HTML.
Example:
<form id="form1" runat="server">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
