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!
I bought this cool script which helps with reciprocal link exchanging. Only problem is that it only allows for 1 of my links. It will automatically check if my link is on somebody's page periodically and when they fill out a form for a link exchange. But I would like it to check a few different URLs because I like people to link to various pages. Below is the code. The backlink is the table row name and value is my URL ie. http://mydomain.com. Any ideas how I can plug a few domains into the code?
list($code,$message)=checkURL($pvї'reciprocal'],$configї'backlink']ї'value']);
if ($code>0) $errorsї]='Please check reciprocal URL : unable to connect';
elseif ($code==-1) $errorsї]='Please check reciprocal URL : '.$message;
elseif ($code==-3) $errorsї]='Link back to our site is not found at <b>'.$pvї'reciprocal'].'</b>';
The script is about 10 pages and some is codelocked. 3 have the backlink and URL in it so my guess it is here that it can be done. Thanks in advance for looking!