CSS Arrows?
Do you want CSS Arrows <style> .arrow_right :before { content : ' ' ; width : 0px ; he...
CSS Arrows?
Do you want CSS Arrows <style> .arrow_right :before { content : ' ' ; width : 0px ; he...
CSS Tool tip
You searched for CSS tooltips allot, try this <style type= "text/css" > a { color : #0000ff ; ...
ఉబుంటు లో తెలుగు లో టైపు చేయ్యాలని అనుకుంటున్నారా ?
ఉబుంటు లో తెలుగు లో టైపు చేయ్యాలని అనుకుంటున్నారా, అయితే ఇలా చేయండి మీ టెర్మినల్ తెరచి sudo apt-get install ibus-m17n m17n-contrib అని...
Adf.ly Link Not Working?
Are you facing problem by opening a http://adf.ly shorten link, actually the site is in the status of dead now, so we can get that original...
ఉబుంటు లో గూగుల్ డ్రైవ్ ఇన్స్టాల్ చేయడం ఎలా ?
గూగుల్ డ్రైవ్ ఇన్స్టాల్ చేయడం ఎలా ? sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get...
ఉబుంటు లో జావా ఇన్స్టాల్ చేయాలా (12.04) ?
మీ టెర్మినల్ తెరచి దాని లో sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-insta...
How Install Android for Development..!
Requirements: JDK (Java Development Kit)+JRE (Java Run Time Environment): You may download it from Java Platform (JDK) 7u51 (on 8th F...
How Detect CTRL+S using JQuery and Deprecate..?
Here 17 is Control Key Code (CTRL) 83 is 'S' Key Code
PDO Select Query
PDO Select : We can do select query by prepared statements or direct execution as $query = " SELECT * FROM foo" ; ...
PDO Close Database Connection
We can connect database with PDO by try { $con = new PDO("mysql:host=$hostname;dbname=mysql", $username, $password); pri...
Connect to PDO
MySql support is stopped from PHP on next versions. So we have to use MySqli or PDO. Let know about PDO(PHP Data Object) first Connect to ...