First  |  Prev |  Next  |  Last
Pages: 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
PHP Pill
Hello all. I inquired about the problem below on a FM board but no one could help. Hoping someone here may have an explanation or a workaround. I have PHP Pill installed on both a Mac and PC versions of FileMaker 11. On the Mac, things behave as expected. On the PC, they do not. My code is below: $ol... 17 Jul 2010 15:14
Converting a javascript calculating page to a PHP one
You can use SpiderMoneky of Mozilla or V8 of Google to execute the js. Later you can also create a php extension to call your lib. The flow will be like this, PHP <--> PHP_V8_WRAPPER <--> V8 <--> EXECUTE_JS Shiplu Mokadd.im My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programm... 17 Jul 2010 11:58
ldap_search filter filter?
Any Best Practice suggestions for potentially hostile user input being sent to ldap_search($ldap, "(username=$_POST[username])"); Something like an ldap_escape? Please cc me on replies. Thanks. -- Some people ask for gifts here. I just want you to buy an Indie CD for yourself: http://cdbaby.com/search/fro... 16 Jul 2010 12:08
PHP - MOODLE - WORK IN AUSTRALIA
Hi We are looking for some one who knows Moodle well and can write for us, web service's so that we can integrate our application with Moodle. Expressions of interest are sought from persons or companies who can work on a project in Australia, pref Brisbane. Please email me on:- crouch.g(a)gmail.com THX|... 16 Jul 2010 03:25
Weird behavior of exec()
Hi everybody. I need to use exec() to run a background php script, but it's not working properly. Take a look at this sample: a.php <? echo ' File A (1) '; exec('php b.php > output.txt &'); echo ' File A (2) '; ?> b.php <? echo 'File B'; ?> output.txt (begi... 16 Jul 2010 12:08
Determining the similarity between a user supplied shortpiece of text (between 5 and 15 characters) and a list of similar lengthtext items.
On Thu, 2010-07-15 at 16:54 +0100, Richard Quadling wrote: Hi. It seems that users cannot enter a vehicle registration 100% accurately. We have recently released a small mobile web app which allows service engineers/inspectors to enter a vehicle registration number and a pin number to get servi... 15 Jul 2010 12:05
integrating lib (C++) into php
I have found lib that looks like it dose what i need How do I integrating this lib into php? dose php support C++ libs? http://libnoise.sourceforge.net/tutorials/tutorial1.html#gcc tom_a_sparks Light travels faster then sound, which is why some people appear bright, until you hear them speak ... 15 Jul 2010 13:13
Determining the similarity between a user supplied short piece of text (between 5 and 15 characters) and a list of similar length text items.
Hi. It seems that users cannot enter a vehicle registration 100% accurately. We have recently released a small mobile web app which allows service engineers/inspectors to enter a vehicle registration number and a pin number to get service history for the vehicle. We are getting around a 40% fail rate on the ... 20 Jul 2010 05:56
user login and access + headers already sent
Hello mates, I'm developing a user registration and access level system.... And I wonder... Is there any way to avoid to put code in every header page? Because, almost every page contains javascript, so almost every page cotains <html> tags... And its annoying to look at this: Warning: session_start(): Cannot sen... 16 Jul 2010 13:16
Recent Influx of Unrelated Discussions
Also known as off-topic posts. We're all guilty of them, but has anyone recently noticed that there is a significant number (about 35% of all traffic) that is off-topic? There have been questions on databases, JavaScript, WordPress, Apache directives, and more.... none of which were even related to PHP. Unfo... 19 Jul 2010 12:28
First  |  Prev |  Next  |  Last
Pages: 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36