| |
| |
| |
|
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> doc pages? <1> yeah www.php.net/fopen for example <0> oh oh! <0> ok cools ^^ <1> code examples on most pages, and sometimes the user comments are helpfull <2> just realized that the gentoo emerge took it out of the apache start command <2> woot <3> anyone knows why it prints one and two when it should only print the one <3> As it executes the one it should not do the two <3> if(empty($inputvalue) && isset($_POST['edit'])){echo '';} <3> if(!empty($inputvalue) && isset($_POST['edit']) && $inputvalue!=$row[4]){ echo 'One '. $inputvalue;} <3> else{echo 'Two '. stripslashes($row[4]);} <0> wait, w/ a it puts it at the bottom of the file, cuz the pointer is put down there, <0> is there anyway to put it at the top? <0> w/o truncating it? <0> so it goes from newest --> olest
<0> oldest* <3> anyone knows why it prints one and two when , <3> it should only print the one. As it executes the one <3> it should not do the two <3> if(empty($inputvalue) && isset($_POST['edit'])){echo '';} <3> if(!empty($inputvalue) && isset($_POST['edit'])){ <3> echo 'One '. $inputvalue; <3> } <3> else{echo 'Two '. stripslashes($row[4]);} <4> Fatal error: Call to undefined function mysql_connect() in /var/www/faq/quotation_install.php on line 128 <4> wtf? <5> Wizz_kidd1: call phpinfo() and check that mysql is listed <3> How can I only print 1 only instead of 1 and 2 <3> if(!empty($input) && isset($_POST['edit'])){ echo '1'. $input;} <3> else{echo '2'.$row[4];} <6> hi all. Whenever I do a popen, no matter what command I put as an argument, I see the following in the error_log: sh: line 1: /<command>: No such file or directory <6> any ideas? <7> Does $_SERVER['DOCUMENT_ROOT'] not work on Windows servers? <3> hello does anyone know How can I only print 1 only instead of 1 and 2 <3> if(!empty($input) && isset($_POST['edit'])){ echo '1'. $input;} <3> else{echo '2'.$row[4];} <4> mysql is not even mentioned in my phpinfo <4> but i downloaded a php mysql module <4> wtf <8> what has everyones experience with using PayPal as a payment processor been? <3> WHY DOES it 1 and 2 instead of doing 1 and stopping <3> if(!empty($input) && isset($_POST['edit'])){ echo '1'. $input;} <3> else{echo '2'.$row[4];} <3> anyone help i am stuck <4> kolbsoft: it varies some love it ome hate it <8> Im up in there air about it <8> looking for guidance from the "experienced" <4> lol what are you selling <6> i've used them quite a few times, no problems so far <8> ***not trying to start a flame war*** <8> domain name registration <4> what are you selling <4> well if they file a chargeback you will looose 100 percent of the time <4> no protection for no tangible goods <8> yeah, but a $16 charge with most "regular" payment processors <4> wut? <4> 16.00 <4> ? <8> $15.95 for most of the people ive been talking too <4> wtf i downloaded the ,ysql module for php but the ****ing **** isnt working <4> wtf <4> 15.95 for what man <8> chargebacks <4> fir a chgargeback ????? <4> ahhhhhhhh <4> thats casue thyey ar using a true merchant account <4> sorry typos <4> im pissed at my cpu :P <8> how often can I expect that to happen? <4> i dont know <4> no 1 can <4> are you using a domain name re seller <8> Sorta <4> ?????? <3> WHY DOES it print 1 and 2 instead of doing 1 and stopping <3> if(!empty($input) && isset($_POST['edit'])){ echo '1';}
<3> else{echo '2';} <9> i want to put something into a mysql database ($alert) but i keep getting a syntax error i think because of not being escaped properly can you guys tell me where abouts? <9> $alert = "<a href=\"profile/". $u ."\">". GetUserFromID($_SESSION['id']) ."</a> has added a comment to your blog! [<a href=\"blog/". $u ."/". $b ."/\">visit</a>]"; <8> been selling "through" a reseller account for a long time. Going for ICANN accreditadation right now <4> be ready to put out BBBBBBIG <8> no kidding <8> hopefully it will be worth it in the long run <4> how much have you made off of selling domans so far <8> $xxx,xxx <4> 6 figures? <8> yup <4> how so ;) <8> lets me work from home <4> i seeee <8> I know alot of people who need them <4> i used ot sell domaoins way back when <8> Why did ya get out of it? <4> so u sell to private individuals <9> anyone??? <4> like 2,000 a month <4> but i didnt even try really <8> Private "people", but mostly local smb's <4> put up a site told a few people etc <4> smb's? <4> i am going to setup a domain buying and a domain trading / selling site soon <4> in next few weeks or month or so <4> with tons of payment options <6> kolbsoft: domains are so cheap I can't imagine how you'd make money out of it. You couldn't make much out of each one. <4> if your selling thousands you can <8> znoG: you would be surprised <4> what is it like 12 domains are bought or reservered every 10 seconds <10> hello <10> i'm might been wrong channel <8> Ive been pretty lucky with my portfolio, plus... You would be surprised when most people are still used to paying $35/year for a domain reg <10> i want to ask about network <6> geezus <4> i am goinmg to charge 9.95 a year <4> i get my domains for like <4> 6.00 <10> someone had delete a file and how to detect where the person is with ip address <4> wrong channel <8> Wizz_kidd1: dont dilute the market anymore than it already is, get what you "want" out of it <4> yes its not diluted <4> yahoo and them do 9.95 and thats what i would do <8> Wizz_kidd1: thats the thing that drives me nuts about this industry, why should ICANN, or your registrar make more $$ than you <8> FOR THE SAME THING <4> how much do you gety your domains for ? <8> about $7/year, depending on the TLD <8> Who are you getting yours through? <4> irrp.net lol <4> they have a nice api n stufff <8> so does eNom <4> enom charges more <4> i looked into that alot of while ago hehehehehehe <8> How much? <4> tired about everything <4> ?? <8> ?? <4> lol <4> how much what <8> r u getting domains 4? <3> why does it print one and two when it should only print one?? <3> if(empty($v) && isset($_POST['edit'])){echo '';} <3> if(!empty($v) && isset($_POST['edit'])){echo 'One';} <3> else{echo 'Two';} <4> 6.99 <4> 95 actually <8> im getting the same <4> i seeeee <4> how many domains you sell a month <8> depends on the month :) <4> average ???????/ <8> total, about 14,000 <4> through a website
Return to
#php or Go to some related
logs:
login shell phpmyldapadmin colinux configuring network interfaces #php +synonym +gravedigger
#openzaurus PCI1620 NetBSD sarge 2.6.8 em64t iptables accept: too many open files #perl smartmovies ed2k
|
|