Skip to content
Advertisement

How to zip a whole folder using PHP

I have found here at stackoveflow some codes on how to ZIP a specific file, but how about a specific folder? inside in My Folder, there are files. after zipping the My Folder, i also want to delete the whole content of the folder except important.txt. Found this here at stack I need your help. thanks. Answer Code updated 2015/04/22.

Pulling Track Info From an Audio Stream Using PHP

Is it possible to pull track info from an audio stream using PHP? I’ve done some digging and the closest function I can find is stream_get_transports but my host doesn’t support http transports via …

PHP terminal emulator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. Closed 8 years

How to set date.timezone for CodeIgniter to work with php 5.3

When date.timezone in php.ini is commented out, it gives me: A PHP Error was encountered Severity: Warning Message: main(): It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely

how to login to another site via PHP

I wanted to find out how to login to another site via PHP… I don’t know the proper term for it, but basically, I want a user to be able to enter their login information for another website on mine, …

Good Alternative DBAL to Doctrine2 DBAL [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed 1 year ago. Improve this question I have a simple application that is set up to use

Advertisement