Hello,
I'pm working on a big database (mysql/php) and i have a small question:
does any of you know how i can make the next thing work:
i want to show a link to a dynamic page (like for example www.test.com/index.php?test=1&react=2) but before showing it i want php to go and really see if this link exists.
If the link exists/the server reacts and gives back a page 200 Then the link will be shown.
why i need this? because we have more items in our database then in the other one, but still we want to communicate in a dynamical way.
anybody knows how to do this? help is really appreciated.
for the moment i am trying with an php fsockopen function but this one doesn't handle the url variables.
thnx in advance.
|