First  |  Prev |  Next  |  Last
Pages: 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
how to curl
Hi, I want to send some text to the serverA For a varification and gettign some data from the server from the serverB. is it possible to achieve this using cURL If yes then can any one please tell me how do i achieve this? I tried to learn cURL function but I'm not able to understand any thing can nay one expla... 11 Aug 2008 04:21
Task workflow management system
Hi all, I am developing the system where i have to dynamically assigned the tasks to the workers based on certain rules as well as also considering load balance. If you have solved this type of problem or any idea or documentation on how to achieve this, then please help me. Best Regards, Manoj Kumar Singh ... 8 Aug 2008 09:57
Flampy : New Framework PHP5-MDA
Here you have a short video that describe the installer use and its results. http://blog.webeo.fr/index.php?post/2008/08/08/Demo-Flampy-Installer-en-video -- View this message in context: http://www.nabble.com/Flampy-%3A-New-Framework-PHP5-MDA-tp18887166p18891236.html Sent from the PHP - General mailing list a... 8 Aug 2008 08:56
Problem with SOAP and (maybe) VISTA?
Hello folks, I'd try the PHP docs example from http://de.php.net/manual/de/function.soap-soapserver-handle.php <?php function test($x) { return $x; } $server = new SoapServer(null, array('uri' => "http://test-uri/")); $server->addFunction("test"); $server->handle(); ?> If I open the test.php (with FF) on a lin... 8 Aug 2008 08:56
Graph type
Hi, Anyone know what this graph type is called? http://picasaweb.google.com/richard.heyes Thanks, and I apologise for the slightly off-topic post. Probably best to reply to me directly. -- Richard Heyes http://www.phpguru.org ... 9 Aug 2008 02:23
[PHP] Flampy : New Framework PHP5-MDA
Hello, I'm working on the MDA paradigm for PHP5. The goal is very simple, generate the source code of your PHP application as fast as possible like AndroMDA for java users. Design your class diagram and your physical database diagram, and Flampy will help you to generate your code... Flampy provide a ver... 8 Aug 2008 03:49
Kill Magic Quotes [SOLVED]
Richard, Try php_value instead of php_flag, though both should work for this one. Whoops... my mistake. Without going into overly complicated details, I hadn't tested the original suggestion properly. Turns out, so far as I can tell, both of these lines work for me: php_value magic_quotes_gpc off php_fl... 8 Aug 2008 00:46
Using Ajax to populate a drop-down list
Hi, I have a form with two lists. One is populated with many options while the second is populated with only a single item. When the first drop-down list is changed, I call a PHP script sing AJAX to populate the second list. I also need to perform another task when the second list is changed but it seems n... 9 Aug 2008 10:31
Kill Magic Quotes
PHP List, I am developing a web site that is hosted on a web server where I do not have permission to change the php.ini file. This server has magic quotes turned on. I'd like them off. I wrote two functions to detect when magic quotes is on, and to try and counter act its effects. But it does not seem to ... 8 Aug 2008 14:06
read a bunch of files that are in many directors into onestring -- oops again
foreach (range(0,22) as $dirNum) Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Richard Kurth wrote: *I get this when I run it Parse error*: syntax error, unexpected T_DNUMBER in *remove.php* on line *4 it does not like the *foreach (0..22 as $dirNum) T... 8 Aug 2008 00:46
First  |  Prev |  Next  |  Last
Pages: 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87