Checking External page while loading

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Fabian
Forum Newbie
Posts: 10
Joined: Tue Aug 10, 2010 8:19 am

Checking External page while loading

Post 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
Fabian
Forum Newbie
Posts: 10
Joined: Tue Aug 10, 2010 8:19 am

Re: Checking External page while loading

Post 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
Post Reply