@# 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 30 31 32 33 34 35



Comments:

<0> without using apt-get
<0> dunno even if dreamhost offers padro
<0> prado
<1> prado is a folder that you just add in your web root folder no install required only paths to set
<2> does somebody know a php-webdav-client cl***?
<3> damn, I've never gotten to know any hosting services as I've never needed to make a popular enough site that my own home connection couldn't handle it
<2> a good one ;-)
<0> lietu, it depends what your own home connection is
<3> well no, it doesn't, it depends on the popularity of the site ;)
<3> and mine is 8M/1M
<3> and it's way more than enough for all my needs to serve my webpages
<0> here the max upload is 96Kbit/sec
<0> if i had 8/1 ofcourse it will be enough
<0> unfortunately i have a 1500/96 connection
<3> also I've never understood where the heck do foreign isps come up with their speeds
<3> 1500/96



<0> its ADSL
<0> where you from ?
<3> ... ye my first adsl was 256/256 then 512/256, then 1m/512 -> 2m/512 -> 8m/1m
<0> it started with 256/96 then 500/96 then 750/96 then 1000,1500,2000
<0> ahh, i have now 2000/96
<0> welp for 1m up you need 8m down
<0> and they dont give that here yet
<3> and I live in finland
<3> pay ~45eur/month for my 8M/1M
<4> i just downgraded to 6/1 now pay 35e a month
<0> nice
<0> here i pay about 15$ for 2000/96
<0> but i've got a special deal
<0> actuall its more like 20$
<0> they started offering in cables here, up to 1mbit upload
<0> (2/1 mbit package)
<0> but it costs somethign crazy
<0> more than 100$ i think per month
<0> so i'm w8ing for prices to come down
<3> wtf lol
<0> like lots of other ppl
<3> well I can get like 10M/10M connection at certain places for 45,90e/month
<3> .. at certain places..
<3> and 2M/2M for 27,90
<5> hi all
<4> lla ih
<3> ... and if I just wanted downstream, I could get a 24M/1M
<5> when there is a parse error in my php script the browser displays a blank html page, anyone know how to make it display the parse error rather than a blank page ?
<6> hi pagalmansha
<4> Did you check source of the page?
<0> lietu: we have monopol in the land-line communication buiz
<0> so we arent that lucky
<5> UltimateB|script: yes i went through it but can't find the error
<4> Tuvok: then there is no parseerror
<5> hmm ok. what can be causing the blank page to be displayed ?
<3> UltimateB|script: php can be configured not to dump the errors out to the browser
<4> hmm
<3> and it should be configured so
<3> for additional security
<4> but not while devving :X
<5> lietu: how can i do that configuration ? is it in php.ini ?
<3> yes, Tuvok
<4> lietu: do you mean error_reporting?
<5> do you know which directive it is ?
<4> like e_all ?
<3> display_errors = ...
<3> no, UltimateB|script
<5> ok thanks
<3> but you should use logging instead
<3> and check the logs
<3> well, it's more secure anyways ;)
<3> might be too much h***le for some people
<4> lietu: still, for quicker developing, it would be extra effort ;x
<4> ehrm
<3> UltimateB|script: depends, depends
<4> but display_errors, ill take note of that.
<3> if someone has extra boxes for example, you can just put one monitor to tail the log
<7> hey
<4> true
<3> well, like me ;)
<7> anyone know if "SELECT * FROM websters_1913_dictionary WHERE wbWord='$sfirst%$slast'" should work? with the % in between two vars?



<3> I have ****loads of excess boxes in here
<4> dont have multi display at work :X
<4> anyways, off generating some parse errors
<4> bb ;p
<3> David\: why dont you do $search = $sfirst . "%" . $slast; -> "... WHERE wbWord='$search'"
<3> have fun
<7> lietu... brilliant (7am here)
<7> lol
<3> heh
<8> David\: Well, yes, ***uming the required result starts with $first and ends with $last
<7> lietu still didn't work and wobbles, im searching for things that defenitly are in the DB and should be showing up.
<3> erm
<9> any idea how to send Trackback/pingback with php?
<10> David\- well, = is equality
<7> ahh like
<8> David\: So, perhaps $first or $last do not contain what you expect? echo the query...
<10> If you want wildcard matching, you have to use LIKE
<7> works
<7> hahah
<7> 7am.... LIKE is said :) thanks guys
<8> good point <Blush>
<3> hehe
<3> ye, being well awake does help while coding ;)
<3> tho, I've "p***ed out" on my computer a couple of times during a coding marathon
<10> It took me 3 or 4 times looking at it before I noticed
<7> lol
<3> also I've coded totally drunk, which was a horrible idea lol
<10> Heh, yeah it is
<3> the code made no sense the next morning, nor did it work, and I had broken some of the previously working code
<10> My code is unreadable and buggy enough as is. I'd hate to see what it would be like if I were drunk
<3> hehe
<10> Then again, it would probably have more comments than normal
<8> Dragnslcr: Here' s a sixpack - go for it :-)
<10> Heh
<11> Hi All! Can any one guide me how much mature Php is. Is there any try to make it object oriented or is there any support regarding design patterns etc.
<7> now this is something I don't know, in a query can you select random items(no order)?
<7> never had to do it.
<12> Hello All
<8> Dave123: In mysql - yes
<8> Oops - david\
<7> lol
<1> mic[1] : in php5 you can find embedded the iterator pattern and singleton
<12> I am using header function for making links available fot download
<12> ..but how can I make the link ..
<10> David\- which database? MySQL and Postgres use different function names
<7> mysql
<10> order by rand()
<12> ..so that I come to know when the file was downloaded
<11> There is quite a good architecture MVC. How Php supports that?
<10> For the curious, Postgres uses order by random()
<13> i can use bool values for session's correct? ex: $_SESSION['authed'] = false;
<7> ORDER BY RAND()
<12> Can anbody help me in HTTTP file download
<7> got it thanks.
<10> dschreck- yup
<1> you can use struts with php
<13> kthx
<7> Dragnslcr and wobbles
<1> http://www.phppatterns.com
<1> http://www.phpmvc.net/
<14> Why doesn't http://rafb.net/paste/results/ss8PXc35.html work?
<14> It's not sending the email
<8> garyB: So, the file that runs the download could also mail you/update a db/add to a text file/send you an sms....
<12> wobbles: I did not get you. Can you become a bit more specific
<11> <1> Thanks a lot.
<1> your welcome :)
<5> lietu: i turned display errors to on. but it is showing all errors including warning. error reporting is set to E_ALL what should i make it too see fatal parse errors ?
<3> err
<8> root401: Check the return value of mail to see if it is actually p***ing off to the mailserver. You do have a mailserver on the host that does this? Also, as you don't set a from you may a) not have the message sent and b) not get an error message
<5> E_Parse or E_Error
<5> ok i will try both. thanks
<8> garyB: Well, you need to cause the script that downloads to do something to let you know...
<3> or E_ERROR|E_PARSE
<5> i see


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#math
both webcam and tv-card linux udev
#nvidia
#suse
#centos
british female voice + Festival
#centos
<0>Kernel panic - not syncing: Attempted to kill init! + ubuntu
#fedora
#ubuntu



Home  |  disclaimer  |  contact  |  submit quotes