If is use in my robots.txt this: User-agent: * Disallow: info.php ...will I disallow robots to spider also dynamic URLs like mydomain/info.php?id=something-dynamic?
If you use this robots.txt code, it will block only one page that would be info.php. It won't block any other dynamic page.