| Thread | Last Post | Replies |
|
| levenshtein for large strings | 31 Oct 2008 23:46 GMT | 2 |
i need an algorithm for comparing two strings for equivalence, but levenshtein is just working for strings up to 255 characters, i have to process longer strings (lets say, about 10kB). does anybody know a *simple* algorithm, which brings me the distance like
|
| httpclient with captcha | 31 Oct 2008 21:09 GMT | 1 |
Guys, first, which is way is, I already saw source code that works with Java and C # with the class of httpclient apache, now how do I get in php captcha bring the image on the screen and then send the form with the captcha image that the person typed?
|
| php error handling with apache | 31 Oct 2008 21:00 GMT | 5 |
hi. php has error handling and that's great. but it can't handle serious errors like E_PARSE. set_error_handler nor register_shutdown_function can't handle this. is there any other way to do this with php? or maybe that may be done somehow with apache?
|
| A question about UDP packet receive | 31 Oct 2008 07:45 GMT | 2 |
Hi, everyone. I need your help! I created a UDP server by using $socket = stream_socket_server($udpAddr, $errno, $errstr, STREAM_SERVER_BIND);
|
| PHP mail | 31 Oct 2008 04:15 GMT | 4 |
I send a mail by using the PHP functions. I want to find whether the message is send by the original user or some one send the message in another name. For example:
|
| image uploads and version control? | 31 Oct 2008 01:55 GMT | 12 |
I'm developing a php website that I have under subversion version control. I'm working on an image upload functionality, and in the middle of it I realized that any files that a user uploads will not be under version control, and if I checkout or export the site from
|
| Query Help Request | 30 Oct 2008 19:10 GMT | 2 |
Hello, I'm working on a MySQL database query with PHP where I'm trying to patch in an ability to select a distinct 'name' from the query where the current 'All' queries all
|
| فلم قتل بنت مسلمه و يحتوى على مشاهد عاريه فلم للكبار فقط تحذير عدم دخول اصحاب القلوب > | 30 Oct 2008 18:51 GMT | - |
فلم قتل بنت مسلمه و يحتوى على مشاهد عاريه فلم للكبار فقط تحذيرعدم دخول اصحاب القلوب ا http://mrchat.net/mihkan/t3523/
|
| عشر صور عاريات إلحق قبل الحذ ف ( للبالغين فقط)!!!I | 30 Oct 2008 18:08 GMT | - |
عشر صور عاريات إلحق قبل الحذف ( للبالغين فقط)!!! http://mrchat.net/mihkan/t14/
|
| MySQL error #1064 | 30 Oct 2008 16:11 GMT | 2 |
When I run this query from PHPMyAdmin, it works: DELETE FROM `tbl_user_link` WHERE ((`ulUserID`!=3 AND `ulConnectID`! =1) AND (`ulUserID`!=18 AND `ulConnectID`!=23)) AND `ulTypeID`=10 AND `ulOtherID`=160
|
| Internet Explorer cannot download <filename> from www.domain.tld | 30 Oct 2008 15:44 GMT | 1 |
http://www.frostjedi.com/terra/scripts/demo/download2.php Whenever I get that page, I get the following error: --------------------- Internet Explorer cannot download download2.php from www.frostjedi.com.
|
| bollhy"system" function output displays twice last line | 30 Oct 2008 12:10 GMT | 4 |
i use a small PHP script to grab DNS infos at http://80.247.230.136/bug/php/ (php and txt available) the trouble is the last line of every output given by "system" function is always displayed twice, is it really a bug ?
|
| IE6 strange behaviour with fwrite calls | 30 Oct 2008 09:54 GMT | 4 |
Hi devs, in my application I need to update a simple text file every time the user checks an item of a radio group. I use AJAX method to do this stuff.
|
| Check if a certain service is running on the server | 30 Oct 2008 04:23 GMT | 13 |
I need to know if a service is running on my server. Is there any PHP instruction that I can use to do this?
|
| Manually make a POST request? | 30 Oct 2008 03:24 GMT | 6 |
I'm writing a little Drupal module that implements a couple forms, relaying the submitted values to a third-party site. I know the target URL and I have all of the values that I want to submit with the POST request, so how can I invoke this request directly from a PHP script?
|