How To Validate Check Correct Embed Code Like Youtube Videos
- Forums
- Snippets
- How To Validate Check Correct Embed Code Like Youtube Videos
This Page Contains information about How To Validate Check Correct Embed Code Like Youtube Videos By validator in category Snippets with 2 Replies. [1374], Last Updated: Sat May 18, 2024
validator
Thu Aug 02, 2007
2 Comments
2973 Visits
hi, i have php and i want my visitors to be able to add youtube vidoes with their comments, but i was wondering if you guys know of a snippet or a function that would validate with php tha tthe submitted embeded code is correct.
if(validateyoutubecode( echo "code is valid";
else
echo "code is not valid";