Question
Wildcards in URLs?
Can you use wildcards in URLs in PHP? For instance:
<?php $MyUrl= 'http://mysite.com/'; ?>
Are there wildcards or something I can throw at the end of that so all subdirectories and files are included in that?
Thanks!
Can you use wildcards in URLs in PHP? For instance:
<?php $MyUrl= 'http://mysite.com/'; ?>
Are there wildcards or something I can throw at the end of that so all subdirectories and files are included in that?
Thanks!
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.