A system that checks the domain associated with

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
ofir0803
Forum Newbie
Posts: 22
Joined: Sun Jan 18, 2009 3:03 pm

A system that checks the domain associated with

Post by ofir0803 »

Hi
I am trying to characterize a system that checks the domain associated with.

for example:

i have 2 systems, system A is Based on asp.net and system B is Based on php.
i also have a very long list of domains and i want to develop a script (in php) that runs on that list
and chacks wether the domain belongs to system A or system B or invalid
does anyone have a Idea how to do this?
Post Reply