- Joined
- Jan 19, 2007
- Posts
- 2,207
- Reaction score
- 47
Does anyone know another way to connect to the DAC:
I was doing something like the above on a vps a long time ago, I was hoping there was something I could use on a shared server just to let me run a few queries.
Not sure that fsocketopen is the best thing to try on a shared
$CON = fsockopen ('dac.nic.uk', 3043, $errnox, $errstrx, 30);
I was doing something like the above on a vps a long time ago, I was hoping there was something I could use on a shared server just to let me run a few queries.
Not sure that fsocketopen is the best thing to try on a shared