Search found 5 matches
- Mon Jun 21, 2010 12:48 pm
- Forum: PHP - Code
- Topic: Is it possible to do a delayed upload in PHP?
- Replies: 1
- Views: 61
Is it possible to do a delayed upload in PHP?
I'm working on a site for a client which will include frequent uploading of large video files (some likely over a gig). I'd like to be able to set it up so that, when a user uploads a video, they don't have to sit their waiting for 20 minutes or whatever for the file to get uploaded. I've noticed on...
- Fri May 15, 2009 1:48 pm
- Forum: PHP - Code
- Topic: php require / include adds line break to html
- Replies: 6
- Views: 688
Re: php require / include adds line break to html
Alright . . . not sure what I did, but I fixed it. I just copied the footer.php code, created a new file, saved it over the old footer.php and it worked . . .
Thanks for you help!
Thanks for you help!
- Fri May 15, 2009 1:24 pm
- Forum: PHP - Code
- Topic: php require / include adds line break to html
- Replies: 6
- Views: 688
Re: php require / include adds line break to html
i copied and pasted your source code and found a character sitting in between the two last div (#city and #content) you can't see it unless you copy and paste, thats an encoding problem with your editor, the only way would be to rewrite the last two ending </divs> for #city and #content... I rewrot...
- Fri May 15, 2009 12:59 pm
- Forum: PHP - Code
- Topic: php require / include adds line break to html
- Replies: 6
- Views: 688
Re: php require / include adds line break to html
# print " # </div> You got it there.... between the " and the </div>, you have a line feed! I tried removing the line feed so the footer.php looks like this now: <?php print "</div><div id='footer'>... but nothing. I also tried removing line feeds in the index.php file near the end, ...
- Fri May 15, 2009 12:33 pm
- Forum: PHP - Code
- Topic: php require / include adds line break to html
- Replies: 6
- Views: 688
php require / include adds line break to html
I have a problem which has been occurring on several of the sites I've built lately. It seems when I include the the footer file on each page a line break gets added to the html which isn't good for designs where a color is supposed to be flush with the footer. Here's an example: http://216.151.1.13...