@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15



Comments:

<0> I found the error in my query :)
<1> gilamonst : is it a commercial based webapp your making?
<0> no it's a schoolproject why?
<1> gilamonst : well I was going to suggest try writing your own database wrapper --
<1> gilamonst : kinda like a database abstration layer cl*** but something to 'trap' errors more eloquently.
<1> ie you focus on your code, and if an error occurs in your SQL your routines would log it, save it in a debug file, allowing you to easily find when, how and where the error occured
<1> earn those 'extra' points on your ***ignment
<0> that would be great, if only I had more time :(
<0> I had to learn php all by myself in only a couple of weeks time
<0> and I think I make lots of beginners errors
<1> perhaps $mytime = getmoretime(); :)
<0> lols :p
<0> the deadlines are killing all students in my cl*** :p
<1> you guys learn any other languages prior to php?
<0> yes unfortunaly :(
<0> we learn asp.net



<1> php is easy to pickup if you've done C.
<0> I haven't done any real programming languages
<1> you are now (hint:php)
<0> we saw 6 weeks of vb.net but that was mainly to be able to write functions for asp.net
<0> yes :p
<0> thx :)
<0> well I think my application won't be that super
<0> but I think I've done a great job, when you see how little I knew before
<0> and how little time we've got
<1> how many lines of code your project so far
<1> ?
<0> don't know
<1> what editor you using?
<0> it consists of different pages
<0> subethaedit :p
<1> eeek its a mac editor
<1> least its esthetically pleasing
<0> because I work on a mac :p
<1> thats the nice thing about PHP.. PHP doesn't care what computer you use, it just helps you get the most out of it.
<0> yes, that's right
<0> asp ****s for that, we had to buy almost a new pc to make visual studio work
<0> we had a pc, but only had win xp home on it
<0> so needed win xp pro for IIS
<2> ...
<2> your an idiot
<2> hahah
<0> thx hajuu, you're an idiot too :p
<3> uh, what kind of crazy *** convo have i stumbled into this morning
<4> yay, slowly getting rid of all this .innerHTML code
<4> :D
<5> hi
<5> how can I make "<br>" in a text file please?
<5> I tried \n and /n but it dosent work
<6> hi
<6> how can I get a php file from a site?
<1> fa1nt : try \n\r instead
<3> Fa1nT: \n is is correct for *nix, \r\n is required for windows
<3> ManHunters: you must have access to the web server.
<3> if you have such access, download it with FTP or SSH in and view it with vi.
<5> does anyone got a pastebin please cause It dosent work :(
<5> fputs($monfichier, $list);
<5> $list='yyy:xxx'.' \n\r ';
<5> how can I do?
<3> Fa1nT: escape chars suchs as \n must be in double quotes
<5> what do you mean?
<5> repaire my $list plz
<3> Fa1nT: read what i said and think for a minute
<3> i'm giving it to you and you won't pay attention
<3> do you know what a double quote is?
<5> no
<3> *sigh*
<3> ' <- single quote
<3> " <- double quote
<3> you really didn't know that?
<5> I'm french
<3> well, now you know.
<3> $list='yyy:xxx' . "\n\r"; <- see what i mean?
<5> thank you
<5> yes thank you
<3> if it's in single quotes, php will output a literal string. in double quotes, it outputs the newline character
<6> no other way?



<3> Fa1nT: you're welcome
<5> is there a function in php which list all files in a folder?
<4> rdw: I now have non-invasive updates on the todo app O.o
<3> oh yeah? cool
<3> link me again?
<4> rdw: http://devel.webonce.com/todo/
<4> go to Config > Cats
<4> and click on the text in 'Software 5'
<4> let me know when you have the edit box up
<3> got it
<4> watch... :D
<3> sweet!
<3> haha, that rocks
<3> good job man
<4> now wanna see something really sick?
<4> not sure if this will work
<3> no doubt
<4> but i figure i'll try :D
<4> nah, oh, it won't work :D
<4> hehehe, i don't keep a DOM for objects not in display :D
<4> you've seen the other things, right?
<3> hehe, that's cool
<3> i like it
<4> hit cats 1 time, you get active, again, inactive, again, search list
<3> sweet
<4> works for all the pieces in that area
<5> rdw
<4> now i need to work on a log of changes and some visual cues in this part, and I can start to wrap it up into the main control area... and make a better skin :D
<3> Fa1nT: 'sup, sahn?
<5> do you know a function in php who can list files in folder?
<3> nope.
<3> i know there is one, but i don't know what it is.
<3> guess you'll have to read the file portion of the manual like the rest of us would do.
<4> hrm, it has some bug in IE where the text field won't keep focus :/
<4> I guess I need to do a popup for that stuff
<4> would be more logical anyway
<4> I guess
<4> oh well, another library enters the ring... overlib :D
<4> with dragable plugin :D
<3> man, gmail is going out of control with the javascript
<3> they're trying to turn this thing into a desktop app within the browser
<2> haha
<2> reminds me of dwism
<4> :D
<2> :P
<4> Nothing wrong with that... ;)
<7> Can someone tell me how to make 1 page with 3 links that will change the skin when you click them? Using 3 css-files...
<2> Um
<7> I'm a newbie.. as you perhaps understand;)
<2> Well thats a bit of a broad question.
<7> I have this code in the start of my file:
<7> <?php
<7> $skin= addslashes(htmlentities($_GET['skin']));
<7> ?>
<7> <link href="css3<?php echo($skin); ?>.css" rel="stylesheet" type="text/css" />
<7> Not sure what it means though...
<3> Ironduke: don't be pasting to the channel
<7> rdw: Sorry
<3> Ironduke: it simply means you p*** the name of the css file in the url. ie. index.php?skin=blah
<3> i'd probably store it in a cookie if it were me so it would stay if they leave and come back
<2> ****
<2> my friend moved in with some people
<2> and hes doing crack now
<2> :(
<7> Ok.. It doesn't have to be that complicated:) Just as simple as possible
<3> regular cocaine is awesome...can't speak for crack
<3> crack scares me
<7> But how do I link to the specific css-files?
<2> Its just too addictive
<2> wouldnt chance it myself
<2> theres a reason crack dealers give only one hit free
<3> yeah, i've done regular coke like 3 times. not done it in years...
<3> it's addictive too, but nowhere near the level of crack :\


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

port 22 : no root to host
problemas con add/remove linux
#networking
#c++
#apache
monfleuri
Operation_must_use_an_updateable_query
#linuxhelp
#AllNiteCafe
#linux



Home  |  disclaimer  |  contact  |  submit quotes