php

Share Text/URL on Facebook, Twitter and LinkedIn

Share Text/URL on Facebook, Twitter and LinkedIn A common and very important activity in web development. How to allow our website content to our visitors, share on their walls ? You need to keep an eye on these steps : 1- Facebook :  https://www.facebook.com/sharer/sharer.php?u=www.naveedramzan.com Title, description will be grabbed automatically from the meta and title …

Share Text/URL on Facebook, Twitter and LinkedIn Read More »

What is Cake PHP

What is Cake PHP CakePHP is an open source web application framework. It is written in PHP, modeled after the concepts of Ruby on Rails, and distributed under the MIT License. CakePHP uses well-known software engineering concepts and software design patterns, as Convention over configuration, Model-View-Controller, ActiveRecord, Association Data Mapping, and Front Controller.

Get Record from database based on field id and record id in php and mysql

Get Record from database based on field id and record id in php and mysql Mostly we need to get all record details of foriegn key used in another table. Such as, we have Three tables: Orders (id, order_date, order_status, user_id) Products (id, name, price, quantity, status) Users (id, name, email, password, status) in order, …

Get Record from database based on field id and record id in php and mysql Read More »

Responsive Design

Responsive Design A website that responds to the device that accesses it and delivers the appropriate output for it uses responsive design. Rather than designing multiple sites for different-sized devices, this approach designs one site but specifies how it should appear on varied devices.