[FONT=Calibri]I need help figuring out a php script that would add a wmv sermons video to this td code and add another row for each video that’s added each time I upload one with SmartFtp into a sermons directory folder. One folder would be for a highspeed sermon and one folder for a dialup speed sermon. Also I would like a way of having an embedded windows media player that would pop up each time someone clicked onto[COLOR=#0070c0] play[/COLOR] for that perticuliar sermon. Any and all help will be deeply appreciated! I’m a noob at php and I have a site that does this that the church I belong to paid a developer to do; however there is a database and all kinds of extra php backend files and jscripts for a cms and a admin section and I can manage everything on a simpler basis if I can figure out the code just to do what I have mentioned! I want to be able to upload a wmv into either folder and have the code do the rest! Thank you very much for any help you can give me or direct me to concerning this!!! It’s all non-profit and for the LORDs church! [/FONT]
[FONT=Calibri]<thead>[/FONT]
[FONT=Calibri]<tr>[/FONT]
[FONT=Calibri]<th>PLAY</th>[/FONT]
[FONT=Calibri]<th>SERMONS</th>[/FONT]
[FONT=Calibri]<th>Date 2009</th>[/FONT]
[FONT=Calibri]<th>Presented By</th>[/FONT]
[FONT=Calibri]</tr>[/FONT]
[FONT=Calibri]</thead>[/FONT]
[FONT=Calibri]<tbody>[/FONT]
[FONT=Calibri]<tr>[/FONT]
[FONT=Calibri]<td><a href=“sermons/highspeed/something.wmv”>PLAY</a></td>[/FONT]
[FONT=Calibri]<td>Name of sermon </td>[/FONT]
[FONT=Calibri]<td>month-day-:time am</td>[/FONT]
[FONT=Calibri]<td>speaker </td>[/FONT]
[FONT=Calibri]</tr>[/FONT]
[FONT=Calibri]<tr>[/FONT]
[FONT=Calibri]<td><a href=“sermons/highspeed/something.wmv”>PLAY</a></td>[/FONT]
[FONT=Calibri]<td>Name of sermon </td>[/FONT]
[FONT=Calibri]<td>Month-Day:Time pm </td>[/FONT]
[FONT=Calibri]<td>speaker </td>[/FONT]
[FONT=Calibri]</tr>[/FONT]
:shh: