![]() |
Dynamic Link Bug with Short Tags (and solution)
Hey, just ran into this issue and thought I'd post it, as I couldn't find it listed anywhere else (although this thread looked like it might have been about the same issue). Please move it to the appropriate forum if this isn't the right place.
PHPDig seems to have a bit of difficulty crawling links that are dynamically generated using short tags. For instance: Code:
while ($moreRows) { If you ouptut it this way instead: Code:
while ($moreRows) { This was an issue for me, as I have a ton of dynamically generated links, and I tend to use short tags rather than echo. Normally, the server has no problem with short tags - it was only with PHPDig that I encountered it as an issue. I was using PHPDig 1.8.3 as well, so it's entirely possible that this behaviour has been fixed in 1.8.4 (but I haven't yet upgraded). Anyway, YMMV. Keep up the good work - it's an excellent tool. |
All times are GMT -8. The time now is 12:29 AM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.