@# 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



Comments:

<0> another problem
<0> validator.w3.org check about 161errors on my pages
<0> and most of them are about the "&" caracter
<0> but into my script, i'd replaced them by &amp;
<0> but appears as & on the html code
<0> any idea ?
<1> HolyGoat, do you a direct link to that comment/story?
<2> hello, any function that give me the date in which a file was created, somethig like de function filesize that give me the size of the file
<3> hello, has anyone implemented a captcha before? any suggested solutions?
<3> also, if anyone has used captcha-tt, i'd love a copy as its site is down at the moment.
<0> anyone i've idea ?
<4> hey guys, can any 1 give me the commmand to upload a file to the DB /
<5> Sp4rKy: http://us3.php.net/htmlentities
<3> beammer, google 'storing files in a mysql database' or something. there's no '1 command' to speak of.
<6> tkup: http://www.digg.com/programming/In_response_to_Rails_Ridiculous_Restrictions
<6> biggie!



<7> HolyGoat: How are things?
<6> BigE: good good, and there?
<8> lo
<7> HolyGoat: Great! For some reason today is a great day. :)
<6> BigE: it's the 17th of february, of course it's a great day!
<7> hehe
<7> Tis Friday.
<7> That's not the reason though, I'm just happy for some reason.
<6> oh that explains it
<6> BigE: our demo got released last sunday :)
<6> BigE: wanna hear what kind of scary music we create?
<9> can any1 help im trying to compile apache with php and i get these 2 errors ./configure: line 7112: syntax error near unexpected token `openssl,'
<9> ./configure: line 7112: `PHP_ARG_WITH(openssl, for OpenSSL support,'
<7> HolyGoat: Sure!
<6> BigE: it's all at www.aggromusic.com :)
<9> BigE can u help with my problem please?
<7> ChrisX1: Yes, stop using "u". It isn't a word. That help?
<6> hehe
<9> okay the error i get when im compiling apache is above
<9> any ideas?
<10> ChrisX1, i dont think this is the right place to ask. Go ask #apache
<9> they said its PHP
<9> <chipig> ChrisX1: because that error looks like its from the PHP configure.
<10> :|
<7> ChrisX1: Pastebin the last few lines of your output.
<10> ChrisX1, which version of PHP / Apache are you compiling?
<10> or rather trying to...
<7> HolyGoat: Which one is you? :)
<9> apache 2.2.0 and php 4.4.2
<9> http://pastebin.com/559720
<6> BigE: the dude on guitar :)
<9> basix ^^^
<10> ChrisX1, what?
<6> gotta go home, rehearsals, later :)
<11> Any web designers in here? Look to contract some work out because I'm too busy. Project consists of a CMS, Flash/Swish intro... please PM with portfolio if interested.
<9> <9> apache 2.2.0 and php 4.4.2
<9> <9> http://pastebin.com/559720
<10> ChrisX1, i think there might be an incompatibility between the two versions...
<9> okay hm
<10> ChrisX1, are there binaries available for your distro?
<10> with the same combination?
<9> im just going to install via aptitude i tried this because mysql failed to work with PHP
<10> ChrisX1, why dont you try with PHP 5 ?
<12> to enable all or most extensions ... do i have to specify anything ... or will it compile then all, and the rest is done in php.ini ?
<9> basix i find compiling things hard
<10> ChrisX1, in that case just do a apt-get install apache :)
<13> hey everyone, i was wondering if there is a way for me to append a number onto the end of a variable name (that i will be using as the name of a object inside of a while loop) . http://pastebin.com/559741
<12> what extensions are compiled by default?
<5> Zenofex: thats what arrays are for
<13> follower, ive been trying to get the mental process in my head to procede but i guess im just looking at this code and feeling myself die a little more and more
<5> why would you want to do $var1 when you can do $var[1]
<5> appending numbers to the end of a variable is just a silly thought
<13> well can i do $var[1] = new BarPlot($emprow[EmployeeID]);
<13> like use an array to set up a object?
<5> or course you can
<13> omg my world is getting clearer
<13> lol



<5> of*
<5> if in doubt, try it and see
<5> you would be amazed what you can do
<14> you're not coding for a living are you
<13> no, just working on a few lil projects
<13> but follower, thank you for your help, i really appreciate it
<5> javascript pisses me off
<5> n/p
<13> ive been looking at php.net for hours
<12> could anyone point me towards a document which explains which extensions will be complied in by default ?
<12> or does it compile them all and the rest is done via php.ini ... ?
<13> im gonna try and finish this graph script up, thanks again!
<5> lepine: i bet its on php.net somewhere
<12> i'm looking but can't find a clear document
<15> I'm trying to write a little bit of code that goes and checks an ID# from a $_SESSION against a value inside a column on a row in a database matching the ID on their account... Like, a person on my site can have an account with an accountid, and they can have multiple profiles, but each profile row in my database writes the account id for checking as well, and I want to make sure someone can't just change the ID # in the url and edit someone els
<16> Hey, what would be a good way to go about taking a p***word from the command line but NOT displaying text as the user writes it?
<15> I know I can kind of accomplish what I want with a bunch of IFs and p***ing a variable through and checking if that variable is 1 or 0 or something like that, but I'm just curious if someone has written a function for it
<9> how do i get apache to work with PHP
<9> What do i add?
<15> ChrisX1, you on windows?
<9> Linux
<15> which OS?
<9> Ubuntu
<15> ah.. can't help there then, sorry
<9> its the same? i know where php is just i dont know what to add to apaches config
<17> By "where php is" do you mean the command line executable? Or mod_php?
<9> nvm i think i done*trys*
<15> I don't really recall ever having to add anything for apache to work with php
<16> Hey, what would be a good way to go about taking a p***word from the command line but NOT displaying text as the user writes it?
<9> the type lolz when i go to a .php file it says open or save
<15> That's an error on your php side most likely, probably not apache
<9> whats best php to install??
<15> The latest non-beta version?
<9> AddType application/x-httpd-php .php
<9> AddType application/x-httpd-php-source .phps
<9> thats okay?
<15> I suppose
<15> I'm used to debian installs
<15> so I never really have to do all that
<9> this is debian based
<17> 5.1.2
<17> Any other version is just a pretender
<17> !+at
<18> For Apache to be able to parse your .php files, you need to add this line to your config "AddHandler application/x-httpd-php .php". To make .phps files work too, you need to add "AddHandler application/x-httpd-php-source .phps" also. You must restart Apache after adding either or both of these lines.
<19> Howdy all.
<20> hellooo
<20> oh pizza is done :D
<19> Hrmf. No srpm for PHP
<17> god
<17> you people and your packages
<17> http://php.net/download
<19> pollita: Yeah, I admit it, I'm lazy.
<19> a single rpm line is just so much easier than going through an hour of building php only to discover that there are things that don't work with your new binary
<17> Don't get your package anywhere near me
<21> ahhh mommy loves me
<22> for those of you that have used it, what do you guys really think of mambo/joomla?
<23> how do i enable GD if its not currently enabled?
<22> krayplus: recompile w/ support for it, or enable the module
<19> Hrm. There's a spec file in the distroy
<19> that makes things SLIGHTLY less painful
<19> (except that it's broken :)
<24> What do I have to put at FOO at line 5 on http://krijnhoetmer.nl/zooi/php/test-replace ?
<24> Or should I use something with preg_replace_callback(), without using the e modifier?
<25> Is there anyway a php script can know it is being run from the command line rather then through a webpage?
<26> Are there any techniques for placing resource limits on php scripts? Mine is killing my server (load average).
<25> I need to have this page spit out all it's normal output to a file if it is run from the command line but still work as a web page
<27> hadees, check for $_SERVER variables, path info, etc
<26> OR is this best done by just limiting apache / nice?
<27> there's probably a built-in way, though
<27> you can set memory limits, and excecution time limits in php.ini/htaccess/script (at least in two of those places)
<24> hadees: defined('STDOUT') perhaps?
<9> how can i check if php is working properly?
<24> ChrisX1: phpinfo() ?


Name:

Comments:

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






Return to #php
or
Go to some related logs:

gentoo pam-login can't exec /bin/login
#css
#fedora
openzaurus fluxbox
ubuntu linux restart sound
madwifi 2915ABG
vim autotab errors
#math
cannot install ddclient ubuntu
pam-login replaced



Home  |  disclaimer  |  contact  |  submit quotes