We can use variable value in JavaScript in PHP, but we can not directly use value in client side (JavaScript) in server side PHP. Here is simple solution to use value in client side (JavaScript) variable in server side PHP….. Read More >>>>
Continue Reading »PHP
How to send multiple files through email using php
Here is the php script to send multiple files in single mail. I had modified previous tutorial php script (how to send an email with file attachment using php) little bit to send multiple files in a single mail. I had given both….. Read More >>>>
Continue Reading »php file upload script
Using following script we can upload files, photos, pictures, pdf files, images and etc… from your local computer to remote server. I explained all the $_FILES super global variables properties with example. here is script with html form design <form action=”mkdir.php”….. Read More >>>>
Continue Reading »How to Upload Files using PHP…..
Here is simple coding in PHP to upload your files to server. Just follow this simple steps to upload your files. You can upload your all format of files, photos and pictures from local computer to server using this following….. Read More >>>>
Continue Reading »How to add custom tab in Facebook Timeline Page……..
Most of us using facebook for chatting, sharing photos and videos with friends, If you are programmer your really thought of developing application on facebook. Here is the simple ways to develop facebook application using heroku cloud Integration. Step 1: To….. Read More >>>>
Continue Reading »How To Build WordPress Theme From Scratch…….
This tutorials deals with hello world WordPress theme development. If you are new to the wordpress development, this tutorial will be starting point to your wordpress development carrier. Before continue your wordpress development please refer my previous tutorials on how to “Install….. Read More >>>>
Continue Reading »