| |
| |
| |
|
Page: 1 2 3 4 5 6
Comments:
<0> thats their schtick <0> heh <1> Like, when I installed the kde stuff to get konqueror and kate and such, konqueror is all ****ed up. <1> 1/2 the menu options are gone. <0> you know to this day ... I have never installed an rpm and had it work <1> kdevelop crashes a lot, and the documetation is all missing <0> whoa <0> really? <0> thats lame <1> yea <1> Before I installed ubuntu server-install to get a base system, then compiled all the GUI stuff myself from scratch. Things worked out pretty well. <1> It took a weekend to compile it all, but I liked it. <1> I even tried gentoo and emerge. People say it's nice for the "compile it" freaks like me, but I don't like it either.
<1> I think I'll do that this weekend. Rebuild my system. <1> Part three of coding with spidermonkey can wait. <1> hmm, now the quest is what did I do w/ my ubuntu cd. <1> hey, how nice. My music player just crashed. <0> heh <0> ever do a gentoo install? <2> gentoo is easy <0> takes F O R E V E R, but I really liked it <1> <1> I even tried gentoo and emerge. People say it's nice for the "compile it" freaks like me, but I don't like it either. <2> and if you are worried about it taking forever, use the binary packages <1> I think the problem is I like to play w/ unstable software and **** like that, plus I do my own software development using various things. <1> All the distros I've tried just don't work well for that kinda stuff. <1> My server is running LFS Works great. <1> Takes a *looong* time to setup though. <0> word <0> nice thing about a server box tho is I dont compile an X env on it <1> yea, neither did I this time. <1> I did once, so I could run a screen-shotting thing I made. <1> anyway, I found the cd. Time to re-build this bitch. catch ya'll later. <2> eh, reinstall <2> wtf is that? <0> guess he figgers it's better than wrestlin with all the bugs <2> poop time <3> If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. <3> I love that one <4> allo allo :) <5> Hello.. <0> salud <6> hello <6> I have a problem , my host wont enable the php_mssql library so i can use mssql_ functions , is there any other possible way to contact a mssql database without usual funtions <6> ive been thinking of generic functions but cant find any <4> not really - did your host offer any reasoning? <5> Brainzz: because he took their dogs ? <6> Jstr : lol <5> who is your host? <6> Brainzz : no , they dont want to modify the php.ini they want me to switch to windows server <6> ipower.com <4> you can only really comply, change provider or live with it <6> hmm :7 <6> Can a perl script read the thing ? <6> is there a way to "include" the php_mssql extension ? <4> I dont know enough about mssql to help Im afraid <6> well , just include any extension outside the php.ini <4> I have to jump out <6> im thinking of using XML does anybody knows a good way to turn a xml file into an array just like a mysql_fetch_array would be ? <0> $myArray = split("foo",$string); <7> @split <8> (PHP 3, PHP 4, PHP 5) <8> array split ( string pattern, string string [, int limit] ) <8> Split string into array by regular expression <8> http://www.php.net/split
<7> don't use regex if you can avoid it <7> @explode <8> (PHP 3, PHP 4, PHP 5) <8> array explode ( string separator, string string [, int limit] ) <8> Split a string by string <8> http://www.php.net/explode <7> is handy <0> http://php.snippetdb.com/view.php?ID=18 <7> @file_get_contents <8> (PHP 4 >= 4.3.0, PHP 5) <8> string file_get_contents ( string filename [, bool use_include_path [, resource context [, int offset [, int maxlen]]]] ) <8> Reads entire file into a string <8> http://www.php.net/file-get-contents <0> fgets <0> ? <0> not as good? <0> heh <0> ver nahs <0> file_get_contents() is the preferred way to read the contents of a file into a string. <6> Is there a possible way to get an xml file into an array that can be shown just like a usual mysql_fetch_array ?? <0> we just told you man <0> check out these two things <0> file_get_contents() is the preferred way to read the contents of a file into a string. <0> and $myArray = split("foo",$string); <0> split() <0> as far as tricking php into thoinking an xml file was a mysql db table to use the mysql functions <0> no <6> not mysql functions but while loops to show the results from the reading <7> ... <0> perrohunter, while loops and foreach should be very useable on the array created as we showed you <6> sorry , i didnt get everything too well , slit wont get me an array just a separated prechosen variables as i understood <0> actualy <0> it will create an array <0> seperating a string by the pattern of chars you choose <0> say I have $string = "this is a string"; <0> and I split on the spaces <0> $myArray = split(' ',$string); <0> now $myArray[0] is 'this' <0> and $myArray[2] is 'a' <0> get it? <6> ya <0> k <6> but if my string is a whole xml file , that ill be getting from a MSSQL server wich i cant reach , so i want to echo the values how could i do that ? <0> im sorry? <0> echo which values to where? <0> im gettin new shoes today w00t <0> bout damn time too these ones are falling the eff apart <6> lol <9> http://www.ctrlaltdel-online.com/comics/20030526.jpg <9> that's the best one <6> lol <6> Does anyone knows a good free host with mssql extension enabled ?? <10> Does anybody knows a way to dinamically load php_mssql.dll extension ? <6> thats what im trying to find out <9> what is with all the brazilians today? <6> rawk, there must be a way to do a generic conection to MSSQL without the mssql extension <0> no soccer on? <9> rotfl <6> any freehost with msssql enabled '? :S <0> perrohunter, I am seriously not trying to be rude, but maybe start with a few tutorials, like hello world ... and get comfy with looking up the functions and what they do and how to use them on php.net, then try to pull apart some one elses code <0> sounds like all yer trying to do is change a variable name or two in some one elses code
Return to
#php or Go to some related
logs:
Ballad of Thunder Road Robert Mitchum MP3 Hacking for MyMathLab #allnitecafe scotty gothic Kanala bot cekmek #vb #allnitecafe #allnitecafe #chat-world #vb
|
|