Page 1 of 1

Checking External page while loading

Posted: Wed Aug 11, 2010 5:47 am
by Fabian
Hi guys,

i have a little problem with my selfwritten framework, i just want to add a serial number for every license i give and so on the main class load check if the serial is "authentic" so i was thinking of using socket at first but they are slow..... any alternative?

thank in advance for the help


Fabian

Re: Checking External page while loading

Posted: Wed Aug 11, 2010 9:50 am
by Fabian
ok
i'm an idiot, the solution is to use file_get_contents() and if you have to pass something use the get method ^^;

Fabian