how do i execute chmod command within my php script.
<?php
$mod=chmod ($image_name,0755);
?>
using chmod("filename",0755);
<? chmod("filename",0755); ?>