On Mar 18, 2011, at 03:14, Warren wrote: > If you go view a video on youtube you will see there is an option to get the > embed code. This is the what you should ask your user's to input. You could > have a simple regex check to make sure it seems like an embed code.
Actually all you want to store in your system is the youtube video id. No need to store (or make the user paste) the entire embed code. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
