Forum: PHP Mar 26th, 2007 |
| Replies: 6 Views: 1,265 Yes, that's what I thought streaming the file would be the best option for me. I gotta work on that then. If you can help on that I would really appreciate. |
Forum: PHP Mar 26th, 2007 |
| Replies: 6 Views: 1,265 I got it to work. But since it is a swf 5mb file it takes a while to get it. How can I fix this? |
Forum: PHP Mar 20th, 2007 |
| Replies: 6 Views: 1,265 I have a folder called _secure in which I have a .htaccess file that denies all access to the _secure folder. Within the _secure folder I also have a swf file. I'm using PHP to retrieve the secured... |
Forum: HTML and CSS Feb 26th, 2007 |
| Replies: 4 Views: 20,036 Thank you very much, that seems to solve my problem. |
Forum: HTML and CSS Feb 24th, 2007 |
| Replies: 4 Views: 20,036 I have the code bellow and for some reason I have a infinite loop, but I just can't find it to fix it. I just call the function move to dynamicly resize a DIV.
var pos;
var finalPosition;
var... |
Forum: PHP Jul 26th, 2006 |
| Replies: 1 Views: 3,534 I have a php login system that uses SQL to store users and passwords but users can still download .mp3 files or even pictures (jpeg, gif, etc). Is there anyways I can protect my web directories and... |