AU Study/CSG2431 Interactive Web Development
Thu Textbook Chapter 2 summary
Last72
2018. 10. 3. 16:47
$fp = fopen("$document_root/../orders/orders.txt", 'ab');
to open text file in php
putting @ at the start of code will tell php to ignore even if there is error in that line. Its called error suppression operator