| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Comments:
<0> what i need to can save my users score points from the Game`s they Play ? <1> probably faster to do if(isset($var)) { for true <1> and $var = null; to set false; <2> if I pull 42 out of an int(11) field in mysql.. is it an int? <3> !+tias <4> [TIAS] Try It And See. If you want to know if something works, try it first. <2> !+okstopwitthebotreplies <1> try it <1> gettype($return[1]) <2> Godsey<? <2> if( '8h' === '8zxy'){ echo '1'; } <1> myc: are you asking questions here because you've alienated all previous friends/coworkers? :) <2> Godsey: whats with the personal attacks? <5> myc: do you live here ? <2> Wizz_Kidd: no, i live in 1992. <2> with your website.
<6> myc: the bot is there for canned replies. live with it <7> i have a script php that stop it suddenly without error message ! <8> ||cw tis ok, just so so tired of having to eaplin things anymroe. <7> php is configured to show error message but nothing <8> explain <9> ok guys.... have a good night <1> I gave up on trying to use sqlite w/ php today. I can't seem to figure out how examples are using prepare/execute while I get errors for calling them on non member object <10> yoo, have you checked your web server logs (if running as cgi)? <11> why do Democrats hate Jews? <8> Kurt2 enough <12> wow <7> leri no <7> i try <11> enough of what? <6> Godsey: got the right versions of the libs installed? <6> Kurt2: guess <7> http://pastebin.com/589851 <11> I don't know <7> my script stopped on the 69 line <7> If somebody can help me ! <13> yoo- turn on display_errors or check your error log <7> i know because i tested it with exit command <13> You have a parse error <6> Kurt2: maybe the political/racist joke? <11> what joke? <9> yoo: unbalanced braces <9> yoo: remove that line, then it should work <7> Dragnslcr, i try <11> what's wrong? <7> mkrufky, unbalanced braces <7> what does it mean ? <9> yes, thats what i just said <7> i'm french <7> sorry <9> yoo: for each { you need a matching } <9> just remove the line and try again <14> yoo, you're missing a closing '}' somewhere <9> i gotta go <9> i'm sticking around (logging) <6> <11> why do Democrats hate Jews? <-- <9> good night all <7> fbtab, ok <14> night mkrufky <7> i look <15> this might be a question for #mysql, but I don't know if it's a function or a query: how do I change the information in a database record? <13> yoo- at first glance, I'd say you're missing a } to end the function <16> !+f mysql <4> Try looking at http://php.net/mysql <17> Do you suggest learning PHP or PERL CGI? <6> all of the above <13> pianoboy3333- what's the name of the channel you just joined? <17> lol... PHP <15> Jymmmm: if that was for me, I've already looked there <17> Do you believe that PHP would be easier though? <18> pianoboy3333: easier, or better, which one do you want <6> macgeek|school: then you need to learn sql <6> macgeek|school: all php can do is exec your sql <15> ||cw: so it's a query then
<15> thanks <6> it could be <15> ||cw: what else would it be? <14> pianoboy3333, try both and make a choice, dont cross post on both channels with the same ridiculous question <17> fine... <6> a preparied statement, or maybe a stored proc <19> hmm, i have a page on something i'm working on that allows you to edit areas of the site in html <19> using a form <19> but it all goes bad when you want to type textarea inside the textarea <19> because when you view it to edit it it thinks the textarea is ending when it's processing it but really i need the string </textarea> inside the textarea <19> anyone know how i can work around this? does anyone if i'm even making sense? :P <19> bah, typical place to typo <19> *know if* <20> hi <20> I have a strange problem with cookies. <16> < <20> I enter a p***word and store it with setcookie, but after a page reload the $_COOKIE['name'] is empty <21> Whats a good way to go into making thumbnails? <19> is there a function for converting strings to ascii? <10> toascii () <13> http://www.php.net/htmlentities <7> Dragnslcr, not } missing <13> Is probably what you want, InKubus <10> err <21> what function/method (I'll research myself) <19> you star :) <13> FatalRemedy- probably GD <22> KungPhoo: which browser? I was just about to ask a question about setcookie("cookieName", "value", time() + 30*24*60*60*1000); not setting cookies when using Firefox <13> http://www.php.net/image <7> When i add a } : Parse error: syntax error, unexpected '}' in /home/yoo/public_html/audio/MAJ_audio2.php5 on line 114 <21> Dragnslcr, thanks. I'll read up. <7> i think my problem it's not a syntax error <20> yeah, firefox! <19> woohoo! <19> i love php :) <23> hi <21> anyone else's mirror giving garbage like this? ?H?U???`????????w?q?A?u?b?o?????Q?sK??PHP??????Q?"A??J????gC <7> mkrufky, fbtab can you help me please ? <7> http://pastebin.com/589851 <7> it's not a syntax error bacause php tell me if thereare a error syntax <12> yoo: PHP Parse error: parse error, unexpected $end in t.php on line 92 <7> zircu : there are nothing on this line <7> How have you see this message ? <7> i can't see this message <12> yoo: correct, and it is because you have a mismatched {} or {} or unclosed ' or " <12> err.. or () <14> yoo, comment out chunks from the bottom and see where it starts complaining from, to try and spot the problem area <12> yoo, your missing the ending } for the function <7> zircu, on the end ? <7> but when i add a } <20> http://pastebin.com/589906 <7> : <7> Parse error: syntax error, unexpected '}' in /home/yoo/public_html/audio/MAJ_audio2.php5 on line 114 <20> and here to test: <20> http://pastebin.com/589906 <20> er... http://www.glbasic.com/login.php <20> p***word = kungfu - if you enter it, you should see a message, that everything's OK <12> yoo: then you have a problem somewhere else, all i know is the code you pasted was missing a } <23> I'm a constructor ;) <24> her is kind of a odd question... im using stream_copy_to_stream() to download a file... how can i have that file alwase be streamed to the user from the servers copy? adding a readfile after it doesnt work <20> must I setcookie everytime I rebuild a site? <24> i could double stream it from the serer but id prefer not to <10> yoo, afaict, you have an if clause - if ($mode=='mode_insertion') - and it isn't closed properly; the } at the end of the script is matching with that if clause's opening { <7> http://pastebin.com/589911 <20> insin? <7> sorry i don't paste all the code <7> so my } is ok <15> okay, how do I, say, start downloading a file, then redirect to another page? would I just put two location headers in a row? <12> macgeek|school: no, that is rather impossible <12> yoo: so where is the problem you have with this code? <15> zircu: it's impossible? <12> yoo: also at the top, add ini_set('display_errors', true); <7> zircu <12> macgeek|school: yes
Return to
#php or Go to some related
logs:
libXm ubuntu #php lltostr example eothml Cernel Panic #mysql #linux #lisp apt-get perl module FILE::slurp n00b talking
|
|