richard
unread,May 10, 2013, 5:28:21 AM5/10/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have a long long list of videos on my site all stored in a database.
The way I have it structured in the php code is for all the videos to be
played in the supplied youtube's <iframe> scheme.
But what if I want to have a video source on my site?
In BASIC, I could easily say if left$(x$,4)="this" then do this.
So I need some kind of trigger that tells php this video is handled
differently.
What string handler can I use to check the trigger with?