Help with php jokes script $to who can help me
Help with php jokes script
Well I’m working on my second site, a jokes site, http://TeenStandUp.com. When ever I or anyone submits a joke, I would like it so that I can submit for instance a you tube video, so I could submit this code and it would automatically turn it into a video.
As of now im adding videos, through dreamweaver, one by one, so this is to make it a little easier.
Or if someone wanted to point to there own site after submitting a joke, as of now it won’t turn into a hyperlink, how can I get the script to recognize http://anysite.com as a link.
I hope I explained the problem alright. If needed I can email you the script.
Help with php jokes script
Well I’m working on my second site, a jokes site, http://TeenStandUp.com. When ever I or anyone submits a joke, I would like it so that I can submit for instance a you tube video, so I could submit this code and it would automatically turn it into a video.
Code:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/pZhYSgmFc4A"></param><embed src="http://www.youtube.com/v/pZhYSgmFc4A" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
As of now im adding videos, through dreamweaver, one by one, so this is to make it a little easier.
Or if someone wanted to point to there own site after submitting a joke, as of now it won’t turn into a hyperlink, how can I get the script to recognize http://anysite.com as a link.
I hope I explained the problem alright. If needed I can email you the script.
Last edited:






