|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-03-30 09:55 UTC] luke at cywh dot com
now i had this problem before, but its happening again. im upgraded to the latest snap shot. look here... http://cytech.cywh.com/index.php?id=order it comes up blank. i have to refresh it a couple dozen times just to get it to come up. on my server machine, it loads the first time. on others it dont work. also when i upload a file the tmp file doesnt delete itself when the script is done executing. ive tried using unlink to delete them myself, but they are set to "read-only". i do have the upload directory set to a specific location. and now i have a question. for the uploading thing is there a way to set the http upload so when someone is uploading it doesnt drasticaly slow down my apache? thanks Luke Scott PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 08 21:00:02 2025 UTC |
ok now this is very weird.... i had something like this... <?php if($_GET['action']=="wh") { ?> a bunch of tables and stuff go here with font tags and what not. <?php } ?> now the one above, i looked at the source (view/source), and i saw some weird characters for the size in one of my font tags. its because i saw one of my fields was larger than the rest. it just doesnt come up like its saved. also the same problem as before. when i do this.... <?php if($_GET['action']=="wh") { ehcho "a bunch of tables and stuff go here with font tags and what not."; } ?> it displays correctly (the font), accept i have the same problem. when i save the html code to an html file, then do an include instead, everything works fine. it must be some kinda of scripting problem now im not sure whats wrong with the... http://cytech.cywh.com/?id=order but it solves the first one. first one must be a scripting problem and i have a question. by any chance would php have a line limit for php files? or is it unlimited? cause if it doesnt have a line limit thats proboly has nothing to do with it. if it does have a line limit, my files are about 1000 lines long because i create whole websites in one file. (1 file per site). i doubt something as complicated as php would have a line limit, but its a possibity worth exploring a guess.