| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8
Comments:
<0> if someone cna help, they will. <1> and was hoping that php RE library have the same limitation, and if so, what workarounds is there? <0> !php $a='foobarbleh'; $b = preg_replace('/(.*?)(foo)(.*?)/i','$1$2$3',$a); echo $b; <2> foobarbleh <0> !php $a='foobarbleh'; $b = preg_replace('/(.*?)(foo)(.*?)/i','$1 - $2 - $3',$a); echo $b; <2> - foo - barbleh <1> ah, ok thanks :) <0> np <0> !php $a='this is my website: http://www.yo-mama.org pimp ****e it is.'; $b = preg_replace('/(http|ftp)+(s)?:(\/\/)((\w|\.)+)(\/)?(\S+)?/i",'<a href="$0" target="_blank">$0</a>',$a); echo $b; <2> Parse error: syntax error, unexpected T_STRING in /usr/home/poutine/safe/raw.php(6) : eval()'d code on line 1 <0> bleh <0> !php $a='this is my website: http://www.yo-mama.org pimp ****e it is.'; $b = preg_replace('/(http|ftp)+(s)?:(\/\/)((\w|\.)+)(\/)?(\S+)?/i','<a href="$0" target="_blank">$0</a>',$a); echo $b; <2> this is my website: <a href="http://www.yo-mama.org" target="_blank">http://www.yo-mama.org</a> pimp ****e it is. <3> how do you use two WHEREs in a mysql query? <0> select object from cooter where object1='spoon' AND object2='fork'
<0> not 2 where's but 2 vars <3> ok <4> Does anyone here use the mysqli connector, who can give me a little bit of help? <5> what specifically are you looking for? <5> i haven't used mysql*i*.. but.. <4> Well i might have found a bug, because i have no way to explain this <4> I used the mysqli connector through my site and it works fine <4> and i come to a place where i need to retrieve amoungst other values a decimal field and a text field, and php just crashes <5> how do you mean it crashes <4> it stops output (which stops halfway through standard html output) <5> well <5> what is your error reporting level <5> as per php.ini <4> E_ALL <4> and logging <5> not supressing notices? <4> and it dosnt report anything back <4> nope <5> okay, how about apache? <4> i'm using IIS <5> anything funky in it's error logs? <5> oh., <5> hmmm <4> checked all the logs i can and i cant find anything wrong <4> it just stops <5> how many values are you retriving, and how long approximately does it take? <5> right, but after what amount of time? <4> i have made a seperate table with just the 2 values (exc 1 index value) and 1 row <4> the problem still happens <4> retrieval time is tiny, milliseconds if that <5> ah. hmm <5> running the query through a mysql client runs flawlessly? <4> yes, no problems at all <5> sounds like you got it narrowed down brother <5> you about polled me for all i'm worth <5> lol <4> hehehe <5> i'm rusty at that.. but still.. <5> i don't know what to tell ya <4> i am just tring to find someone else who uses this connector so i can test it before i submit a bug report <5> have you tried any PHP forums? <5> (searching) <4> yes, looked for the problem, but the mysqli connector isnt that popular for some reason <5> hmm <5> you might stick around, or try another network.. as much as i hate to demote this place ;) <5> honestly can't help ya much beyond that <4> I just tried EFnet, no one knew so i just got ignored :P <5> since PHP is returning results.. we know it's not a query error.. it's not timing out, since it's happining within milliseconds as you said... <4> out of curiosity what connector object do you use ? <5> if nothing else.. stick with your gut and submit a detailed error report <5> i use mysql_ <5> but i havn't done **** in months <5> if not longer <5> havn't really kept up with times <4> right <4> Can you recommend any other PHP channels to look? <6> all you can eat domains: http://hardforum.com/showthread.php?t=1020785 <5> EFnet and freenode, i guess... they're more populated anyways.. <4> i'll try freenode <4> thanx for your help <5> gl man..
<4> bye <5> np <5> **** godaddy <5> who gives a **** about them :_ <0> yea <5> :) <5> they started out just wanting to make a quick buck.. in the wrong sort of demeaning way... and personally i don't want to support a company of that nature.. free domains or not :) <0> i wish edit+ had syntax highliting for tcl <0> ;/ <7> make a tcl.stx ? <0> ? <7> Editplus 2\php.stx <0> i did that <0> but it wont load it <0> there we go <0> tyty <8> what is the picture in the topic? <9> Hello <10> have a link set as: newPage.php?id=<? print $id; ?> <10> on newPage.php, $id is empty <10> =/ <10> null <0> try setting id first? <9> newPage > newpage <10> i have it set up so each new page declares a new $id if $id isn't set from previous <10> *scratches head again <9> =<? print $id; ?> ? <10> could i just do =$id <9> newpage.php?id='.$id.' <0> if it's inside the <? php brackets <9> the <? is for and only for You <9> :) <9> Show the last line <9> Is there a board somewhere ? <9> (oops I mean a wall) <8> what's the difference between print and echo? <10> ack: says $id = .$id. <9> print is when You want to show what You've got on a $things <9> I'm not sure <9> print_r <9> oops, print_r($my_something) will show You <9> And "Echo" ... I use it to "build HTML code" <9> Like - Echo ' <b> Hello world </b>'; <10> http://pastebin.com/562075 <10> the borrowed function at the top just generates a random id <10> extremely useful <10> even if i have a previous argument if ($cart_id !== ""){} a new one is generated so it must not be picking it up from the url <10> don't mind me; i'm sort of rambling <11> pff. anyone read the Da Vinci Code? <10> alphabet soup <12> Stoned4Life: I did <11> heh, started it yesterday.. like, 150 pages to go.. it's killing me <12> lol <12> killing you? <12> you want to know what happens? <11> lol <11> no <11> just want to finish it already <12> yeah <12> that's what I meant... not like do you want me to tell you and spoil it <12> :P <11> it's all so accurate though.. lol, had to google image search all the paintings and stuff as i read <12> totally <12> it's really cool <12> If you like this one, you should read his <12> other 3 <11> i knew about the women/wife in The Last Supper, but i never noticed the "unknown" hand holding the knife =x <12> angels and demons is the next one for you to read... it was written second, but is actually a prequel to daVinci code <11> kk <12> it's just as good as davinci code <12> then there's digital fortress and deception point which are both great reads <12> what's happening in the book right now, stoned <12> ? <11> oh'
Return to
#php or Go to some related
logs:
meaning for hi dear in tamil byyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy #india #india #india #india #india #allnitecafe nisha quakenet #allnitecafe
|
|