| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Comments:
<0> no <1> Nomikos, use fgetcsv() <0> colder - well i'll be.. thanks :-) <0> ehr. csv.. <0> probably'll work <2> I hate ctrl+q <3> whys that? <2> made me quit <4> Seadog: So it did the job that was ment to do <2> I can still hate it <5> Stormchaser: can you do me a favour? send a test email to team@monashphotos.com <5> I've just hooked it into the new managed domains google thing <6> (Q+lrtC) sdrawkcab etirw em stel ti em rof <4> aidan: sent <4> aidan: shouldn't be hard to guess, from who that email was =)
<5> yay <5> it worked, google is awesome <4> google \o/ <5> my whole life is organised by google now <4> aidan: ouch <5> all my email accounts redirect to gmail, I use google calendar about twice every day, pic***a for my photos, google now hosts the mx records for my domains, it's kinda scary <4> aidan: Agreed... But it's damn cool! :) <3> aidan: how does google do your mx records? <7> Hi all. <5> itrebal: their new service, http://google.com/hosted/ <5> sign up for the beta, it's hot <5> I feel bad, I got accepted into the beta and I get like 2 emails a month to this account, and there's only 1 user :/ <5> but I really wanted to try it!! <3> can you add more accounts later? <7> I'm trying to embed some php code in an XHTML file. So I renamed it from .html to .php, but php gives a "parse error, unexpected T_STRING" at line one, which is "<?xml version="1.0" encoding="utf-8" ?>". <8> tsdh: turn short_open_tag off <7> arpad: How do I do that? <3> aidan: i hope i get mine :) <8> tsdh: set it in php.ini or an .htaccess <7> Ah, google says to put a php.ini in my directoy, right? <7> ok, thanks <8> no, php.ini is a system-wide configuration file. if you only have access to a directory then try a .htaccess <5> itrebal: yeh, you get a panel which lets you make as many accounts as you want, one at a time, or via a CSV file <5> itrebal: you can even do mailing lists <3> aidan: sweet :) i just filled in my applicatgion <7> arpad: ok <7> with a .htaccess with only "short_open_tag=Off" in it I get an 500 internal server error. <3> you cannot put php configuration into the .htaccess directly <7> I see, php_flag <7> Err, php_flag short_open_tag off in .htaccess gives 500 internal server error, too. <8> AllowOverride probably isn't high enough <9> i just wondering, is there any way i can make a command run only the first time a script is run <8> tsdh: i'd ask the host about that. as a last resort you can get around it with <?php echo '<?xml'; ?> <4> zaproh: Make a file, that tells you,, that the program has already ren <10> public function foo($arg = $this->bar){} // is there any way to do this other than to define $arg as == something and then check for $arg being equal to that? I tried it and it didn't give me anything. <7> arpad: Ok, I'll ask him and till then I'll work arround it. Thanks. <1> nathe, it doesn't make much sense <8> nathe: i'd just do $arg = null then check isset() <10> arpad: I'd like to be able to p*** null to it too :/ <8> heh, pick something else constant then <7> <?php echo '<?xml version="1.0" encoding="utf-8" ?>'; ?> gives a parse error... <4> what kind? <11> of course it does. <? and ?> are interpreted as php short open tags <11> escape them <1> romanb, no way. <11> whops i see, sorry <7> I have this code from the FAQ of de.comp.lang.php.*, so this shouldn't be too wrong... <11> i dont get a parse error with this line <1> that reminds of that stupid post on internals where a guy proposed to use echo '<'.'?'.'xml ...'; to solve the short open tag problem :) <7> Can it be a version problem or something like that? <1> tsdh, pastebin your complete code. Paste the error too. <7> Hups, now it works. I deleted it from the FTP server and uploaded it again. Before I simply overwrote it. Strange... <11> (colder): sorry, i will think before i act next time :p <1> romanb, no problem (-: <7> Do Apache webservers cache php scripts? To see changes I made I always have to delete the script and upload it again... <1> tsdh, nope, the problem might come from yout ftp client <12> I need some help with phpmyadmin ? <12> my question is can't I just make my tables with it and then SELECT the data that I want in my php code or does the selection have to be done also in phpmyadmin ? <13> I need to move some files that are owned by web, I remember some php software that was like a file manager with a web interface, can anybody point out the name of some software that does that? Thanks <14> hey...
<14> i need help with php <14> i have some kind of typo i think... <14> http://pastebin.com/728158 <14> that html code between echo(""); <14> those styles ****s <15> how can I use SDO with utf-8? <12> does anyone user phpmyadmin here <13> psyche_ what help do you need? <15> ICE: I've used it before, sure <4> !+g10 <16> Guideline #10) We don't support script(s). We help you *write* PHP, not recommend or download and install/hack/modify/adapt/use pre-written scripts <4> psyche_: Well, then... Escape them quotes <12> JVz my question is do I have to make a query with phpmyadmin or can I just code it in my page I mean how does it work <12> I'm used to cli mysql <15> well, you can use pma like the cli <14> Andrea when you make .html file and copy that html code between echo(""); then it works, but when i use that same code in .php then it ****s <4> ICE: Take it to #phpmyadmin. <15> yeah, do that <15> so, Unicode + SDO, does it exist? <4> What's SDO? <15> service data objects <15> php.net/sdo <15> seems to only support 8-bit character sets <4> Ah... PECL component... *shrug* <13> I need to move some files that are owned by web, I remember some php software that was like a file manager with a web interface, can anybody point out the name of some software that does that? Thanks <15> it's included in php 5.1 though :/ <15> well, a different question then <17> is there a better way to convert URLs in a block of text to links other than exploding on space and then checking each word to see if it starts with http: or www or ftp and then adding in the html code? <14> http://pastebin.com/728158 <--- someone tell me how i can make those styles working <15> what is a good [cl***] library for generating XML? just needs to be able to insertNode(), appendChild(), and be able to set elements and attributes easily (e.g. upon construction) <15> or should I just write my own? I don't need the entire DOM <18> werd <6> JVz: http://php.net/dom <15> DOM's overkill for what I need <6> http://php.net/xmlwrite <6> or something like that. <15> hmm, that looks like overkill, too <15> possibly <15> I think I'll just need to write my own <19> i think there is a DOMJvz somewhere <4> lol <15> namespace jvz { cl*** DOM { ... } } <15> zircu: I'd call it LxDom actually <15> well, I'll give it a try <6> what; can you do namespaces in php??! <15> php6 supposedly <15> have fun compiling that <6> hm ok <6> i am unable to find a php6 host ;[ <6> php5 or 6, i mean <18> heh <15> well, php6 is CVS HEAD <18> namespaces in PHP? :/ just use C++ FFS :) <4> !+php6 <16> After PHP 5.1, the next major version will be PHP 6. CVS HEAD already includes Unicode support and there are many other proposals being bandied about for it on internals. Other features may include namespaces and a goose that lays golden eggs. See http://oss.backendmedia.com/PhP60 for more information. <15> you're not going to find a production server running it <6> stupid hosting companies are too lazy to upgrade <6> yey, a new article about php6 :] reading now <4> Drakas: Lazy != having issues with upgrading <6> Stormchaser: there's no problem running both php 3, 4 and 5 at the same time :] <6> 1&1 does it but they don't have cPanel ;[ <19> Drakas: i would think you would be pissed if your working scripts for php4 just all of a sudden broke cause your host decided to upgrade <6> all you gotta do is edit your htaccess <4> Drakas: ha? <15> once Debian Stable gets php5, I think a bunch of hosts will upgrade ;) <6> zircu: not upgrading ^^ , just adding php5 <6> ;] <19> Drakas: lets see you do it <6> zircu: http://faq.1and1.co.uk/ can help you see how it's done by editing htaccess <15> will PEAR ever become PHP5+ only? or will it only provide alternate versions of cl***es for PHP5? <4> owowow. My head hurts <6> zircu: i understand the thing of upgrading, why are you telling me about it? I am talking about adding the ability to use both versions <6> obviously, I wouldn't want my scripts to break <15> Drakas: can't you just run php4 as a CGI and php5 as a module? or vice versa
Return to
#php or Go to some related
logs:
Vaio Specs for F580 -Battery -Picturebook -128MB -HP -ebay -adapter -prices
how to install ndisdriver broadcom ubuntu Detect negative sign in field SQL how exit X server ubuntu #dns ided xorg ikpgfind backtrack ext2 loop #php globalize 42000
|
|