Hello everyone
I have a program in VS and I'd like to translate it to PHP , this program is mainly based on wget command , so my problem and question comes after it.
How do i use fopen in a similar way i use wget, because i have looked alot for fopen examples but havnt understanded any
What im trying to do is download a URL and parse it, I already did this on VS, but on PHP i need to start from getting the file , this i understand can be done using fopen , but after i use fopen on a url i.e: http://localhost/schedule.html . Where does it go ? what to do next ? is the file stored in the same folder as my php script ??
thanks 😃 😃 😃