@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5



Comments:

<0> yeah u r right
<0> http://ansimation.net/
<0> the font is really annoying me
<0> it's to big
<1> which one?
<0> content
<0> Digital copyrighting has been an overwhelming concern since the first publically available websites were published in early 1993. Who does what belong? can I use this? sure. It's as simple as right clicking and choosing 'save as' from the drop down menu right? but is it legal? it may not be. Web graphics as well as other digital content such as code blocks, documents, and other web related resources all belong to someone. Who 'owns' them
<0> if this interests you, you can read this article i found on SitePoint:
<0> http://www.sitepoint.com/article/illegal-use-web-graphics
<0> the font-size is to big
<1> heh
<0> u use verdana isn't it /
<1> tahoma
<0> oo.....
<0> what size..
<0> 14 ?



<1> 8 or 12
<1> i dont remember
<0> it's big
<1> yes, but it needs to be readable by older people as well
<1> being as the majority of people that visit my site are clients or prospective clients
<0> oic
<1> and i need to redo it
<0> that is good reason....
<1> ?
<0> i've once make website for older people...
<0> but not only older.. they also... clueless about internet
<2> old people shouldn't be on the web, it's our job...no duty(!) to scare them off
<1> well it's not just limited to "old" people. lol. but if one of my clients happens to have bad eye sight it helps.
<1> well, i suppose i should be off to work
<1> later
<3> anyone ever use phpadmin?
<3> phpmyadmin sorry
<2> a litul
<3> how do you set the next autoincrement value
<3> I cant seem to be able to anywhere
<2> you mean set an autoincrementing value to a row?
<2> heh, I get your question now, and I have no clue whatsoever :/
<4> the amount of spam i get for my "account" at first third bank is unreal
<3> damnit!!!!
<3> I need to change the next value, how the hell do I do that?
<4> eh?
<3> in phpmyadmin, i need to change the feild that is autoincrement, I want to set the next value to 3000
<4> uh, why?
<3> how can I do that, it is at 1
<4> again, why?
<3> because it is for an Online RMA system and we are at # 3348
<3> or sumthing
<3> and we want to keep things in order
<4> take a look at the alter syntax in the mysql manual
<3> so if A new RMA is made, I want it to start at that value
<3> ok, ill try
<4> there is an example for resetting/starting the id
<3> What is cardinality?
<4> @gdefine cardinality
<5> Definition for: cardinality
<5> 1. The number of rows in a table or the number of indexed entries in a defined index.
<5> Source: http://www.orafaq.com/glossary/faqglosc.htm
<4> for a more thorough read
<4> @search cardinality
<5> Search results for cardinality:
<5> Cardinality - Wikipedia, the free encyclopedia -> http://tinyurl.com/lf48t
<3> "sendmail_from" not set in php.ini or custom "From:" header missing in??
<3> the From: header is there
<3> whats this mean? how do I fix this, the server is a netsol server....
<3> damn what the hell
<3> can anyone help me solve this?
<3> anyone around? I took out the From: header and still gave me same message
<4> @mail
<5> (PHP 3, PHP 4, PHP 5)
<5> bool mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]] )
<5> Send mail
<5> http://www.php.net/mail
<4> are you sure the header is formed right?
<3> I beleive so, I will paste it tho
<3> http://www.nomorepasting.com/paste.php?pasteID=66152
<3> cuz there is no way that the From: header is missing in php.ini on a netsol server right?



<3> anything wrong with the way it is formed?
<4> have you printed $headers to make sure everything is filled in properly?
<6> evulish
<7> hi everyone!
<7> people I got a problem with object comparation: I'm craeting a cl*** that has a variable pointing to the cl***es $this, when I'
<7> m trying to do $obj1===$obj2 it screams about Fatal error: Nesting level too deep - recursive dependency? how can I compare these objects
<7> ?
<2> show us yer code then :/
<8> also, try using == instead of === :-\ I can only ***ume this might work as Tacoma so eliquently pointed out that you have not supplied us with any code...
<9> what's a good way to pick a random integer between 1 and x?
<8> random()
<4> @rand
<5> (PHP 3, PHP 4, PHP 5)
<5> int rand ( [int min, int max] )
<5> Generate a random integer
<5> http://www.php.net/rand
<8> =]
<8> rand, random, w/e
<4> @php echo rand(1, 5);
<5> Result: 4
<4> @php echo rand(1, 5);
<5> Result: 3
<4> @php echo rand(1, 5);
<5> Result: 2
<4> @php echo rand(1, 5);
<5> Result: 4
<4> :)
<9> so rand(1, x)
<9> will do it
<4> well, where x is a number, yes
<10> I have a list haveing a variable on each line. like
<10> a
<10> b
<10> c
<10> Now i want to add a fixed line on the right and left of each variable and make a new list like
<10> 1a3
<10> 1b3
<10> 1c3
<10> how can i do it?
<4> echo "1$a3";
<10> i need the complete script
<4> wtf are you talking about?
<10> i have a .txt file. having above prob
<4> what is the problem?
<10> on each line. i want to add a 1 on left and 3 on right
<4> so read the file into an array and rewrite the file
<10> i dont know the way
<4> file() fopen() fwrite() fclose()
<4> those are the functions you need
<10> i am zero in php
<10> i need the complete script
<4> then pay someone to do it
<10> i have a txt file of 1000 lines. is there a way that i can break that file into many files having 50 lines each ?
<2> cut+paste
<10> i dont want to count every line........
<4> also, the functions above would do that as well
<10> any easy script?
<4> yeah, it's an easy script to write
<4> so go write it
<10> wouldnt you do it . i think it will be small
<4> sure, i charge $200 an hour for consulting and have a 3 hour minimum
<10> how do you accept payment
<4> wire transfer
<10> !?
<10> bye
<4> !!
<4> moving is the pits
<4> :/
<11> Hello. Witch php function I can use to check if a string contains just hexadecimal characters (0123456789 ABCDE and F)?
<12> @preg_match
<5> (PHP 3 >= 3.0.9, PHP 4, PHP 5)
<5> int preg_match ( string pattern, string subject [, array &matches [, int flags [, int offset]]] )
<5> Perform a regular expression match
<5> http://www.php.net/preg-match


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#chat-world
Anjali20
#linux
#allnitecafe
kl webcam bukit bintang
#india
#allnitecafe
#india
#chat-world
#php



Home  |  disclaimer  |  contact  |  submit quotes