Am too In... total 2 Please increment the total. Ganu <ganu.ullu@...> wrote: hey Bang-PHP Team, @vinu - please guide. :) lets meet up at Cbbon park or...
Hi All ! i have a script through which i am redirecting to a new page and passing the get parameters to the page. a parameter contains '+' sign eg 'filename'...
Hi Pinky, Try sending the url_encode of the +. In Uri space terms + is also treated as space and hence you get space instead of +. Try looking at the following...
Dear Pinky, Plus is actually a code for space (since Space is not permitted in $_GET variable. Use some other code, and then decode it later. Vijay ... ...
Hi All! does any one have idea about multi threading in php ??? i have googled for the topic but didn't get much except php doesn't support multithreading. if...
Or you might do a simple but a bit lengthy process. Give a name to + at client side; say '+' = "plus". And at server side when you get the variable check if...
Hello Guys, Good initiative. We can also meet in our office www.techjini.com (BTM layout 2nd stage) But we will have to post pone it for next week. I am...
Hi, Yes, there is no multi threading support in php but if you want to start a parallel process you can curl (or start another http request). Also depends what...
Hi Amit, Thanks for letting us use your office for the meet up. Count me in for the meeting. Which day/time will be convenient for us to meet? Regards, Vinu ...
Hi Amit, PHP might not support multi-thread but you can use fork to create as many as childs as you want and than wait for the signal from the child. --Thanks...
Hi, Count me to. Regards, Ansar Ahmed ... From: Vinu Thomas <vinuthomas@...> To: bang-phpug@yahoogroups.com Sent: Friday, 4 January, 2008 2:12:03 PM ...
Can one of you send a few more detials on this. We are also trying to spawn multiple processes to accomplish something that takes many hours. (copying files...
Thanks Amit., That s a good offer .... How...
Hi Vaijnath, Thats what I meant, php 'as a language' doesn't support muti threading there are ways to do it curl being one, fork being other, depends on 'what'...
Hi all, Nice to know the meeting of php user. Looking fwd to the meeting. But as Amit had mentioned, about the place and its capacity to hold 12 to 15 heads....
Hi all, Nice to know the meeting of php user. Looking fwd to the meeting. But as Amit had mentioned, about the place and its capacity to hold 12 to 15 heads....
Hello Everyone, I just created an event for our meet http://upcoming.yahoo.com/event/400261/ Can you please review/register? If you think we should change the ...
Hai Friends, I am using PHP 4.4.7.I want MBString Functions to work.But Mbstring Function is not enabled by default.What i did was i go to php.ini File removed...
Here is my application flow. There is no UI involved. We have a PHP program that reads an xml file (normally containing 5000+ records). Each of the record can...
Hi Friends, I am currently Using PHP 4.4.7,Mysql 4.1.14 and Apache 2.0.59. Currently I have installed my PHP in c:/Program Files/Apache Group/apache2/php All...
with 'curl' control returns on next line when the curl request completes.but if it a kind of multi threading support it should run multiple requests at the...
Hi Karthik, There is no way to install PHP 4 and 5 in a same system..... Actually php5 is the upgrade version of php4, so you can't install both on same...
Hi Senthilkumar, I am currently Using PHP 4.4.7.I am also trying to install a tool called Limesurvey Which requires Mbstring Functions in PHP to be enabled For...
In this case what Vaijnath suggested will work pretty well. You dont even want to wait for child processes to finish. Just fork out different processes for ...
i dont have idea about the WAMP package but i have installed both php4 and php5 on my system. i do this way: you can have both php4 and php5 on your system but...
You can try to run the second apache on port 8080 instead of 80. That way you have another apache listening on a diffrenet post. You can change this at the...
You can also check if the WAMP addons help you: http://www.wampserver.com/en/addons_php.php Regards, Vinu -- ... www.vinuthomas.com blogs.vinuthomas.com...