Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #72.8K
Ranked #4K
~342 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for bloodyjoe

HI IN your code look FOR 'move_uploaded_file' function, you might have set the target path , i.e. the folder you want to upload the Image, use the code shown below $target_path = $target_path_base . str_replace(' ','', $_FILES['uploadedfile']['name']); move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $target_path) SHOULD WORK ... Best KP'S

Member Avatar for imvivekkapoor
0
136
Member Avatar for benqus

Hi benkus, Please change the following setting for your database: MySQL charset : UTF-8 Unicode (utf8) MySQL connection collation : utf8_general_ci MySQL collation : utf8_general_ci You can also try this : After selecting database mysql_select_db(dbname); use mysql_query('set names "utf8"'); Hope this help.. KPs

Member Avatar for benqus
0
206

The End.