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



Comments:

<0> ohh wait i think i see what your saying
<1> Ciaran|Work: check if you have 666 permission
<2> look at this please: http://pastebin.com/739217
<3> noppo no idea :(
<0> dramen, ill give you the genreal idea
<1> xshad: np, thanks anyway
<0> first you write your <select> tag
<3> noppo www.php.net/socket-sendto
<0> then in between write some php code to read from the database
<4> noppo: on the symlink? the symlink itself is lrwxrwxrwx
<0> and print out the option tag on the fly
<4> and as far as I can tell it should have permission to traverse to the dir it links to
<0> example: print '<option value="' . $value . '">' . $display . '</option>';
<5> anyone here use XSLT much with PHP?
<5> I'm trying to work out how to be able to use the fn: functions :(
<3> noppo and www.php.net/socket-send



<0> dramen: you got the general idea
<6> noppo: i'd use fsockopen and fread/fwrite
<2> then i have to write the code (from line 50-59) in each of these option-tags ??
<1> people, i think i have already solved my problem,
<1> lemme check
<7> So, it's possible with libcurl to write the buffer in a variable and not in a file? if yes, how?
<8> Is there a function that will tell if a string starts with something?
<9> substr($str,0,1)
<3> Maniaman php.net/substr php.net/strpos
<0> what do you mean dramen
<10> You can get the first letter of something using $string{0} as well
<10> Last but not least, strpos! :)
<8> well
<11> Hi all, what would be the method for accepting a link to an external website and retrieving certain data from that site, like the runtime of a movie for example?
<8> I'm looking for a bit more than the first letter
<2> i have got <option>arbeitskollegen</option> and <option>privat</option>
<10> Maniaman: I'd use strpos.
<2> and i have got mysql_fetch_array($kat[1]))
<2> where kat is the category
<10> If ( strpos($str, 'abc') === 0 ) { // trueness }
<10> Notice it has to be ===, not just ==.
<8> k
<10> Also, you're looking for 0 as strpos tells you the position of the string. If you're looking for it at the start, you want it to be 0.
<2> so when i type $kat[0] then i have all of the inserts from the database
<0> dramen: http://pastebin.com/739264
<0> that is exactly how you do what you are describing
<11> Hi all, what would be the method for accepting a link to an external website and retrieving certain data from that site, like the runtime of a movie for example?
<2> jfarrell, ok thank you. i will try this
<2> ;)
<1> okay, seems to be working
<1> now, how to remove the first line in the array?
<10> array_shift.
<10> php.net/array_shift
<1> thx
<1> i meant different thing
<1> but thx anyway
<10> What did you mean? :D
<1> i meant,
<1> i have some text
<1> and i want to get rid of the first line of the text
<12> one line instruction for converting 'foobar.1', 'foobar.2', etc into 'foobar' without the use of RegExp?
<1> phretor: trim?
<0> dramen: you got the idea now?
<12> noppo: do I have to enumerate?
<1> it's written there that you can specify the range
<1> phretor: that's for you
<11> How would I parse another site and take information from it?
<13> md5($p***) is idem as md5 function mysql??
<12> noppo: so 0-9?
<1> rtrim ($somevar, "0..9");
<0> bullrage: very carefully
<0> scrapping is not a good practice
<5> Warning: XSLTProcessor::transformToDoc() [function.transformToDoc]: xmlXPathCompOpEval: function encode-for-uri bound to undefined prefix fn in /var/www/c3x.net/htdocs/dev-php/blog/include/module.System.php on line 64
<5> anyone know what causes that?
<12> noppo rtrim($foo, "0..9.") for dots too, right?
<11> jfarrell[a]: Oh ok. I was just thinking it might be easier for the end user.
<1> phretor: possibly
<12> noppo: yes, I confirm, it works
<14> JAJMaster: you around?
<15> how to do something like this ?echo '<form name="form0" action="'.$this->dbtemplate_post().'" method="POST">';
<15> I would like to post to a function in cl***



<15> ?
<15> !
<15> sorry about last 2 lines
<12> how do I manage encoding of INI files?
<15> If I have a css with many div's and one of it contain a included php , where the post will make me navigate ?
<16> Warning: filesize() [function.filesize]: stat failed for pixup/40-4304.jpg in
<16> ????
<16> worked in PHP4!!!
<16> wait here is the full error: Warning: getimagesize(pixup/38-299.jpg) [function.getimagesize]: failed to open stream: No such file or directory in
<17> dimitri1: Aaaaand...?
<10> Stormchaser! \o/
<17> Zule: *stab*
<16> it worked in php4, we just switched to php5 and now it doesn't work
<16> dw, i'm dumb
<10> Zule's are unloved creatures :D
<17> no, those are zombies... Zule's are hateful :)
<10> Cuts deep :(
<17> Zule: http://storm.homeunix.org/misc/bts/sonoratwc2.jpg
<10> Looking swish :D
<15> I am used to work with frames ! How to manage div's with dynamic web sites? can you direct me somewhere to read about ? If I have a php inside a div and I post something, how to manage variables if in different div's different php's
<10> He reminds me of a cool martial art champion :)
<15> I am list
<15> Lost
<10> Or someone cool that would be in the matrix, something like that :D
<17> Zule: The "he" is a "she", and "she"'s a sorcerer :)
<10> Lies :)
<10> I suppose she may have a chest
<17> hehe :)
<10> But yea, soccerer might have been what I was after :D
<17> I'm fixing the tail, tho... I hate it how it came out :/
<15> I have this page which load in a div a php but when I want to submit I don't know anymore how to do it ! http://facturi.talente.ro/ maybe is because I did not tested CSS with clasical PHP get and now I try to write Cl***es ?
<17> ace_me: PHP has *no* effex on the HTML layout, idiot
<17> *effect
<10> I love tails :)
<17> lol :)
<10> Humans would have been more cute with them :)
<15> Stormcheese you try to be nasty !
<17> Zule: It's tempting to try :)
<10> I bet you could succeed too :)
<17> ace_me: no, I'm not... You should just learn, what PHP does and what it doesn't
<18> I need to create a login system to my system and I would like to know which way would be good. I am reading something about using sessions, is it the better way? what would you guys recommend?
<19> Hello
<20> Azuos001: depends, do you want it to log them out when they close the window?
<15> look here what I know to do with php http://65.111.167.99 and than please show me your work
<10> Azuos001: Sessions are as good a way as any. Sessions/cookies. Personally, I create my own system and store session info in the database and merely p*** along a session id or cookie. But that's somewhat extreme for most things, sessions work pretty well.
<18> Gimp: yes
<20> Azuos001: then yes, you want to use sessions. if you wanted them to stay logged in when they closed the window / reopened, you'd want to use cookies.
<17> ace_me: Your site looks... crappy...
<15> you'd want to use cookies.
<15> thank you <17>
<18> I want to do the right thing
<10> Stormchaser is pretty lovable, I have to say :)
<17> ace_me: It's an oppinon of the web designer :)
<21>
<17> ?
<21> - ;)
<17> urf
<22> arrh, frames
<15> <17> you seem to complicate answers ! you know or not !
<15> you should not let a magic aura covewr you
<15> I am not web designer
<17> ace_me: It's not a PHP thing
<23> Hello does anyone know a php functino that will giv you the time and date the an uploaded file was created on a remote computer?
<15> np ! we all try to learn
<15> that's why we are here !
<24> Anyone have any questions? :)
<25> why is the sky blue?
<22> heh, because of the refraction of the light ;)
<23> Hello does anyone know a php functino that will giv you the time and date the an uploaded file was created on a remote computer?
<10> Shaba1: Are you using php4, or php5?
<23> 4


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#perl
#openzaurus
#bash
installine wine ubuntu
transkode ubuntu
#math
linux vncviewer scroll wheel
#bash
#perl
#physics



Home  |  disclaimer  |  contact  |  submit quotes