View Single Post
ישן 17-11-11, 23:51   # 10
Noam
הוסטסניון
 
מיני פרופיל
תאריך הצטרפות: Dec 2005
הודעות: 2,567
שלח הודעה באמצעות ICO אל Noam שלח הודעה באמצעות MSN אל Noam

Noam לא מחובר  

הנה:

PHP קוד:
copy($site->post['opSmallPic'],$site->conf['systemPlace'].$site->conf['uploadPlace'].$site->conf['smallImgsDownloadsPlace'].$site->post['opLinkName'].".".$y); 
שזה משהו כזה:

PHP קוד:
copy(http://www.site1.co.il/uploads/pic.jpg,/home/site/domains/site.co.il/public_html/uploads/pic.gif); 
  Reply With Quote