@# 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> guys. i'm getting this error: open(/tmp\sess_516e7f2610abc1d3bb7776ac50c50176, O_RDWR) failed: No such file or directory . where it expects the /tmp to be? at my root/tmp ? c:/tmp c:/php/tmp? it comes from the session_start() function
<1> can someone recommend a better changefile text format for me other than this? --> http://pastebin.com/551131
<2> yammygirlcoding: session.save_path -- php.ini, php.net/session-save-path
<3> anyoneis using vim or imacs for php?
<4> I use vim
<3> GarethAdams, is it convinient for php? now i'm using ZDE
<4> I don't know ZDE, but vim has syntax highlighting and handles indentation too. it won't do anything magic for you though
<3> GarethAdams, ability to debug?
<4> no
<4> it's a text editor
<3> GarethAdams, could be programmed i teckon
<3> GarethAdams, does it work via ssh?
<5> good morning everyone



<5> lng: by imacs do you mean emacs?
<4> lng: yes, it's command-line driven
<3> itrebal, yep, sorry
<5> lng: i use emacs, with php-mode
<3> itrebal, is it good?
<5> lng: i refuse to use anything else :)
<3> itrebal, how do you debug?
<5> i click save, put, refresh, does it work? yes? -> ok, no? -> find the line
<5> i dont have a fancy debugger
<3> itrebal, can you see output in the editor?
<5> (10:11:54 AM) itrebal: i click save, put, refresh, does it work? yes? -> ok, no? -> find the line (10:12:11 AM) itrebal: i dont have a fancy debugger
<3> itrebal, can you see output in the editor?
<5> sure
<3> refresh on the browser?
<5> yea
<3> ok thanx
<3> any ideas on my issue: http://forums.devshed.com/php-development-5/php-incomplete-cl***-object-325402.html
<5> http://images.itrebal.com/linux/emacs.jpg
<3> itrebal, i about cli version
<3> i'm*
<5> alright
<5> http://images.itrebal.com/linux/emacs_cli.jpg
<3> itrebal, nice!
<5> are you familiar with emacs?
<3> itrebal, nope
<3> going to try it
<5> hehehe... ok
<3> itrebal, i use Zenf studio
<3> Zend*
<5> lng: http://repository.itrebal.com/emacs/
<3> itrebal, php_mode apache's module?
<5> lng: no, its an emacs module - for the syntax highlighting and such
<3> itrebal, ah. ok
<3> itrebal, i can emerge it under Gentoo
<3> itrebal, thanx
<5> alright
<3> it's correct to ***ign session variable this way in PHP > 3: '$_SESSION['access']['month'] = date("n");', right?
<5> i think so...
<5> thats right in php 4.11 5 and
<5> i dont see how it would be different :)
<3> itrebal, something wrong with my module at obline host
<3> sessions related
<3> works well locally
<5>
<2>
<5>
<2> ...
<5> i agree
<6>
<2>
<5>
<5> cya kuja
<5> In Seattle, Washington, it is illegal to carry a concealed weapon that is over six feet in length.
<7> is there a way to parse xml&xslt files with php on the server ?
<4> http://php.net/xslt
<5> It is Texas law that when two trains meet each other at a railroad crossing, each shall come to a full stop, and neither shall proceed until the other has gone.
<5> simpleXML if 5, DOM if 4
<5> or that link up yonder
<8> ok... this ****s... ****in 13 inches of snow outside, and it's still falling



<7> itrebal, how can i parse it with simplexml? i only find ways to fetch information
<5> Lafa: i'm not sure - i havn't used it at all... except playing with the xample
<5> EvilWalrus: that ****s
<9> Application frameworks. I'm sutudying them deeply. I have tested many. Even checked Java ones (like struts, hibernate). Now im actualy developing one.
<9> my current design is MVC oriented.
<9> the basic flow of it is described as below:
<10> who uses php-nuke?? the php-nuke official page says it's not free is there any free version of it??
<9> 1. the controller receives a http request and detects which module (a cl*** module) and action (method) should be executed.
<5> DavidHKMrPowers: we dont support php-nuke
<10> itrebal : ic...
<5> and its awfull software, dont use it
<10> I just feel confused how opensource apps can turn into commercial ?_?
<10> :(
<11> use e107
<11> php-nuke licks bollocks
<9> anyone here is aware of application frameworks?
<10> AnarkiNet: e107 is a strange name but I think it may be a good one :) thanks!
<10> good one = good app
<12> How I get my php to stop stating notices?
<13> sed 's|\$ESC\([A-Za-z0-9]*\)|\1\1|g' template.tmpl
<5> crypt_ex: well, you could fix them (what i did)
<13> Works.
<13> preg_match_all ('|\$ESC\([A-Za-z0-9]*\)|', '$ESCHeader', $ar_matches);
<13> print_r ($ar_matches);
<13> Doesn't work.
<9> crypt_ex: ini_set('error_reporting', E_NONE);
<5> crypt_ex: or you can turn off display_errors and log them
<12> Well its tuxbank...and PHP money management script
<9> crypt_ex: also look for error reporting in the php.ini
<5> renato___: thats dumb - then you dont get *any* errors
<12> I cant believe they havent sorted out this issue.
<9> itrebal: the get *all* errors you use E_ALL
<5> crypt_ex: error_reporting(E_ALL ^ E_NOTICE);
<14> ~ ?
<5> renato___: i know, but E_NONE is no errors
<5> crypt_ex: that will turn on all errors but notices
<15> what does PHP stand for?
<9> Personal Home Page
<15> really?
<5> !tell bratty about php
<9> that was the first name to it
<14> bratty: bad design and millions of global functions ;)
<12> Just stick that at the top of the script itrebal?
<5> crypt_ex: up
<5> yup*
<5> and for a touch of humour..
<4> then, Pre-Hypertext Processor
<4> and sometimes
<5> !tell bratty about ##php
<4> PHP-Hypertext Processor
<12> thanks worked
<15> has Microsoft ever expressed interest in buying PHP?
<5> if they have they're not getting it
<15> i hope they don't
<15> PHP is awesome
<10> how can Microsoft buy opensource php?
<10> is it legal?
<15> they do everything else they want, David
<15> whether its legal or not
<5> DavidHKMrPowers: doesn't matter if its legal or not :) they'll make it legal :)
<10> who is the owner of php?
<15> what would a PHP programmer make in terms of hourly rate?
<16> they'd have to buy out everyone that's contributed to the development of php
<10> if someone used to report a bug, MS has to pay him too. :)
<11> MS could take over the development of PHP
<11> and keep it open source
<15> does anyone know what a PHP coder would earn?
<11> but i doubt that would happen
<5> in all honestly, why would they want to buy PHP? they have something "better" called ASP
<15> honestly ASP ****s compared to PHP
<9> bratty: that is a hard question. My believe is that it is much less than commercial languages, like asp and java.
<11> PHP is a commercial language...
<5> its a *very* commercial language...
<11> afaik, far more commercial sites use PHP than ASP


Name:

Comments:

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






Return to #php
or
Go to some related logs:

port nock
winamp-for-ubuntu
ps3 walmart distribution
quantas vs. nvu
suse 10.1 yast msttcorefonts
ati ubuntu dual head cursor distorted
openlook livecd
debian unstable netinstall iso
#perl
#php



Home  |  disclaimer  |  contact  |  submit quotes