I have a site that allows users to copy and paste the embeded video script that youtube provides and upload it to a database. I want to be able to check that this script is valid youtube script and not just random text that someone typed in. I believe this can be done with preg match. Any ideas?
|
|
You could use:
but it would be better to just have them enter a URL (which is much easier to validate and parse), and generate this yourself. |
|||
|
|
|
|
How would I do it if I allowed them to enter a URL? |
||
|
|
