| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Comments:
<0> @confess <1> i fantasize about ****ing my physics teacher, who is married. <0> @confess <1> I'm such a sadist. <0> @confess <1> i like to steal money, it's a nasty habit that is definitely disipating, but, it's very bad. <0> we need juicier confessions <0> about getting caught *********eing by a teacher or something <2> hey, how can i send a bcc with the mail() function?? <0> leeroy, first rtfm <2> I have/am.. <0> or, getting caught bangin one out in the girls locker room <0> by the hottest cheer leader in school <0> and then the two start making out <3> :P <4> @confess!
<1> Failed to find definition for confess <4> @confess <1> I ****ed a man 30 years older than me. I was 16. <4> @confess <1> I always chew gum. I usually carry but sometimes i'm just out. I love finding used gum under tables and on the floor. Recently I found this great piece on my grandmother's shoe. the taste was gone but i could still blow bubbles with it. <4> :-o <4> that's a good one <5> @confess <1> I knew I was going to like him. I just wish he'd say something and let me know to continue being an *** or go away. <5> @confess <1> i was involved in a really emotionally abusive relationship, and i kept seeing the guy for a year after i had told everyone it had ended. <6> i'm using a free cjb.net website powered by phpbb.com and the problem now is how can i change the background? <6> how do i get access to the HTML codings? <0> ask them <6> usually in free forums, can we go into the html codings? <6> or do we need to go through the host? <7> LimAhTer, go away <6> Topic is '| Rules: http://dalphp.shoggoth.net/rules.php | NO 3RD PARTY APP SUPPORT | Pastebin: http://dalphp.shoggoth.net/pastebin.php | ASK QUESTIONS IN CHAN, <=== i'm asking a question, and u're asking me to go away? <7> I can't believe you just ****ing did that <7> you pasted the topic <7> while missing the big ****ing <7> NO 3RD PARTY APP SUPPORT <7> WHICH PERTAINS TO YOUR ****ING ISSUE <8> LOL <6> well the ops did not say anything, while u DID? wat's ur ****ing problem <6> unless u're an OP here, i'd leave <0> he doesn't have to be an op to point out that you're doin third party **** <7> I don't need ops to make fun of an idiot <4> night <7> fg 1 <0> (see figure 1) <7> no <7> foreground 1 <6> u're all just a piece of **** sitting around the CYBERERA being the "serious ones"...GET A LIFE <8> rightio <7> he had to get in the last word <0> was that supposed to be an insult? <8> everytime someone loses an arguement they play the "NO LIFE" card <7> CYBEREA <7> ? <0> cyberia? <7> xxoxx is such a faggot nick <7> it screams, "I take it up the ***!" <0> i agree <9> quick PHP question for people who know proper structoral databasing. ***uming I got a table with a unique key of "user_id". Now table 2 relates to it through this id, but it also will only have 1 row for each user_id, and every user_id will have a row in table two. <9> now would it be better structurally to link table two through a key called user_id, yet still have it's own id key <9> or just use the user_id as the main key since it won't have dupes <0> that's a sql question <0> and table 2 shoudl have it's own id <0> just in case you want to point 2 or more rows at user "1" <0> if i have an array with like 0 => "jan", 1 => "feb" and so on, how do i create a variable with each value in the array <9> i ment quick PHP question (Sorry its 3am) <0> again, it's a sql question <9> damit lol <9> again i ment sql <0> okay now you answer mine <9> i dont know how to store each value in 1 single array <9> unless u just mean foreach ($arr as $item) { $new .= $item; } <0> i mean, how do i create a variable with the name that's round in the array <9> which tech would hold all the values in one
<0> so the first value is "jan", i wanna make a variable named $jan <9> a multi-demensinal array <9> oh <9> idk... i know how to do $month[$id] with a foreach <9> putting it as $month['jan'] <0> yeah, that would probably work <9> thats waht i always do <9> i use it alot when i have an array list and wanna conver them to check boxes <9> then on post return it makes it easy to see which are checked <9> by storing the checked ones to $blah[id]; <9> and seeing if $blah[id] exists <9> (thus checked) <0> right <0> thanks, that worked <0> how'd yours turn out? <10> hello <10> anyone here? <9> didnt really do anything with it, just was doing some planning <9> im trying to figure out an easy way to figure out an age in mySQL with a inputted birthday <9> i can get months between but that dont account for days, i can get total days between 2 dates, but i cant divide by 265 cause theres 265.25 days a year technically and don't always come out right <9> i cant believe mySQL doesn't offer a "get years between" option for dates <8> dont forget you have to make it count for the leap year :) <9> that was my point ;/ <9> why i couldnt just take the days between and divide <9> any u guys know how to get an age (years between two dates) in SQL (before mySQL gets it) <7> ChillAxen, bitch quit that ****, everyone knows your lyrics lack wit, always trying to copy someone else's bit, i'm too hot to touch with an oven mit, your still ****in from your mommas tit <9> ok then <11> is there anyway to log what username a visitor is logged into on his computer and save it along with his ip in a log? <9> idk about username <9> but ip is easy <9> its one of the $_SERVER predefined functions i think <11> serve ris for the server and not for the visitors computers username. I guess I need to use javascript or something else to find out <11> can I save a an array to a mysql and retrieve it from the mysql later? <12> why not use $_SESSION or cookie instead? <11> I use cookies <11> but I want to safe like the 10 last ip's they used to login <11> save* <11> to be able to see if they share the login with anyone <11> but for example if I have an $array can I just save that to the mysql the same way as an $variable ? <11> and when I retrieve it I just devine the $ips = array($mysqlvalue); <11> define <12> right, you problem is how to save the array to the db. when I need to save an array I usually save it as a string and then convert it back to an array when I retrive it <11> yeah that would probably be the best way <11> now I just need to read up on array and strings on php.net :) <12> go for it, explode() function usually get's most of the job done <11> thanks <12> np <11> TacomaTrailer: also I was thingking of switching like the value goes into 1:st place and then if the array is larger than 10 values the last value gets deleted <11> any easy way to do this? <12> one sec <12> if you're using a loop to put the items in the array just end the loop when the incrementer reaches 10 <11> I'll just add things with end() <11> nm <11> damn my brain hang up <13> my brain just rot and rot and rot. <13> :( <11> nice <11> :) <11> $ips2[$i++] would add 1 to $i right? <11> so if $i = 0; then $i++ = 1 <13> yes <13> thats post-operation tho <13> @php $i = 0; echo $i++; echo $i; <1> Result: 01 <13> see <13> @php $i = 0; echo ++$i; echo $i; <1> Result: 11 <13> :) <11> mt script is messed up... it should only run the loop if the arrays of the orginal array is larger than 0, if it's empty it wouldn't run it but it does <11> can I post some code somewhere for you to see? <11> HaNtU]uU[: http://dalphp.shoggoth.net/pastebin_view.php?784 <11> if you got time <11> @php $a = $array(); $count = count($a); echo $count;
Return to
#php or Go to some related
logs:
#vb #india lithuanian_girl dalnet #india bagooooooooooooooooooooooooooooooooooooo dragonfruit.com #india is someone getting the best, the best of you #allnitecafe #allnitecafe
|
|