I wrote a function to save uploaded picture files to a directory without using an open and close directory commands. It works absolutely fine on my computer. I also wrote a function to pass the picture through so that the actual picture directory isn't visible to users.
Will I need to use...
I have a table where I'm working with data that is ordered by time of input. It's similar to something like a mail system, but instead of attaching a timestamp in another cell on the same row, I either update the last null value in a column or, if the last value in the row isn't null, I insert...