In my particular case it was a cookie array set using an ASP script. It was for my login/password script. I needed one variable to be read from the array so I needed to explode the cookie array. ...
I have just started converting my site from ASP Classic to PHP. Now, I realize this topic is almost like comparing the attributes of a horse & buggy to a car, but I noticed a couple of...
In ASP Classic there is the Virtual option when coding an include. Makes life much easier so you don't have to figure out parent paths, etc. I cannot not find an equivalent in PHP. Is...
Thank you for your reply. I took your advice and had my hosting company see why I wasn't connecting using your recommendation. They now got it working and your original solution is now good! Thank...
Using PHP to connect to a MSSQL DB for the first time. I managed to connect using ADODB. Every tutorial I find is giving an example fetching numerous rows. I just want to know how to...
Is storing a cookie collection/array as shown in ASP Classic allowed in PHP? I cannot find any examples of this on the web or in any tutorials. If not, that is my issue. Just calling the name of...
Unfortunately that is not an easy answer. I have an ASP Classic login system that is generating the cookie. I wouldn't know where in the code to begin to look for it.