@# 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 16



Comments:

<0> juvenile?
<1> yeah
<0> how old?
<0> prolly wont matter
<1> 19
<1> i was 15 then
<2> Anybody got a quick solution for turning a number into an integer by truncating the decimals?
<3> round?
<3> floor, ceil?
<0> http://www.tricare.osd.mil/tmis_new/ia/HISM/07292004/Personnel%20Security%20Invest%20HISM%20Pres%20-%20FINAL.ppt
<0> check out the 3rd slide jedzilla
<2> !
<2> Technobabble: Thank you, floor should work.
<1> wow, critical
<3> is there any way to stop flash animations from auto playing?
<1> hm, $20/hr entry-level PC tech



<1> in phoenix...
<2> !
<2> Gentlemen, I owe all of you a debt of gratitude!
<3> why
<2> Which is the best sort of debt to owe...
<2> Because the exchange rate is *damn* favorable.
<2> http://www.confessor.org/finances.php
<0> that makes no sense
<3> wtf are the settings for plugins
<3> in FF
<2> Two-Bits: The conversation or the website?
<0> in the plugin settings place
<0> Confessor: nm
<2> I think it's bedtime.
<0> wow, FF ****s
<0> Technobabble: seems you'd have to edit a preference file and/or remove the plugin files.
<4> anyone ever hotwired phpPgAdmin(non-plesk version) to get it working on a plesk box before?
<5> guys.. little problom i have. i did this list.. each row (record) has a checkbox.. they all under same name: DelId but each have different value (1,2,3.....). when i want to delete i check all boxes i want and press delete... problom is.. php $_POST['DelId'] give me only the first checkbox instead of.. 1,2,3
<3> i had that
<5> :)
<5> what do we do in that case
<3> echo "<input name=\"delete\" title=\"Delete\" type=\"image\" src=\"http://www.jovianconsulting.com/images/b_drop.png\"; VALUE=\"Delete\">";
<5> what's that?
<3> i used the VALUE=
<5> well so do i
<5> i'll show you...
<3> actually no, input name=
<3> it's going to hand over the name
<3> and the x and y coords
<5> <input type="checkbox" name="DelId" value="24">
<3> i ignored the coords
<5> <input type="checkbox" name="DelId" value="25">
<5> ...
<5> emm... how do i do an array?
<5> might be the one :)
<3> no
<3> <input name=\"box[]\" type=\"checkbox\" value=\"$val\">
<5> go figure :)
<5> might work
<3> use input name = DelId[]
<5> sure
<5> hold on :)
<3> then when you submit
<3> you'll use the name, and ignore the coords
<5> emm
<5> $_POST['Delid'] = ARRAY
<5> that's what i got.
<5> good :) how do i break it?
<3> do an echo "<pre>"; print_r($_POST)
<3> ;
<6> @print_R
<7> (PHP 4, PHP 5)
<7> bool print_r ( mixed expression [, bool return] )
<7> Prints human-readable information about a variable
<7> http://www.php.net/print-R
<5> ahh sweet :0
<5> hold on
<5> Array ( [0] => 24 [1] => 22 )
<5> superb
<5> now.. i need to.. somehow take the 24 and 22 :)



<5> foreach?
<5> @foreach!
<7> Failed to find definition for foreach!
<3> yup
<5> ahh **** it
<5> ahh **** i
<3> @foreach
<5> he doesn't like me :(
<3> me either
<5> @foreach
<7> Construct: foreach
<7> PHP 4 introduced a foreach construct, much like Perl and some other languages. This simply gives an easy way to iterate over arrays. foreach works only on arrays, and will issue an error when you try to use it on a variable with a different data type or an uninitialized variable. There are two syntaxes; the second is a minor but useful extension of the first:
<7> http://www.php.net/foreach
<5> nice :0
<5> Technobabble, in the exampe... there is & before the $value. why?
<5> foreach ($_POST['DelId'] as &$value) {
<3> not sure
<5> we'll drop this one :)
<5> in the sql... can i do delete where id=1,2,3
<5> or i have to do.....
<5> where id=1 || id=2 || id=3...
<3> that's not sql syntax
<3> i don't think
<5> yeah :) we'll work something out :)
<5> trying to break that damn array. hold on :)
<3> you could do WHERE value IN (1, 2, 3) or something
<5> yeah!
<5> that's the one!
<5> heh.. remembered!
<5> @strreplace
<7> Did not find any matches for strreplace
<7> Possible matches (best first):
<7> dbmreplace, ereg_replace, preg_replace, str_ireplace, str_repeat, str_replace, substr_replace, dba_replace, diskfreespace, eregi_replace, hwapi_replace, mb_ereg_replace, mb_eregi_replace, str_pad, stripcslashes, stripslashes, strlen, strrchr, strrev, strrpos
<5> @str_replace
<7> (PHP 3 >= 3.0.6, PHP 4, PHP 5)
<7> mixed str_replace ( mixed search, mixed replace, mixed subject [, int &count] )
<7> Replace all occurrences of the search string with the replacement string
<7> http://www.php.net/str-replace
<5> @asc
<7> Did not find any matches for asc
<7> Possible matches (best first):
<7> abs, acos, acosh, asin, asinh, asort, dba_sync, dbase_pack, each, hash, hash_hmac, mhash, pack, strcasecmp, strcmp, umask, unpack, yaz_scan, yaz_schema, yaz_search
<5> @chr
<7> (PHP 3, PHP 4, PHP 5)
<7> string chr ( int ascii )
<7> Return a specific character
<7> http://www.php.net/chr
<5> what's wrong with this query: Delete * from MemoBox where rid = 1 And id in (3)
<5> appears that the * made the problom... wired.
<8> delete the whole row?
<5> ?
<9> delete didnt have * i guess
<9> dev.mysql.com/delete
<9> always check manual when you STUCK
<9> or getLost
<9> er...
<9> or Lost in Somewhere
<10> I have a page surrounding a iframe. In the iframe I have a link to another page, which is supposed to replace the page of the current iframe. But when I click the link in my iframe, its just being opened WITHIN my current iframe, ayone know a solution to this? :|
<11> target="_parent"
<11> but a better solution is: don't use iframes
<10> hm, but I need iframes for this project :\
<11> _need_?
<10> how would I use the target="_parent" ?
<11> i've never needed iframes
<10> o
<10> hm
<10> I have like alot of tables surrounding a iframe, so that the main menus etc. stay the same all the times. but depending on what link they click the new page opens in a iframe in the middle
<10> but when I click a link in the iframe
<10> it just opends a new page inside the iframe, while its supposed to replace the current iframe
<11> ew
<11> just reload the rest of the page
<10> yay lmao the target='_parent' worked.. !!!
<10> I've been trying this for like an hour now!
<10> Thanks so much!!! :)))


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#worldchat
#india
#india
Xpl0iter script
#allnitecafe
en yakın galaksiye gidebilmek
#india
#allnitecafe
#kl
Ohhh Look At The Sexy



Home  |  disclaimer  |  contact  |  submit quotes