| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Comments:
<0> how can I disable filesize limit in my file upload script? <1> var <0> ? <2> disable ? <2> u should be nuts to do that :) <0> archaevs, I just want to check something. <0> It keeps returning me that the file is too large. <0> I'm trying to upload a 2MB file, and the MAX_FILE_SIZE is set to 300000000 (Almost 300 MB) <0> and it still returns that the file is too large <2> the problem is somewhere else <0> archaevs, like ? <0> the $_FILE['file']['error'] returns 2, which according to the documentations, means that the file I'm trying to upload is too large. <2> I'm trying to remember ... but it was a LONG WHILE ago <2> try googleing a bit <0> archaevs, they said to check the php.ini, but nothing. <0> I mean the file size there is also above 100MB
<3> mmmdudes <2> http server, php.ini, <form>'s HTML attributes <3> how do i dump the ram data to the disk on linux? <1> does the htaccess for rewrite rules have to be in the root folder of the domain <4> is there a wait to verify is a file has already been included? <5> include_once <2> StiGMaT why don't you just use include_once() or require_once() ? <4> didnt know it existed <4> im new to php <2> Sean|, I think it depends on apache's settings (httpd.conf) <2> as far as I know you can even have one .htaccess with rewrite rules in each folder <2> but you'll have to be sure it won't conflict with rules on parent folders ... or something <1> what would the correct date() paremeter be to create a mysql datestamp from another date format <1> Y-m-d H:i:s <6> is this a help channel ? <7> phpbb plz <5> no <8> phpbb ****s <8> just fyi <8> if you are going to use a forum, use XMB <6> xmb must rule <6> they have about 30kbit traffic on their servers <9> if anyone's bored could they take a look at this newbie q for me pls, cheers! http://groups.google.ie/group/comp.lang.php/browse_thread/thread/862a84ca720fdd7c/372a37e9c9ef7c42?hl=en#372a37e9c9ef7c42 <6> *YAWN* <6> thats sql, not php <6> and thats a dirt easy query with a tiny use of count() <10> hey guys, what is the function that tells if something is uppercase <6> regex ? <6> then again, why care <9> irzywel, i did say it was a newbie q! could you enlighten me if you know the answer? <10> db reasons. btu yeah.. i could use regex <6> http://www.google.com/search?hl=en&q=mysql+select+count <6> DEWEZ1: umm, just strtolower it ? <11> hi, is there a function to determine whether or not a str index is a char or not? <3> ctype_alpha or ctype_alnum, depending what you mean by char <12> does anyone know how can i put email validation when user register to my webpage? <13> sure, 250$ you ll have it setup on thursday <13> want optical forms too? <9> cheers for the help lads, gotta go <14> im just trying to do some hyperlinking using php based on a variable, ive used the correct escape characters, but rather than giving a hyperlink, its actually displaying the text: <a href="http://localhost/test/article/html">html</a> in my textarea <14> does that mean i need aditional escape chars? ive added others but it just gets the errors, tried looking on the net for escape charactres and as far as i know, i thought i'd done it right <15> yo people <8> drav <8> f0o <14> actually, saying that, the hyperlinks work in a normal div, just not in the textarea <15> what up sb? <8> chilling <8> working on my OS <8> haha <15> whats everyones favorite lightweight wm? <15> haha <8> compiling gcc and binutils for ELF <15> I'm tuning my box too <15> right on <8> cool <15> wow <15> gnome-terminal one console open - 45Megs <15> multi-aterm 1 console open 4.6 megs <14> is there any reason why hyperlinks made with phpwill work fine in a normal div, or <td> but will only print out the hyperlink text in a text area? <14> tried looking it up, but cant find anything
<16> textarea doesn't parse html <13> define text area <13> hope your not talking about a form element <14> yea, i am, its being put in there because its a table of information, but i want to try and link from it <14> so if it cant parse html, does that just mean i cant do it full stop? <14> i suppose i can just use a <div> instead if thats the case <13> full .ro <13> form element == user submitted info,.. ergo no parsing <14> i'll just use a div then, thanks for the heads up <15> I'm really leaning toward xfce for my sony <15> I think it'll be light enough for the box <16> http://www.apcmag.com/apc/v3.nsf/0/64E7EA353646669ECA2570F50012430B <16> isn't it funny how apples site shows these huge benchmark results... while every benchmarking company shows the new mac duo's being slower the the G5 pros? <16> http://arstechnica.com/reviews/hardware/imac-coreduo.ars/5 <16> for example <17> yea but theres always been that gap between the platforms <17> quicktime was quick on the duo <17> not as fast as the power mac though :( <17> its rev one im sure theyll have it tweaked by then <18> anyone caved in from the snow? <17> i wish i was <17> id start tunneling out of my windowwell <17> :D <17> and then attack when the sun rises <17> bwahahaa <19> hi <19> how can i put php inside CSS ? <17> you dont? <19> well <19> i am asking <17> lol <18> you can't <19> mm <19> let me explain <19> i have a configuration file <17> css as in the body of the html file or in the head <19> with font and colors <19> in an external file <17> yea but where is the php going in the head or body tag <19> i want to put php in the css like <17> uhm <17> yes your not answering <19> FONT: bold 20px Verdana, Arial, Helvetica, sans-serif; <19> color: <? echo COR_DO_NOME ?>; <19> like that <17> im going with |put on this :P <19> hum? <18> don't make me put you <17> er |pit <17> stupid kb <18> hehe <17> :D <18> yes, twysted you can't echo out some css <19> eheh <19> http://www.webmasterworld.com/forum88/2406.htm <19> someone had the same ideia <18> I mean can echo out some css <18> I can't even type <18> =| <18> as long as you put your css in a php file that is <19> mm <19> http://www.webmasterworld.com/forum83/2201.htm <19> seems to be a solution <19> i wonder where can i find .htaccess file :\ <19> "Add this line to your root .htaccess file: <19> AddType application/x-httpd-php .css <19> " <18> just make one <18> that's not a very good solution <18> to parse css files as php <18> you could do it in your php.ini too <18> anyways <19> mm
Return to
#php or Go to some related
logs:
does the U stand for in the abbreviation I.O.U swiss sallary average No Heaven.mp3 kuait music #chatzone fete pe skype
Pitiross anomatopoeia can't find IDC_MESSAGE one disigne
|
|