How to load cookies in PHP on firstpage load [duplicate]

I cannot read and load non-HttpOnly non-Session cookies via $_COOKIES[‘mycookie’] in PHP on initial page load.

I’ve read through numerous Google SERPs and and SO Q&As and nothing works.

I even tried reloading the web page (on first page load) simply to have the request go from server to client back to server in order to get the cookies in Safari on my iPhone.

Any help?

I even tried reloading the web page (on first page load) simply to have the request go from server to client back to server in order to get the cookies in Safari on my iPhone.

I’m expecting and needing to get the cookies on initial page load in PHP.