Thursday, March 17, 2016

Check Video Download File Click this link: http://ouo.io/Xz1Of
VB.NET

Visual Studio Express 2012 key Generator

Posted by Unknown  |  No comments

Check Video Download File Click this link: http://ouo.io/Xz1Of

3:14 PM Share:

Friday, May 22, 2015

Javascript Video Tutorials. Javascript Random Background Color


Javascript

Javascript Video Tutorials

Posted by Unknown  |  No comments

Javascript Video Tutorials. Javascript Random Background Color


10:54 PM Share:

Saturday, October 11, 2014


Hello Everyone today i will create new post. In this post, we will implement prepared statement for insert and update data. I will show simple example.
prepare($sql);
$q->execute(array(':author'=>$author,
                  ':title'=>$title));


?>

Example for update data:
prepare($sql);
$q->execute(array($title,$author,$id));


?>
PHP

PHP PDO Insert and Update Data in mysql Database

Posted by Unknown  |  No comments


Hello Everyone today i will create new post. In this post, we will implement prepared statement for insert and update data. I will show simple example.
prepare($sql);
$q->execute(array(':author'=>$author,
                  ':title'=>$title));


?>

Example for update data:
prepare($sql);
$q->execute(array($title,$author,$id));


?>

10:27 PM Share:

Friday, August 15, 2014

Hi
Today I will showing How to create PHP to JSON Data. It's Easy and simple

PHP Code 

<?php

    $Arraydata= array("UserDetails" => array(array("name" => "Khaled", "age" => "18")), "WorkDetails" => array(array("company_name" => "My Company", "role" => "web application developer", "employees" => "91")));
    $json_encode = json_encode($Arraydata);
    echo $json_encode."<br/>";

 ?>

Output 

{"UserDetails":[{"name":"Khaled","age":"18"}],"WorkDetails":[{"company_name":"My Company","role":"web application developer","employees":"91"}]}
PHP

PHP Data to Make JSON

Posted by Unknown  |  No comments

Hi
Today I will showing How to create PHP to JSON Data. It's Easy and simple

PHP Code 

<?php

    $Arraydata= array("UserDetails" => array(array("name" => "Khaled", "age" => "18")), "WorkDetails" => array(array("company_name" => "My Company", "role" => "web application developer", "employees" => "91")));
    $json_encode = json_encode($Arraydata);
    echo $json_encode."<br/>";

 ?>

Output 

{"UserDetails":[{"name":"Khaled","age":"18"}],"WorkDetails":[{"company_name":"My Company","role":"web application developer","employees":"91"}]}

8:27 AM Share:

Thursday, July 31, 2014

Hi Friend, Today I will showing how to create visitor counter using php. it's easy to use any website. Its simple code just copy and past.


http://adf.ly/qjMH0
PHP

How to Make Visitor Counter using PHP

Posted by Unknown  |  No comments

Hi Friend, Today I will showing how to create visitor counter using php. it's easy to use any website. Its simple code just copy and past.


http://adf.ly/qjMH0

2:33 AM Share:

Sunday, July 27, 2014

Today I will showing, How to create Voting system without database using only php,jquery and txt file. I'ts easy to create any voting system.




Download Source Code : (this source code upload your server and run voating.php file)
http://adf.ly/qd3cx

PHP

Voting System with Jquery PHP

Posted by Unknown  |  No comments

Today I will showing, How to create Voting system without database using only php,jquery and txt file. I'ts easy to create any voting system.




Download Source Code : (this source code upload your server and run voating.php file)
http://adf.ly/qd3cx

7:23 AM Share:

Tuesday, July 22, 2014

Hello,
How are you, today i will showing how to create member login php script without database. only using txt file. you save all member login details this txt file. it's easy to create login system.

Setup Step :
   1. Create New Folder
   2. Create New Txt File (member.txt)
   3. Copy and past this code new file on same folder

Download Full Script 
http://adf.ly/qVlym
PHP

PHP User Login script without Database

Posted by Unknown  |  No comments

Hello,
How are you, today i will showing how to create member login php script without database. only using txt file. you save all member login details this txt file. it's easy to create login system.

Setup Step :
   1. Create New Folder
   2. Create New Txt File (member.txt)
   3. Copy and past this code new file on same folder

Download Full Script 
http://adf.ly/qVlym

12:53 PM Share:

Visitors Counter

Flag Counter

Recent Post

Popular Posts

Proudly Powered by Blogger.
back to top