Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~84 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for altaf123456

dear i am fasing problem in uploading files,uploading file is properly working in local host but when i upload the file its not working through admin area the condition is giving false and excute else statement kindly help me on it [CODE]if($_REQUEST['action']=="addwall") { $cat=$_REQUEST['category']; $sub=$_REQUEST['subcategory']; $folder="wallpapers/"; $path=$folder.$_FILES['file']['name']; if(move_uploaded_file($_FILES['file']['tmp_name'],$path)) { mysql_query("insert …

Member Avatar for Mohammed Ammar
0
84