Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for billynoahâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #293889 |
Post edited: |
— | 1 day ago |
Edit | Post #293889 | Initial revision | — | 1 day ago |
Question | — |
PHP curl / how to ensure cookie file is read? I've recently discovered that php curl does not load cookies from a cookie file until after at least one request is made. For instance, assume I already have a cookie file from a previous session which contains cookies. This will always return an empty array: ```php $cookiefile = '/dir/cookies.t... (more) |
— | 1 day ago |