| |
| |
| |
|
Page: 1 2 3 4 5 6
Comments:
<0> younglinkie: i know what you are talking about, but how do you want to do it/ <0> i dont have windows on any of my machines <0> gentoo on the desktop, gentoo on the laptop, and os/400 on the as/400 <0> ;) <1> LOL <2> I display the date somebody sent an email in the format day-month-year like 03-February-2006, that's in an array, how do I change it so the word February is replaced by 02 <3> gentoo.. ? <0> younglinkie: http://www.php.net/date <0> NetGene: yes <1> NetGene: gentoo is one of linux distro <3> i am looking at gentoo... yeah.. <2> yeah, I figured somebody would say that <1> that is one of many distros <0> younglinkie: wtf do you mean 'i figured somebody would say that' <1> i'am debian user <2> ..you speak english don't you..?
<3> well we use rh es 2 for the servers.. <3> and i am migrating my 50 users to staroffice in 2 weeks <3> the anti-ms movement ehehe <1> i think do not run from your problem ! <4> staroffice == Sun-branded OpenOffice? or seperate? <5> sup fellas? <4> hey ansi <6> pizza_milkshake: openoffice is the free version of star office.. SO used to be open-source but they closed it and added a database, i think <4> is SO less bloated? <6> i still haven't figured out if i'm supposed to chew these vit.c caplets <6> pizza_milkshake: doubt it <6> it's basically the same thing <4> bah <6> i haven't tried it in 5 or 6 years <3> sun branded. <3> i think... its by sun.. <3> great.. it was a js problem.. <7> i'm not so sure about the OOo is bloated thing.. <3> not even... a missing </script> eheh.. <7> its java, so its got that java clunkiness to it <6> yeah <7> but on my laptop, it runs really fast <6> heh. i prefer word <7> i'm quite happy with 2.whatever it is now. it's all i have installed <6> i never really liked OOo <7> i've never liked word though.. i've always used wordperfect.. :p <0> NetGene: told ya <7> i can never find anything in word. every version gets harder to use.. I think they sit over there at microsoft and go "Oh, i have a great idea! lets hide half the menu items!" <7> "no, i have an even better idea-- let's get rid of the menus completely!" <7> but geez, talk about a matured product. have they actually done anything worthwhile to word since like .. 2000? <6> what's there to do to it? :P <6> what more can you want from word? :P <7> well exactly. but new versions keep coming out :P <7> apparently the new one has no menus <8> hi and selamun aleykum (: <1> Bleda: Walaikum salam <8> hoh (: thanks necrose <1> :) <9> hi <9> anyone configured windows smtp service for php? <10> i've filled in the blanks, but i've never tested it, nor have had a reason to... <11> Timbaktu: shouldn't be anything to configure, really. it's just a localhost smtp server <9> Two-Bits: I'm able to send mail using outlook.. but php is giving me this error failed to connect to localhost port 25 <11> outlook doesn't typically use the local windows smtp service <11> usually you set it up to use your mail provider or isp's smtp server <9> I had that.. but I think they stopped open relay <11> and for a very good reason <9> how do you authenticate to some mail server <11> very carefully <11> i'm not entirely familiar with the authentication protocol, nor of any way to work it into php without having to use sockets and doing it manually <11> you could simply install and run the smtp service with iis (which does not appear to be running) but i'd make certain you block incoming port 25 so external systems can't access it <9> right now only the local machine has access to relay <9> and smtp service is running on the system <11> then php should have no trouble connecting to port 25 on localhost <9> that's what I thought.. but I keep getting the error.. failed to connect.. tried localhost, machine name, ip address in php.ini <9> crap <11> 127.0.0.1 ? <9> haven't tried that <12> omg 127.0.0.1 is trying to hax my system!
<9> if I change anything in php.ini restarting iis doesn't work.. have to restart the machine <12> I even turn my cable modem off and it still connects!!!!!!!!!!!!!!!!!! <12> stop using IIS. ;) <12> Apache works great under Windows. <9> I know.. :/ <11> i've never had trouble getting php.ini changes to take effect with an iis restart <11> and if it's a cgi, then you shouldn't even need to restart iis, i dont think <0> TB, did you ever get that convex hull thing to work? <13> hiz? <13> i need a php code when open a .html page to go to www.site.com , then to close it direct ... any idea?? how <12> um <12> Go learn PHP? <13> 'll :D <13> to learn A B C ... <13> :P <13> zen .. do a favour and give me the code :P <11> surely this isn't the first time you've begged for code, so you should be used to this sort of response by now: **** off <12> do me a favor and **** my big hairy ****. <12> then I'll give you the code. <12> lets see <12> where is qualitynet.net? <13> thanks <12> haha <12> yay <12> Kuwait. <12> no wonder <6> grr <6> i still can't figure out how to do this <14> do what? <6> get the children of children from my database <6> SELECT * FROM CMS_ONLINE_STRUCTURE,(SELECT * FROM CMS_ONLINE_STRUCTURE WHERE (CMS_ONLINE_STRUCTURE.PARENT_ID='a6f9e34c-8895-11da-bbe8-53b38567621c')) b WHERE b.RESOURCE_ID=CMS_ONLINE_STRUCTURE.PARENT_ID; <6> i can't figure out how that fails <14> that doesn't look right at all <6> **** <6> god ****ing dammit <14> what are you trying to do? <15> Sausage what's your question <6> i have a table with id | parent_id | name, basically <6> and it's hierarchal(?). <6> so id 1 is the root of it all <6> i'm trying to get the children of the children of root by only giving it 1 <6> resource_id=id <14> is this for a MLM? <6> no <6> it's a VFS <14> MLM's do that sorta **** <14> might wanna look at some MLM scripts and see how they do that <6> well, this is in java and oracle :P <6> i can't figure out what i'm doing wrong <14> your inner query returns a result? <6> yup <14> okay, if i'm not mistaken <14> your sub query returns what? <6> all the children of the root <14> so an array of ID's? <6> uh, i guess <14> i'm thinking you need your sub query in your WHERE clause <14> it's in your field right now <14> actually, it's kinda in limbo <15> Sausage- search for: sql "adjacency table" <6> yeah, you can't really do that :P <14> where is zen <14> he'd tell us what's ****ed up wiht this <14> but, here's what i think <14> if i'm not mistaken, the inner query runs first, and should return a single row <14> so the select * is ****ing it up <14> you should be selecting only the ID's <14> so it runs, gets the first result, and holds it while it runs the outer query <6> that doesn't matter <16> hello <16> do u know how can i setup php with apache???? <16> im using winxp
Return to
#php or Go to some related
logs:
#unixer #chat-world #photoshop sharmota #php #india fromdost no-stalking #chat-world #india
|
|