grrrr...need help with checking urls :(.

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
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

grrrr...need help with checking urls :(.

Post by qads »

hey
the url i am trying to check is like:
http://www.site.com/redirect.php?id=23

so, i don't know where the hell id=23 is gonna take me, how can i check it without going to it my self? i need to print the real URL on the page too.
if it were 10 or 30 links, i would't mind going to them one by one, but i have...1000+ links to check :cry:.
I been messing around with it for hours and still noting!

maybe it's a javascript thing?..i don't know noting about javascript.


PLEASE help!!!
User avatar
DaZZleD
Forum Commoner
Posts: 38
Joined: Tue Jan 07, 2003 5:39 am

Post by DaZZleD »

you mean check url as in parse the destination file for certain data or parse the URL? be more specific...
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

parse the URL i mean't.
Post Reply