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



Comments:

<0> I forget how to register
<0> ill figure it out
<1> /msg nickserv help register
<2> type /msg nickserv register p***word email
<0> http://24.92.212.204/dmproj/childadder.php
<3> sdwrag3: still nothing
<0> ya that shoulda worked
<3> worked that time
<4> aurora: will document.appendChild(document.createTextNode('blah')) work while the page is still loading? I get considerably LESS output after removeing the document.writes and replacing them with those.
<0> how do I get my nick back?
<5> sdwrag3, You wait for your old self to die.
<0> gotcha
<2> you should not be starting this still before the page is done loading
<4> aurora: I'm just trying to display some debug output so that I can try to figure out why its not working. even if I comment out the CreateTextNodes except the one in the handler I get nothing at all.
<0> wow.. how did my xml doc all of the sudden drop in size...
<2> metalhedd, like i said, you shouldn't start this ajaxy stuff till the page has loaded



<3> sdwrag3: when someone goes to test.php
<5> metalhedd, aurora is correct
<5> for whatever reason document.write erases the entire domon the page and so the script dies as a result.
<5> It's weird
<4> aurora: oh, i get it... but how do I make it wait without requiring some other kind of interaction? i want the content to just be there, i dont want the user to have to click something
<2> window.onload = function() {stuff in here gets run as soon as the page is done loading}
<2> stick the function call in there which gets the ajaxian stuff going
<5> Closures for the win!
<0> brb
<3> sdwrag3: your xml file is 4755 byes
<0> lol figures
<0> :P
<0> you did that?
<0> :P
<3> nah
<0> I just cleared my xml too
<0> damnitt ok :P
<0> ok fixed
<3> hehe
<4> aurora: okay, here is the new .js: http://55special.hopto.org/kwa/show_ad.js it still doesn't display anything beyond the static html.
<2> metalhedd, you might do better in #javascript or #ajax
<4> i've tried both channels on every server.
<5> metalhedd, You need to change the document.appendChild
<5> You need to append to some object other than the document.
<5> Like a div for example.
<0> aurora is it possible to update a variable without post and get?
<0> because I dont want viewers to have to reload the page :P
<2> ... what do you mean?
<2> a php variable?
<0> like... if I added a button for a dice roll
<0> ya a PHP variable
<0> I want to be able to attach a function to a button of a form
<6> Javascript is useful if you don't want page refreshes.
<2> you want to update something in the page without loading another page?
<0> ok... guess ill have to learn yet another language
<5> sdwrag3, By the time the viewer actually sees the output of a php script the php script has probably finished and died
<6> PHP is server-side. Kinda requires the client to send data to communicate, then has to send it back.
<0> ya
<0> ya true...
<2> sdwrag3, thats pretty advanced stuff considering you still dont know much about php... but you can ask around #ajax and #javascript for help
<0> Im working on a DM Management Tool in PHP and XML
<6> Javascrpit has a single #?
<0> ok aurora :) ill have a go at it
<7> Touqen: ...UNLESS flush() is used...
<0> oh btw I only have one more semester and ill have my AS in Digital Media Production :)
<0> just had to say that for no apparent reason
<7> s/AS/***
<7> just had to say that for no apparent reason
<5> Stormchaser, hence the "probably"
<0> lol
<7> lol
<8> I can't get php5 to use the GD library. I've installed php5-gd with apt-get in debian/sarge, what else do I need to do?
<9> uncomment/add the appropriate line in/to your php.ini and restart your server?
<10> How can I make it so that php will convert a single digit number such as "4" into "04"?
<7> use sprintf
<2> or strpad
<10> Stormchaser: okay
<4> Touqen: can you look at my js file again... i did exactly what you said what I dont understand is the handler for onreadystatechange is being executed, but doesn't have a readystate or status.
<5> metalhedd, link me again
<4> http://55special.hopto.org/kwa/show_ad.js



<4> and http://55special.hopto.org/kwa/test.html and http://55special.hopto.org/kwa/test_output.phps
<11> hi there...
<11> I need a little help.
<11> Where may I paste code ?
<5> theblock.innerHTML = 'readystate=' . req.readystate; <-- invalid
<5> You need a +
<11> pasteit.com ??
<11> Which is the site ?
<3> pastebin.ca pastebin.com pasteit.com
<3> anyof 'em
<5> theblock.appendChild(document.createTextNode(req.readystate));
<12> how do i make it soo if i have a error on a php script itll display the error info in the browser ?
<5> raden, make sure that display_errors is on in php.ini
<4> Touqen: geez. thanks.
<7> metalhedd: Have you tried CPAINT?
<5> and error_reporting is set to E_ALL
<5> and E_STRICT if using php5
<11> I need an example to learn how to insert records into mysql using forms..
<4> Stormchaser: whats that?
<7> metalhedd: cpaint.sf.net
<8> insin: Thank you. extension=gd.so did the trick.
<4> Touqen: readystate=undefined
<11> please... I need a tutorial to learn how to insert, edit, delete, show records using mysql+php+html....forms...
<11> where I may found it ??
<5> S4nD3r, Have you Googled?
<4> Stormchaser: seems interesting but lean code is of the utmost importance. the only ajax related thing I have to do is get one chunk of html from the server and display it.
<5> metalhedd, it's readyState
<5> not readystate
<13> [Sun Feb 05 19:32:42 2006] [alert] [client 65.7.178.227] /home/brian/public_html/trax/public/.htaccess: php_value not allowed here
<7> ajax? You mean the cleaning liquid?
<13> how do i make that work :(
<11> Touqen I have... and neither found.
<14> hi there
<11> There are a lot of sources, but I try to test... and, many doesnt works
<14> having some problems with gettext
<11> arrays, variables
<4> Touqen: thanks again. :) its starting to work a little better ;)
<14> could anyone help out?
<11> and many other ways to try
<13> Hi!
<14> does gettext support UTF8 strings in the msgid?
<15> anyway to determine what line of what file a function was called from, other than p***ing in __FILE__ and __LINE__ as parameters
<15> ?
<16> is there a way to have a single .php file download a page from a remote site, and present it as if it were that page?
<15> Saburo: yes ...
<5> S4nD3r, It's possible.
<16> I was thinking of using fsockopen, but how do I write it out so it looks like a carbon copy of the remote page?
<15> Saburo: read the content of the reply, and echo it ...
<15> alternatively, you can file_get_contents a url if you have the server set up for it ... read the man page
<5> readfile("http://url";);
<17> hello.. how do I print out content in between two spesific words?
<16> so literally just a echo fgets type of thing?
<15> Saburo: i'd buffer it first, but effectively, yes
<16> alright, I'll try it out
<16> thanks
<12> can someone please tell me exactly what " modulus " means i dont understand how $a = 85;
<12> $b = 18; $c = $a % $b then $c = 13 ?
<18> raden: modulus?
<18> it's like what pupils learn in 3th grade
<12> domas, corect
<18> 3%2 = 1
<18> =)
<5> domas, not really
<18> 5%3=2
<12> domas, not catchin this
<16> its the remainder
<5> raden, % gives you the remainder of a division operation
<18> Touqen: at least in this part of the world
<5> domas, Well they don't teach it as modulus though.
<18> Touqen: in this part of the world we learn math when we're small
<12> 85 - 18 = 13 ?
<18> Touqen: why not? :)
<5> DIVISION
<5> domas, It's just long division with remainder.


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#python
#gaim
Metadata file does not match checksum yumex
#mysql
fc5 dreamweaver bluefish
#ubuntu
#debian
#fedora
ubuntu Error opening terminal: bterm
#css



Home  |  disclaimer  |  contact  |  submit quotes