@# 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> :D - ah - but then you get access to many more knowledgable people on the subject
<1> thats right
<1> but also it is a good choice to read something then to get a whole lesson here :-)
<2> so when you're using the gd library you don't need img tags?
<0> Damn it Jymmm - I want that cert... don't get in my way
<0> have to slap you with a wet noodle
<0> hey baby :)
<0> On Jymmm I hope lpmusic
<3> lig: of course ;)
<4> lpmusic: I know where you live!
<3> Jymmm: not exactly ;)



<4> lpmusic You wanna take that chance?
<3> Jymmm: I'm feeling lucky tonight
<0> LOL
<5> http://www.phpriot.com/2653 can i easily add code to make it find https of will i have to make a new function?
<6> anyone familiar with this error ? Problem: Error Number: 0 Error String:
<4> lpmusic: See, your ISP has a VERY limited customer bas in this area, so being able to determine where' you're at, really wouldn't be that difficult
<3> Jymmm: there's about 10 houses around me with it
<3> if not more
<3> so good luck figuring which one is me out :)
<4> lpmusic: I know where your Dad works, so looking for parking p***es, documents, etc wouldn't be that hard
<3> Jymmm: he doesn't have a parking p***
<4> or badge
<3> it's sitting about 10 feet from me
<6> anyone familiar with this error ? Problem: Error Number: 0 Error String:
<4> lpmusic: All I'm saying is the internet isn't as anonymous as ppl thing it is
<4> think
<3> Jymmm: sure, of course not
<4> lpmusic =)
<3> i'm gonna laugh when i see you strolling down my street
<3> I'll have to hold back on the airsoft gun ;)
<7> i wish we could get airsoft downunder :(
<6> can you turn this off from inside your php script ? display_startup_errors
<4> lpmusic: Heh, I was just thinking.... The last time I hunted someone down like that I made $3000 cash =)
<3> Jymmm: how'd you pul lthat?
<4> lpmusic: Just dont get on my bad, or you might find out =) lol
<8> Trazz: Any startup errors would have been displayed by the time the first PHP statement in your script gets executed, so no. Change the setting in your .htaccess file, your Apache configuration file or php.ini instead
<4> and had 6 cops there and had him tosse din jail for 2years
<3> Jymmm: sounds fun
<4> lpmusic: Actually, it was kinda fun.
<6> nailbiter, where is this comign from ? Problem: Error Number: 0 Error String:
<6> i get that error
<6> only on this web server
<4> lpmusic: cops jail cash baby cash wiretap, it's all good =)
<8> Trazz: It's hard to figure out with such a cryptic message. :)
<6> can i turn on debug in my script? and if so how?
<8> Trazz: What do you mean by 'debug'? You want to attach a remote debugger to your PHP script?
<6> have it give trace detail
<6> so i can see how far it gets and where that error is
<8> Trazz: Try looking in your Apache error.log
<6> non access too the logs on this shared hosting
<8> Trazz: Then I guess you're stuck. :-/
<8> Trazz: You can try isolate the problem with the 'divide and conquer' approach. Start with a simple 'hello world' program, then keep adding stuff from your main script until you trigger the error
<6> :)
<2> does anyone know how to fix the 'cannot modify header information, headers already sent' problem, when dealing with the gd library and outputting an image?
<9> perry_: try starting an output buffer
<9> at the very beginning of the script before aanything gets outputted
<4> !+headers
<10> If you are getting error like "Warning: Cannot modify header information - headers already sent by (output started at /path/file.php:1)" it means you've got some output before your header() call or starting a session. *No* output can be sent. that includes whitespace (outside of <?php and ?>) and any (X)HTML. You can also use output buffering
<2> i tried that, but it didn't work.
<2> anyway, i'm getting all of the image data as gobbledigook.
<9> perry_: make sure your outputting the correct mimetypes
<11> yeah, images dont render very well as Content-Type: text/html; charset=UTF-8
<4> zircu Uh huh
<4> ASCII ART RULES!
<12> is there any easy way to extract a mysql table in php without first executing it and then using one of those functions?
<0> Mike___: like magic?
<4> Mike___: Try that again, this time in an EARTH language.
<9> Mike___: Ooiji board?
<12> ok. so a function that would say $queryinfo = mysql_analyze($query);
<4> Elliot` I said EARTH. not hell



<12> and itd spit back maybe the table name and such :)
<12> i didnt think there was but i figured id ask
<4> !+sql
<10> [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
<4> try your db docs
<0> Mike___: I think PEAR DB has a table info method... not sure theough
<13> Mike___: That's a MySQL thing: SHOW TABLES
<11> :cough: :cough:
<13> Alternatively, SHOW TABLES FROM yourdatabase
<13> Then all you do is fetch it into an array using one of the functions.
<13> AFAIK...
<11> of course that depends if it is mysql < 4, mysql 5 has a different method :)
<12> alright, thanks guys :)
<11> <=
<13> MySQL 5 has the INFORMATION_SCHEMA database.
<13> SELECT table_name FROM INFORMATION_SCHEME.TABLES
<13> SCHEMA, even...
<0> kuja: really - it has a real data dictionary now... Hmm
<13> INFORMATION_SCHEMA is cool :)
<11> yeah, a much nicer method, instead of relying in the column set of show tables.. you know exactly what you are getting
<14> nmatrix9: You in?
<4> fish = ["Lion", , "Angel"]
<0> yuk
<4> arooooo?
<0> night guys
<4> G'Night lig
<4> Infected donot tissue/organs
<4> Infected donor tissue/organs
<15> .
<4> mazzanet story on the news
<16> is there absolutely any point to this?
<16> $reason = addslashes(stripslashes($reason));
<16> I'm seeing it in some code and I don't get why
<17> Shrubbery: funny stuff!
<2> what's the common cause for getting a call to undefined function error, if you're pretty sure you've defined the function?
<18> perry_: whatever is calling is probally doesn't see the function
<18> (example. doesn't see the file containing the function"
<18> )
<2> i've included the file, though, before i ask for the function
<18> well you sure the path is correct?
<2> yep, it's in the root
<2> it's a file called thumb.php, with a function called makethumbnail
<4> nmatrix9 TML was looking for you
<4> nmatrix9 15 minutes ago
<19> hello ,wich command refreshes a page?
<14> nmatrix9: You here?
<14> hm
<4> TML you in the middle of something?
<14> Jymmm: Sort of. What's up?
<17> Jymmm: paste your code
<4> TML I wanted to know what php see's as integers \xff \000 etc
<19> can someone tell me how can i refresh a page?
<4> DJ_Necrogami headers in the manual
<4> DjDarkPingvin headers in the manual
<17> perry_: paste your code..
<17> damn had the wrong name
<2> emostar: ok, but there's quite a bit
<19> k
<19> i mean ok
<4> TML like is numeric, etc
<17> perry_: pase the function definition and how you use it
<2> i am
<4> TML I'm trying to work around an exploit
<14> Jymmm: No, it doesn't.
<4> TML so hex isn't numeric?
<2> it's at http://perry.pastebin.com/536570
<20> i gotta a form for inserting photo galeries done, but im not getting in the IF on line 137. Please take a look and tell me why i cant get a $_FILES value. http://php.pastebin.com/536569 <--- the code
<20> the form is at the bottom
<17> perry_: and the error?
<2> Fatal error: Call to undefined function: makethumbnail() in C:\Program Files\xampp\htdocs\index.php on line 38
<2> require 'thumb.php';


Name:

Comments:

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






Return to #php
or
Go to some related logs:

request tracker client does not support authentication protocol
#math
virtual_transport_maps
muzkrat bellingham
IPP request failed with status 1280
+collie +openzaurus +deactivate
building simulation lisp
#suse
rdate connection refused ubuntu
ndiswrapper line 135



Home  |  disclaimer  |  contact  |  submit quotes