|
First
|
Prev |
Next
|
Last
Pages: 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
Regarding threads... Hello friends, hope we all know about threads in java.......... Like that, can we use that in php?....... Thanks in advance............ ... 18 Aug 2008 05:25
Negative Look Ahead Regex - Code Mistake or Bug? Hello, I¹ve run into a problem with a regex and need help determining if this is my mistake or a bug. The regex is for inserting a SID into every link in the buffer before it¹s flushed, but only when each link doesn¹t already have a SID. An example of the code is here: $buffer = preg_replace('/"http\:\/\/... 19 Aug 2008 05:01
Breaking a line in two Is there a way to add <br> midway through a string, following the first available space? Example: The cat jumped up high. This is 23 characters long. I want <br> added after the 12th character, following the first space: The cat jumped <br>up high. would be the desired output. Ron ... 21 Aug 2008 03:15
undefine variable I'm having a problem running a form script. It used to work before, but now when I submit the form an error pops up and it won't write to the database: This is the error: [Sun Aug 17 16:46:54 2008] [error] [client 127.0.0.2] PHP Notice: Undefined variable: selected_state in /srv/www/htdocs/djtommer/contac... 17 Aug 2008 22:17
FCKEditor, TinyMCE, ... I need a light weight WYSIWYGHTML Editor I've always found FCKEditor to be pretty handy. There is an option to set it to a simple mode, giving only the bold, italic, underlined and link buttons, and this is extendable to include only the buttons you need. It's an absolute doddle to implement in a web app as well; I've used it for several projects at work.... 17 Aug 2008 10:00
FCKEditor, TinyMCE, ... I need a light weight WYSIWYG HTML Editor Dear list, I'm looking for a light weight WYSIWYG HTML Editor to allow users to send private messages to each other in a forum application. FCKEditor is too complex and very huge for my purposes. I want a simple editor. What do you recommend? Thanks in advance -- Kind regards, -behzad ... 18 Aug 2008 16:43
Licensing Hi, Don't think me a money grabbing bast (well, I guess I am...) but I'd just like to know if you've got any input on trying to get people to cough up some readies in return for the mounds of free code I give away. I've updated my licensing page just now, and hopefully this will convince more people to buy one: ... 22 Aug 2008 05:51
SV: [PHP] Re: Buffering problem > Anders Norrbring a écrit : I'm running out of ideas to where to look for this, so can you please give me some pointers? I guess it is that you're seeking for : <http://fr.php.net/manual/en/outcontrol.configuration.php#ini.implicit- flush> Thank you! Worked just as I want.. Anders... 16 Aug 2008 04:26
Open Source Classifides Hello All, Does anyone know of a good php based classified system? Thanks! ... 16 Aug 2008 02:24
preg_replace strange behaviour, duplicates Take a look at the negative assertions on this page: http://us2.php.net/manual/en/regexp.reference.php Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Adz07 wrote: I am trying to nail down a bit of code for changing processor names depending on matches. Proble... 20 Aug 2008 11:50 |