| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #3 (permalink) |
| NamePros Regular Join Date: Mar 2006
Posts: 215
![]() | if you want an easy one try http://www.inetscripts.net |
| |
| | #4 (permalink) |
| NamePros Member Join Date: Jul 2004 Location: just go to left side from my right neighbour...
Posts: 32
![]() | Here you are: //upload file at http://ads.rantaipulsa.com if ($HTTP_POST_FILES['photo']['name'] != '') { $gambar = $HTTP_POST_VARS['klien'].$HTTP_POST_FILES['photo']['name']; $tempgambar = $HTTP_POST_FILES['photo']['tmp_name']; copy($tempgambar, "banner/".$gambar); } |
| |