Hi can someone shed some light on this problem I'm having please?
2 tables
SHOWS_ARCHIVE (TABLE 1)
ID
SHOW_ID
AUTHOR
SHOWS (TABLE 2)
ID
When the member logs in they are a loud to see their shows because of the $author permissions;
if ($_SESSION['MEMBER_PERM'] == "2")
{
$author =...
Hi everyone,
Any ideas how to change this code so I can have a square thumbnails instead of always the same width but different heights?
Thanks
function CreateSiteThumbnail($srcFile, $destFile, $width, $quality = 100)
{
$thumbnail = '';
if (file_exists($srcFile) && isset($destFile))...
Hi guys, I have a media player that opens its own window and works fine with Firefox but it's not working for internet explorer. Been trying for ages and lots of different suppose solutions but still no go. The only thing that happens when you click the link is, bottom left - error on page. Any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.