$ifp = fopen( $nombre, wb); | |
---|---|
fwrite($ifp, $original); | |
fclose($ifp); |
How do you make this PHP code write to a specific directory ? Say images
$ifp = fopen( $nombre, wb); | |
---|---|
fwrite($ifp, $original); | |
fclose($ifp); |
How do you make this PHP code write to a specific directory ? Say images
This is the App Inventor community
For php questions let me suggest you to ask at
Taifun
Fixed it. Amazing Juan
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.