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



Comments:

<0> by the way thanks for the help! the major part of my screwups, as always... syntax. this time: closing brackets...
<1> hello
<1> how can i hide notices in my page
<1> by inserting php code in that page
<0> meaning?
<0> a comment is made using "//" otherwise, I'm as lost as you...
<2> how can i make my script to read a text line from a website and to relay on my website.. for example i want to make a weather script..
<3> www.php.net/file_get_contents
<3> www.php.net/preg_match_all
<2> thx Sean|
<3> should get you in the right direction
<4> oh god..never wax your thighs
<4> :S
<5> hello
<5> could a form be procesed without using php?
<6> sure, asp, cgi, ...



<0> cfm...
<6> jsp
<0> :)
<5> i mean as html?
<2> how can i open a table from another site on my..
<5> without using any scripts in html?
<0> server side include maybe?
<5> brb
<7> can someone give me a better idea how to organize these pictures in this site: www.africstore.com
<6> lame form action"mailto: crap
<6> thats not "processing"
<0> no...
<0> and actually, you couldn't get down to just one table, either...
<0> so I'll retract that suggestion...
<6> iuuuh
<6> oscommerce
<6> that whole thing is too wide, has an ugly layout
<6> worry about that before you worry about pictures, heh
<8> hi, i was asked, of writing a php frontend, for a torrent site, how much should i request (in money)?
<8> just a tip :)
<9> when i run a system command from php and it requires a responce ow can i supply that responce from my script ?
<7> NRG88 more than 50 bucks
<7> :)
<6> anything in cash and in advance
<6> cause the police will get their ***es before you wrote the bill
<8> hm thanks :)
<10> I just reinstalled PHP & extensions from FreeBSD ports, and it doesn't seem to be loading the mysql extension
<10> it's listed in the php/extensions.ini file
<0> I thought that was built in these days...
<11> EN or RO?
<6> for sure, not ro
<10> it doesn't show up on the phpinfo()
<11> how can i insert a PHP code into HTML
<11> ?
<12> <?php YOUR_CDDE; ?>
<6> http://www.php.net/manual/en/tutorial.firstpage.php
<11> irzyxel
<10> php -m shows mysql
<11> can you get me some free servers with php hosting
<11> ?
<4> xxxx, google.com
<4> hey irzyxel whats up man
<12> oceanBlue: hi
<6> nuffin
<2> how can i see in my server what version of php do i use
<4> php -v
<6> phpinfo();
<4> php -i
<10> heck, php -i shows mysql
<5> hey anyone knows how to install php on a linux server?
<4> nope
<6> http://www.php.net/manual/en/install.unix.php
<10> put making a page with phpinfo(); in it fails to show it
<2> thx
<10> something to do with apache?
<4> Magos, sounds like the mod_php4 (for apache) isn't reading the extensions.ini
<4> like, CLI php not being parsed the same as from the apache module
<10> yeah... I installed mod_php5
<13> hi peeps
<4> Magos, is your cli php version 5 ?
<5> hey guys, usually how long it would take to install php on a serveR?



<10> yes
<10> ah wait
<13> debian about 30 seconds
<4> l0aded, depends on how much you know..but normally bout 30min
<10> CLI is 5.0.5, apache is 5.1.2
<10> strange
<4> from source that is...any other way yeah 30 secs
<4> Magos, yup, you have two phps running.
<4> Magos, linux?
<10> FreeBSD
<10> 4.11
<4> does BSD have 'locate'
<10> yeah
<4> and updatedb
<13> yes it does
<4> well do an update db, then locate php |grep bin
<13> BSD has updatedb
<4> updatedb, even
<10> what's the difference between find and locate ?
<4> did you find the two php installs?
<10> it's taking a very long time to rebuild the locate database
<10> (I guess that's the difference... locate runs off a database and find scans the filesystem)
<4> sorry yeah, locate is much faster as it indexes your files and then searchs a db
<10> but rebuilding the database can take a while... looks like it's a weekly cron job
<4> yes
<4> i reun it daily
<4> run, even
<10> the cron job has: /usr/libexec/locate.updatedb | nice -5 su -fm nobody || rc=3
<10> I don't understand what the "|| rc=3" does
<10> I wonder if simply rebooting the server might magically fix it.. haha
<10> well... let's see.. I installed php 5.0.5 manually from source
<10> whereas, upon much prodding from #freebsdhelp, I installed php 5.1.2 from the ports collection
<4> so you already knew your problem then
<10> but I'm at a loss as to how to "uninstall" the previous installation (I ***umed/hoped the ports installation would simply overwrite it)
<10> and I don't know if/how I need to reconfigure apache to use the newer php installation
<4> i can't exactly remember...the suse package is far too good for me to install php fomr source anymore - but it'll be something make dist-clean or make clean
<10> well, I updated the locate database and searched, and still only see one php binary
<10> I'm trying a reboot =)
<14> hey, how can I check if there is a number in a string?
<10> try regular expressions
<0> ereg
<15> i want to do something like an xml parser and i have a problem with a regexp. if i use preg_match_all('/<yweather:\S*(?:\s([^=]*)="([^=]*)").*\/>/', file_get_contents('a.xml'), $matches);
<16> $string = "asdsa43asd"; foreach($string[] as $letter){ if(is_number($letter)) { $has_numbers = true; } }
<15> it will get only the first attribute. how do i get all of them?
<15> i tried using that (?:...)*, but it doesn't work
<15> (only catches the last one)
<14> thanks archaevs i will try that out'
<15> flamer: you could put a break; too in that if
<14> Ok
<0> alright... I have "index.php". it contains 3 lines...
<0> <?php include(sheader.html'); ?>
<0> <?php include(smid.html'); ?>
<0> <?php include(sfooter.html'); ?>
<0> those are pure html, and as a whole, they look good. but I get an error when it loads...
<0> parse error, unexpected T_CONSTANT_ENCAPSED_STRING in (path to file)
<15> err
<10> well, I've tried doing a make clean on the old directories, but I think it just cleaned the sources
<15> you use the wrong '
<15> it's ', not `
<15> or i'm trying to do a small xml parser and i have a problem with a regexp: /<yweather:\S*(?:\s([^=]*)="([^=]*)")*\/>/. it only catches the last attribute. any ideas why?
<15> sorry
<15> or
<10> I suppose I could delete all /usr/local/etc/php and /usr/local/bin/php and try reinstalling php from ports
<0> really? more *&^% syntax?
<15> <0> <?php include(sheader.html'); ?>
<15> <?php include 'sheader.html'; ?>
<0> that's what I get from copy/paste off the web...
<0> thank you... :)
<0> I should send you a beer :)
<15> :)
<15> you're welcome
<17> 'morning tools
<18> lol, do you expect an answer? :))
<18> I forgot what I was doing...


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#linux
#AllNiteCafe
#linux
#linux
#java
WHAT CITY WAS BESEIGED FOR 880 DAYS DURING WORLD WAR II ?
fblogo - slackware
ubuntu a8n-vm networking
#asm
#chatzone



Home  |  disclaimer  |  contact  |  submit quotes