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



Comments:

<0> (PHP 3, PHP 4, PHP 5)
<0> void echo ( string arg1 [, string ...] )
<0> Output one or more strings
<0> http://www.php.net/echo
<1> @print_r!
<0> (PHP 4, PHP 5)
<0> bool print_r ( mixed expression [, bool return] )
<0> Prints human-readable information about a variable
<0> http://www.php.net/print-r
<2> thanks
<3> can someone take alook at http://dalphp.shoggoth.net/pastebin_view.php?728
<3> how to make multiple list menu works
<4> hello does anyone use phpbb
<5> uhm
<5> dreamwever is a good Ide for php?
<5> or php designer 2006



<4> im having trouble changing avatar directory size
<6> bbl: Work.
<7> wiz u still need help? ill talk a look
<8> sup all
<8> mysql problem, I'm hoping someone can help out with...
<8> i'm running mysql 4.1 and trying to dump info for import into MySQL 3.23.58. getting all kind of errors. I managed to fix some, but other I don't know what to do with. is there a way I can tell my version of mysql to dump for an older version?
<9> yes
<9> if you read the mysqldump documentation
<9> it gives all the details
<8> I am scanning over it..
<10> what's the diff between Net_IRC and Net_SmartIRC?
<9> Net_IRC is dumb
<10> well
<10> ok then
<8> Zenethian, could you be a pal and hook me up with some know-how ?
<9> o --compatible=name
<9> Produce output that is more compatible with other database systems or with older MySQL servers. The
<9> value of name can be ansi, mysql323, mysql40, postgresql, oracle, mssql, db2, maxdb, no_key_options,
<9> WARNING: Providing a p***word on command line is insecure as it is visible through /proc to anyone for a
<9> short time. no_table_options, or no_field_options. To use several values, separate them by commas.
<9> These values have the same meaning as the corresponding options for setting the server SQL mode. See the
<9> section called "THE SERVER SQL MODE".
<9> This option does not guarantee compatibility with other servers. It only enables those SQL mode values
<9> that are currently available for making dump output more compatible. For example, --compatible=oracle
<9> does not map data types to Oracle types or use Oracle comment syntax.
<8> nice
<9> it took me 8 seconds to find that in the manpage for mysqldump
<8> you da man!
<10> haha
<8> unknown option -o
<9> its not -o
<9> its --compatable
<8> oh
<8> dur
<9> now I understand why you can't use manpages.
<8> same error
<9> er
<9> --compatible
<9> my spelling ****s. :)
<8> oh, I fixed that but left off one -
<8> thanks
<8> uggh, it worked but I still get import errors
<8> #1073 - BLOB column 'more_info' can't be used in key specification with the used table type
<9> you have a blob as a key
<8> hmm... in an index
<8> i didn't make it a key
<8> but you are correct. yet again :)
<11> heya Zenethian, cv.
<9> You indexed a blob?
<11> a blob is like text right? :o
<9> um
<8> not the whole column, just part of it. I can set the amount of chars
<9> no, a blob is a Binary Large OBject
<9> ah
<9> alright
<12> sup Z
<10> blob is binary, text isn't
<9> sup jon
<12> oh just drunk
<12> ;)
<13> kek



<12> sup charley
<13> kickin
<13> u?
<12> nada reall
<12> y
<12> how's business
<13> budweiser?
<13> ****
<13> aint ****
<13> tryin to finish up some ****
<12> miller lite ;)
<13> doin more work for a dude than he's payin
<9> you seem to like **** a lot
<13> and he still wants more but doesnt want to pay
<12> ouch
<9> "no" works good in those situations.
<13> yeah
<13> doesnt when you're a 'young punk kid' and trying to keep good reference
<12> why's that in quotes
<9> sure it does.
<13> cuz i dont say that bout myself ;p
<12> oh ;)
<12> thought someone said somethin
<13> nah not that i know of
<8> that was a headache
<8> thanks again Zenethian
<14> hello
<12> howdy
<12> hantoo
<14> $glob['dbdatabase'] = 'muctimv_shop' << how i want to open this database ?
<12> uh
<12> what do you mean
<14> i mean i want to open the muctimv_shop
<14> do you know the cmd ?
<11> what's glob ;o
<12> look it up
<12> www.php.net/mysql
<11> i know glob(), but what is $glob[] heh.
<12> this ain't yo mama's house
<12> global
<12> $GLOBAL[]?
<11> probably.
<12> yeah
<12> global \variables
<11> yeah
<14> urm
<14> $glob['dbdatabase'] = 'muctimv_shop';
<14> $glob['dbhost'] = 'localhost';
<14> $glob['dbp***word'] = 'aug2405';
<14> $glob['dbprefix'] = '';
<14> $glob['dbusername'] = 'muctimv_admin';
<14> $glob['installed'] = '1';
<14> $glob['rootDir'] = '/home/muctimv/public_html/store';
<11> die
<14> $glob['rootRel'] = '/store/';
<11> DIE
<14> $glob['storeURL'] = '<15> someone can go there http://www.clubreseau.com/staging/search.php and chosse a country and after a state and when you choose a state the state not appear anymore on the select box why ? all the other its ok my code http://pastebin.com/566463
<11> should I be using addslashes() if i'm adding text from a textarea to a db?
<15> someone can go there http://www.clubreseau.com/staging/search.php and chosse a country and after a state and when you choose a state the state not appear anymore on the select box why ? all the other its ok my code http://pastebin.com/566463
<16> HaNtU]uU[, Yes you should
<11> what if magic quotes is on?
<16> disable magic
<16> you should able to control whatever happen on your code
<16> not automagically
<16> ini_set('magic_quotes_gpc',0);
<11> ah, okay.
<11> danke.
<11> didnt work eh =/
<15> why on this page http://www.clubreseau.com/staging/search.php I have to choose a country like canada or united states and after a state to get all other select box ? my code there http://pastebin.com/566496
<11> ini_set('magic_quotes_gpc',0); didnt change the value
<16> The magic_quotes_gpc directive may only be disabled at the system level, and not at runtime. In otherwords, use of ini_set() is not an option.
<16> ups


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#allnitecafe
#india
كسها
besthomevideos
allnitecafe bann ip
asmin
ilkay jules
#india
php_openbasedir
#c++



Home  |  disclaimer  |  contact  |  submit quotes