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



Comments:

<0> Hello. I'm trying to submit a form though post and automatically p***ing the values, how can php automaically submit the form. I can do it with javaScript, but I'm trying not to use it.
<0> thanks
<1> use AJAX
<1> its the new buzzword
<1> http://www.mitsubishi-tv.com/televisions/details.asp?id=94 <--wow, just spoogled myself
<0> PapaBear: AJAX uses javaScript, im trying not to use it. Nice TV btw.
<1> sykerz, thats about the only way you will do it unless you use an iframe or something, and we have a 73" mitsu right now, bit old wanna get the new 82"
<2> hey guys. how can I know if my cl*** method is called as a static method? (like MyCl***::method())
<2> nope it's not if (!$this)
<0> PapaBear:thanks for the info on iframe
<3> http://www.rafb.net/paste/results/zfLU3G11.html how i can generat a key for this plzzzzz
<1> $21,000USD for that 82" ouch, be cheaper to go with front projection
<4> neither an iframe nor php will submit anything automatically
<1> have to have some JS in there
<2> so anyone?
<4> SatanaX: whats that good for ?



<3> ya
<2> I want my cl*** function to do different things if it was called normally ($foo->function()) or static (MyCl***::function())
<2> how can I find out how it was called?
<4> DONT MESSAGE ME !!!!
<5> why hash a hash
<3> irzyxel ok srry
<2> SatanaX: what the hell are you doing?
<3> i need generat a key for this
<6> hello all
<2> that's some really weird code
<4> SatanaX: you aint making sense
<5> foreach ($verify_url as $foo) {$codes[] = md5($foo);}
<5> its still pastic
<7> oi
<7> windows build 5308
<4> thats 4 days old man
<5> to quote irzyxel "DONT MESSAGE ME !!!!" either
<1> http://www.mitsubishi-tv.com/televisions/details.asp?id=53 <--wow, thats only $2999USD
<5> some people are to stupid to be allowed near a computer
<2> eh
<2> anyone know anything about static functions? :p
<1> yeah they dont move
<4> rub your acrylic pants to create one ?
<6> g'night all
<8> hi all
<8> how will i get rid of php notice ?
<4> fix your code
<8> i did edit php.ini to"error_reporting = E_ALL "
<8> so it shouldnt dispplay notice anymore right ?
<4> dont block errors, FIX THEM !
<8> notice its not a error
<4> bad enough
<8> hmm
<8> Notice: Only variable references should be returned by reference in /usr/share/horde3/lib/Horde/Notification.php on line 98
<4> http://www.google.com/search?hl=en&q=horde+Only+variable+references+should+be+returned+by+reference
<8> ini_set('display_errors', false);
<8> should do the trick :)
<8> cheers
<9> why not add an '@' infront of the line
<9> oh
<4> ~ E_NOTICE ?
<4> or just look in the horde forum ? heh
<5> 3rd party script, now what was the rule about that?
<10> im ****ING BORED
<10> where ae the ladies
<11> hanging out with guys that can spell
<5> well im screwd then
<11> there you go,. all is good now
<10> Ophiocus: it was just a typo
<5> i dont do typos i do brainos
<10> Eldritch: you're tallented in this even
<5> i know, i should geat an award
<0> Im using sessions to keep track of users, how do i check if the browser is closed so that I can destroy the session?
<12> sykerz: javascript
<13> Hey
<5> you dont let it expire
<13> I got this weird problem with Zend Encoded file "Fatal error: Unable to read 5441 bytes in /home/xx0/public_html/kg.php on line 0"
<13> what does this thing means ?
<13> i have ZendEncoder installed on server
<0> archaevs: any other alternative? And could you point point me to where I can begin reading on this for javascript? thanks.



<14> um
<14> google.com
<2> Hey guys.
<14> w3
<12> sykerz: since closing the browser is a "client-action" you can't do anything on the server-side
<2> I'm working on a PHP app here. I'm thinking of having the 'admin' user account p***word stored in a config.php (while the rest of the users have theirs stored on SQL). Is this a good idea? (my rationale for this is that if the SQL server is msesed up, the admin can still login.)
<12> rico_: why not trying a htaccess ?
<13> nmthnxworks
<12> .htp***word even
<14> no
<14> .htaccess isn't that secure..
<2> sykerz, there's no way to do that. Usually it's a timeout of some sort (if the user didn't visit any more pages in the last 10 minutes, then he's "logged out")
<12> sykerz: search google for javascript events onClose()
<0> nice, your the man!
<12> sykerz, but using an onClose javascript is annoying
<2> archaevs: er. :P I have my own user login system that's very integral to the application, and I want it to be independent of HTTPD (.htaccess is only for apache)
<2> actually it's onunload
<2> :P
<12> rico_, then at least use some encryption
<2> and and yes it's very annoying
<2> and actually there is a way to track, but i don't know of a way that's feasible + secure + not stupid
<12> rico_, if you know of a feasibale + secure + not stupid way, PLEASE e-mail it to me :) ( xmlstyle@gmail.com )
<12> :)
<14> archaevs do it ur self..
<2> anyone got experience in making CMSes here?
<2> LOL
<4> why, your willing to pay for someone with experience ?
<2> i'm trying to craft a permissions system, I'm not sure how to do it.
<14> irzyxel exactly
<12> I think everybody knows how to make an CMS :-|
<14> archaevs except you
<15> indeed
<2> I'm thinking of doing it iptables style... like a list
<12> sb_, thank you for noticing :)
<5> include foo.php - one cms done
<2> like "DENY edit /about-us/*" .. "ALLOW edit /*" ... "DENY view /private"
<14> rico_ do that urself lol
<14> figure it out
<14> not that hard
<15> use htaccess
<2> I *can* do it
<7> wishes!
<15> just to be difficult :)
<15> hey jc :D
<14> rico_ that _DO_ it and quit asking here
<2> I'm just torn between doing *that*, or maybe putting permission info on each of the pages (in it's SQL record)
<15> make sure you use at l;east 10 queries at the top of each page
<15> most of which are useless and unneeded
<2> wishes, youre being sarcastic aren't you?
<2> :b
<15> then about 5 different compare teckniques
<7> all women want is difficulty
<15> :D
<15> set difficulty +10
<7> I'm sorry you can only set difficulty to 3
<14> haha
<16> women arent that difficult
<14> he's trying to touch his ****
<14> first he has to roll to find it
<14> -1000 - size
<7> heh
<14> GL with ur saving roll
<7> your mom found my **** just fine last night sb
<14> haha
<16> zing
<14> no comment
<7> ;)
<16> it was under his cowboy hat
<14> haha
<7> nothin but cowboy boots... sets your spirit free. that wild wild western birthday suit is the rhemedy for modest
<7> it ain't proper and it ain't cool but folks will remember what you do in nothin, whoa nothin but cowboy boots
<7> modesty*


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#chatzone
#java
#linuxhelp
ikbal bangalore
std equal_to msvc 6.0
#c
intelv8
euro fatties.com
#linux
ubunt2 + unix



Home  |  disclaimer  |  contact  |  submit quotes