Posts

VALIDATION JS AND AJAX FORMAT

Image
     

Validation for gif,pdf,bmb,jpeg,doc

Foreign language characters in my mysql Data Base?

Foreign language characters in my mysql Data Base? Is the connection to the database also UTF-8 encoded? Give this a try: right after connecting to the mysql database, run the following query. SET NAMES utf8; Great! It worked wonderfully! I added $conn->query('SET NAMES utf8'); Thanks again! mysql_query("SET NAMES utf8"); [Google Ads]

URL VALIDATION JS

JavaScrip URL & Email Validation Enter Valid URL : Enter Valid Email :

Upload temp folder server settings error

upload_tmp_dir = /tmp/

Upload images

$c1 = rand(0,9);$c2 = rand(0,9);$c3 = rand(0,9);$c4 = rand(0,9); $rand = $c1.$c2.$c3.$c4; $dir_path = "album/".$rand.$_FILES['upload1']['name']; $dir_patha = $dir_path; $file=$rand.$_FILES['upload1']['name']; if(move_uploaded_file($_FILES['upload1']['tmp_name'],"../".$dir_path)){

Unlink

unlink($arr1[$y]);

POPULAR POSTS ::

JOIN QUERY

Add multiple upload box

HTML and PHP INTRODUCTION

The top Web development PHP frameworks

Mobile App Development Trends: Emerging Technologies and Innovations

String Separation