Jump to content

Creating a license system help.


Markh789

Recommended Posts

Hi,

I'm making a license system due to "i'm Bored"

 

In visual basic 6 you can go

 

if instr(str, "Hello") Then..

 

Basicly "If "Hello" is inside of the string "str" then.."

 

How can I add that onto this;

<?php

$opensite = fsockopen('www.site.com/checklicense.php?license=' . $license, 80);


while(!feof($opensite)) {
      $endcode .= fgets($opensite, 128);
   }


   fclose($website);



}

?>

Link to comment
https://forums.phpfreaks.com/topic/121079-creating-a-license-system-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.