@# 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 17 18 19 20 21 22 23 24 25 26 27 28 29



Comments:

<0> anyounghasayo to you
<1> ^_^
<2> of course Gucci_Lady :)
<0> im marrying a south korean woman
<1> lig: Grr, if I bagged for you... I will demand you to send me $5 via PayPal :P
<1> cool, me too.
<3> ok when i look at the current time its normal that most users came from asia or australia or something
<0> kuja what are u doing there kuja
<1> Just living :P
<1> php-bot: tell dg_bluesky about u
<3> in europe it is still early
<0> cool
<0> teaching?
<1> It's 2 PM here, 3 PM in Guam
<2> kuja: just send me your banking info and I'll directly deposit it... acct num, route num, id, p*** ;)
<1> lig: lol! I don't have a bank account, except a Korean bank :)



<1> My girlfriend knows the details to that :P
<3> you can sent me a sms where i can earn money :-)
<1> dg_bluesky: Nope, just living. I've lived here for 12+ years.
<1> Not continuously of course.
<0> wow cool
<3> payment per sms is a very good feature
<0> gucci how do I set phpmyadmin pw?
<3> config.inc.php
<0> yeah i brought it up messy file
<1> I thought hubby was Navy? Would've figured somewhere like SD would be your origin :)
<3> there is a line with the the word p***word in it
<1> San Diego
<4> well i'm pissed off
<4> i got my laptop back
<4> they put a gouge in it
<4> and there's either a scratch or hair on the opposite side of the screen
<0> gucci there are a number of lines there with pw in it
<4> i can live with the scratch... but i will not live with a ****ed up screen
<3> look about line 73
<4> so they can either fix it, or i'm going to go ape ****
<4> and do it myself.
<3> $cfg['Servers'][$i]['p***word'] = '';
<3> between those last ' '
<0> ok
<3> put your p***word
<0> ok i found that
<3> then it must be working
<3> but first say wamp is grap lol
<3> everything is working fine
<5> does anyone know where to find translations on the php site?
<3> upper right
<5> it's in italian for me right now, and i'd like to read it in english but can't find the link
<3> but i think only in the documentation
<0> GL it worked
<0> I have it now p***word protected
<0> should I be doing things from the prompt or from myphpadmin
<3> its easier to do it in phpmyadmin
<3> then you cannot do syntax errors
<1> I wonder what kind of IRC client dg_bluesky uses, that it won't respond to a CTCP VERSION :P
<3> also you can copy lines
<0> GL should I great a database first for my company and than create a table for clients?
<3> for your php scripts
<0> mirc kuja
<3> that sounds good
<1> mIRC doesn't respond to VERSION? Wow
<2> kuja: husband is Navy - Just have lived on both coasts/oceans
<0> gucci what does collation mean
<1> As with any Navy family :)
<1> Navy has the benefit of going to many places, like Japan
<6> ctcp = a private message .. blocked for unregistered users
<3> difficult to say because mine is in german :-)
<1> Ah right. dg_bluesky isn't registered or identified.
<2> perry_: http://www.php.net/manual/en/
<5> i had to set my preferences, for whatever reason it was defaulting to italian
<1> **** happens :)
<0> why the big scroll bar at the bottom on the myphpadmin window
<0> gucci I want to creat a table that I can use to enter the email address and to be able to count the number of clients
<0> so fields I have Number and Email address



<0> what should the attributes be for each
<2> dg_bluesky: do you know anything about databases?
<3> yes u need a unique number also as id
<2> and I'm not being derogatory
<3> so later on database handling is much faster
<0> right what attributes do i need to add
<0> what is going to be the primary key
<3> but i think if you don't know anything about databases you have to read a documentation first or better buy a good book
<0> i usually learn on the fly, i know that id will be autoincrument
<0> and varchar
<3> anyone can tell you a configuration for your case but next time you do not know how to handle it. so its better to learn a few basics
<2> why a varchar for a primary key?
<0> im using the front end
<0> lig what is the genernal id attributes
<3> yes choose a smaller thing
<2> a primary key is a unique identifier for a row - it can be any datatype or value - so long as it is unique
<0> that would be email then
<3> a "int(8)" is a good joice for the id number. and auto_increment for sure
<0> how about the email
<2> ah - but can multiple people in the same family have the same email?
<0> i have a varchar 50 for it
<4> varchar 50 for an id NUMBER? :\
<3> yes
<4> oh
<4> nvm
<4> lol
<0> no for the email field
<4> yes yes sorry :(
<3> no for the email adress
<3> :-)
<4> yeah... 50 should be alright :P i suppose anyone with an email over 50's chars is just... weird
<0> great
<4> jiggster.dev.official.project@some.official.project.domain.com
<2> Gucci_Lady: int is fine - the (8) is only for dispaly purposes - and he won't probably be displaying it
<0> should i set them to un***igned?
<2> unsigned - so you get the max values possible
<0> lig i will be displaying it on my intranet
<0> liq for both
<3> no leave that field blank thats ok
<3> mmh ok
<0> any other field I need to worry about
<3> not null
<3> then its ok
<3> for the id or email??
<0> ok I have that
<0> both
<3> yes
<3> he he
<0> thanks lig
<7> lig for?
<7> !+sql
<8> [SQL] Structured Query Language - the language for most DB Systems. See http://www.w3schools.com/ http://www.sqlcourse.com/ http://www.onlamp.com/pub/ct/19 and #mysql, #postgresql or #sql
<3> but also it is a good choice to choose p***word for the id field lol
<0> GL is there any other fields I need to set?
<2> more design stuff Jymmm
<3> joke
<3> you can implement later more fields
<3> so if you don't need at the moment its ok
<0> ok Im going to save it now
<0> #1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key
<2> dg_bluesky: http://codewalkers.com/tutorials/93/1.html and http://www.geekgirls.com/menu_databases.htm are two good ones to start
<2> also - you are now getting more into the db stuff so you want to go over to the #mysql channel and start asking there
<3> yes. its a good thing to know the basics
<3> otherwise your getting problems later
<3> some basics are better then to do some mistakes on the fly :-)
<2> not to mention http://www.sqlcourse.com and http://www.sqlcourse2.com
<0> why did I get that error though
<3> chose only one key field. and thats always the id
<2> time for you to start asking these qhestions on #mysql - you are getting off topic here
<2> many who are here - are also there
<3> so many channels really difficult to handle :-)
<2> :D - ah - but then you get access to many more knowledgable people on the subject


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#ubuntu
libwx_gtk2u_core-2.6 debian
perl merge two hash
#linuxhelp
SQL statement count(*) as value
xorgconfig widescreen
#bash
can't pass router fedora
Fedora 6 yumm
#debian



Home  |  disclaimer  |  contact  |  submit quotes