| |
| |
| |
|
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
Comments:
<0> so I noticed that if Iinclude in different div's with include some php prog's <0> if the cl*** contain all the necesarly stuff I could easily click on links and the page is not reloaded <1> you cant stop the page from loading if you click <1> unless you use ajax <0> you cant stop the page from loading if you click ? (is for me the notice ?) <1> yes <0> why should I care if I can stop the page or not ? <0> it will took one more second or so <0> I don't understand ! can you be more explicit MrNaz ? <1> dont worry <2> in php 4.3, how do I reach a parent method in an extended cl***? <0> :) no ? <2> I have BaseCl*** with method update(), then I extend that cl*** and which to create a new update() in the extended cl***.. and in that update-method it should run the parent method and then run a few extra lines <3> diggehs: parent::method(); www.php.net/keyword.parent <2> nice, thanks! <4> hi
<4> has anyone used mnogosearch? <5> is it possible to embeed javascript in php <4> apt-abhi javascript is just text for php <6> apt-abhi: echoing html is the same as echoing javascript... <7> where is the php logg in cli? <8> hi, i am after searching a directory of files, and replacing any instance of a word! I am sure this is possible.... just not a clue how- could I have some advice / pointers please! <9> Andy298, readdir/scandir (depends on php version) and regexp <8> php v.5.1.2 <9> scandir <8> with scan dir how can i ignore directories? <9> if($curdir == '.' || $curdir == '...') { ... } or just using regexp <8> but there is adirectory called "sub" how can i ignore that <8> i only actually want to return .txt files! <9> w8 <8> ok <9> Andy298, http://pastebin.com/746626 <8> ty <10> if $foo = "aaa", and i say "$foo .= $bar = "bbb";" will $foo = "aaabbb" and $bar = "bbb"? <10> yup, sure does <11> hello <11> how can i p*** values to a script when ran from a shell prompt? <9> argc argv <12> hey, anyone here worked with TIGER/Line data? <11> aibo: pardon my ignorance.. :) i'm not sure i follow. <9> lunaphyte_, http://www.php.net/features.commandline <11> ah - so i can't just take a script that is normally run through apache with something like script.php?foo=bar and run it at a shell prompt. i have to write the script differently? <9> yes, you have 2 do it <11> ok. thanks. <13> hello <14> mornin' <14> et: you know you can ghost acounts? <15> yeah, but why bother... <15> if i'm bored i do it <12> anybody? :) <12> is there a public domain source? <14> m00kie_: how do youymean? <16> :) <14> SinnerG: you've got voice?? <16> no <16> but I guess they took protection of :p <17> is there a function to get the current permissions of a file? <14> no complaints here - i was a tor user for a while, but too many chans ban it <18> hi all, regarding the php5.1.4 and apache 2.2.2 issue i was having earlier, having done some research it appears this is an incompatibility between the 2 on winxp. So basically it won't work yet.... I have rolled back to apache 2.0.58 and all is well again! <19> hello, does any one know of a good web based, or firefox extension, php editor. It much have syntax highlighting and auto indentation. <20> i wrote a ws client and i'm getting an xml response as: <domain name="xxx"></domain name>, how can i read each xxx? is it possible using Simple Xml? <21> what does it mean by pampita in spanish? <12> itrebal - i have the 2005 TIGER/Line data imported and running here with an address locater i wrote <12> using Perl/PHP <21> its in spanish does anyone know it english translation? <12> however i cant do directions - since TIGER doesnt contain road directionality <12> im trying to locate that info <21> Whats better ASP or PHP? <12> opCoder32xz you ask that in a php channel? :P <21> Yeah <19> fdep: http://www.php.net/simplexml read example 4 <21> I know people would choose php <12> well duh. :) <12> even with .NET, ASP is far from attractive (at least, to me). It's still very platform-dependent <21> But maybe some have better understanding of bothn language and can give nice inputs about the 2 languages <21> Withouy he platform issue
<20> nv: thanks a lot and sorry i missed that! <21> which is a lot easier to program at? <12> depends on your programming skills :) <21> But there are lots of money in ASP also <19> opCoder32xz: do a google search with asp vs php, there are loads. Most opt for php for multiple reasons <21> My programming skills is really good But if you are good at both whch do you prefer? <21> Im planning to learn ASp <19> learn php <12> only reason there's money in ASP is because of microsoft's server initiative .. <19> :) <21> I know PHP already <19> there seems to be more jobs in asp <12> without that, ASP would probably have died out as soon as PHP came into the scene.. <22> As with anything in IT it doesn't hurt to have a broad knowledge <21> Yeah, there are few asp programmers compare to php <23> I once tried ASP, I hated it after I saw it using "dim" <21> Yeah mn but there is a javascript syntax for it <12> heh i once wrote a forum in ASP. quite nice, too, was way ahead of its time, like today's PHPBB <21> you can use any sytax you prefer <21> VB syntax i dont like <12> with ASP? <21> Do you still use the forum mookie? <12> ASP.NET you can, ASP you cant <21> Yeah asp.net <12> i never used it - i just wrote it and it sat on my harddrive looking pretty but never saw the light of a fiberoptic cable :) <21> lol i see <12> it used ms access as a database. <12> altho it wouldnt be that much work to convert it to mssql <21> Hows the database in asp, is it same as in php or does it use a server to interact with the database? <21> or just read from file using a connector? <12> i think you can pretty much do the same across all web languages nowdays <21> I see <12> the only thing id rely on when deciding on a language, is scalability and platform dependency <12> with the latter, ASP automatically gets ejected :P <22> If you use Access with ASP usually it's an ADO connection. There are ways to connect to MySQL,Postgres, or other 'real' databases <12> microsoft, I think, is great for startup companies - easier for them to admin, without the added overhead of an actual administrator <12> ASP is good in that case, since its preinstalled with server versions of windows (IIS). <21> What i like about in php is that there is basically have all functions for every task you can think of <12> however, once you grow large, it's better to use a *nix flavor.. less downtime, and cheaper licensing. of course, you usually need to take on the additional cost of an administrator. <12> but imagine the cost of converting your databases, and web code, to a more platform-independent language! <21> If you need to achieve something fast, you just look in php.n et and most of the time the anser is there <12> of course, there's occ***ionally the company that relies on microsoft-based software to provide a web service, like mapping, accounting, etc. <21> Im not sure if ASP.net is rich with these premade fun ctions or cl***es <21> If they do i would prefer both. <19> learn python <21> I dont like its syntax <21> very unlike others <22> .net does have a wide variety of cl***es that are included <21> I see, thats sounds good <24> I'm trying to write a regular expression that will capture text between 2 "(BOLD)" tags. However, sometimes more than two are on the same line. How do I stop the expression from matching the first and fourth "tags."? <22> I've used .net for windows apps and I'm not unhappy with it, haven't tried it on a web site, I like PHP. Especially PHP 5 <21> Yeah i heard its good for windows programming. Ive never tried it though. I'm still in the old harder style C++/win32 <21> Whats the main diffrence with Java? Which do you prefer? <21> I program i java also when i need it for a site <22> opCoder32xz, what impressed me most was the performance, was running my program on an underpowered laptop and the performance was quite decent. <22> Sillyron laptop at 1GHz and only 256 RAM with XP Pro, startup could be slow but once loaded performance is more than adequate <21> I see, but you still need to download the .net framework right? Thats wha i dont like about it for now, but i guess in the next version of windows they would include this already <22> For web sites Java is much more cross-platform compatible <19> cynic: you would have to write a function for it, I don't see how regs would do it, though I'm no expect with them <21> O i guess same with java <25> opCoder32xz: how big is the .net framework? <22> opCoder32xz, yeah, but a lot of things are requiring the framework, although I don't think I'd want to have to download it over dial-up. One of the reasons I don't have the JVM installed on this linux box yet. <21> 100+ MB something <25> heh sounds like the jre <21> Yeah <25> seriously is .net suppose to be like a evolutionary idea <25> it sounds just like java web start or jnlp <24> nv: Thanks. <25> despite all the marketing hype it's basically a more closed version of jnlp <22> the installer for the runtime of .net is about 23 meg <25> damn <22> sdk is much larger of course <26> Trying to output an image from mySQL database using php: Content-type: image/jpeg using mediumblob Binary.. image is about 10kb. All I see is a strange version of the image, with few colors.. when its a jpg.. and I see nothing if its a png. What could be wrong? <27> Hi - Anybody know of a site that gives you an idea of the best programming languages to learn, and the best experience with technology to get to succeed in getting a good tech job ?
Return to
#php or Go to some related
logs:
pamlogin gentoo dbBib.getRoot #sql fluxbox wont start entrance #debian oooprelink not found ubuntu boot failure insert system disk debian nc7170 module phpdocumentor fedora problem class #debian
|
|