Forum Replies Created

  • Curtis O’malley

    November 21, 2010 at 2:12 am in reply to: Embedding MP4 into web page ?

    hello…

    best place to start is the archives of this forum:

    https://forums.creativecow.net/search.php?q=embed+video&f%5B%5D=16

    it’s quite a frequent topic around here…try some other keywords as well and you should be able to get your answer…

    sitruc

  • Curtis O’malley

    October 22, 2010 at 4:06 am in reply to: simple css problem… driving me crazy.

    hello…

    it seems to be there, but the content in it has text that is black…

    you can try a few things:

    1. download firebug (https://getfirebug.com/) for firefox – great tool for inspecting and debugging stuff like this

    2. try an old-school trick of adding a border to an element in your css to see where it is – so a css attribute like “border: 1px solid lime;” (sans quotes) on your box and then reload the page. it can help make an element pop so that you can see where it is…

    sitruc

  • hello…

    i’d save yourself the $50 and learn online – there are thousands upon thousands of php/mysql tutorials (use google to find them)…

    otherwise o’reilly has a few good books. but again – what you want to learn is one of the most common web toolsets out there, so you can find plenty of info for free…

    sitruc

  • Curtis O’malley

    June 26, 2009 at 4:51 pm in reply to: PHP File Upload script

    hello…

    wrt fie size – you cannot set that in the script (look for “File Uploads” section):

    https://us.php.net/manual/en/ini.core.php

    that is PHP_INI_PERDIR:

    https://us3.php.net/manual/en/configuration.changes.modes.php

    which means you can only set that in your php config file or in apache configs. i assume you are on a shared host, so that means you don’t have access to php.ini or httpd.conf. that leaves an .htaccess file override, and it will vary from host to host if you are allowed to change that. check with your host to see.

    as for permissions, it’s hard to say w/o seeing your full setup. in general, i would check with your host on this, too, as they probably have docs wrt it somewhere on their site..

    hope that helps…

    sitruc

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy