IF File type

2 posts by 2 authors in: Forums > CMS Builder
Last Post: July 22, 2008   (RSS)

Re: [rjbathgate] IF File type

By Dave - July 22, 2008

Hi Rob,

Try something like this:

<?php if ($upload['extension'] == 'pdf'): ?>

... html code for pdf files ...

<?php else: ?>

... html code for other file types ...

<?php endif; ?>

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com