Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

bang-phpug · Bangalore PHP User Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1011
  • Category: PHP
  • Founded: May 29, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 886 - 915 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
886 maq sood
maq005 Send Email
Jan 2, 2008
7:18 am
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...
887 shijothomas
shijosap Send Email
Jan 2, 2008
8:46 am
Hi,        I will be there ...Regards,Shijo Thomas Am too In... total 2...
888 pinky_goyal22 Send Email Jan 2, 2008
2:59 pm
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&#39;...
889 vaijanath rao
vaiju1981 Send Email
Jan 2, 2008
5:05 pm
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...
890 Vijay Srinivas
vijay_srini_... Send Email
Jan 3, 2008
2:30 pm
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 ... ...
891 pinky goyal
pinky_goyal22 Send Email
Jan 4, 2008
3:12 am
thnx for the reply vijay.i have done it like this way. ... [Non-text portions of this message have been removed]...
892 pinky_goyal22 Send Email Jan 4, 2008
3:13 am
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...
893 thisistrinath Send Email Jan 4, 2008
3:13 am
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...
894 Amit Rana
amitrana77 Send Email
Jan 4, 2008
8:37 am
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...
895 Amit Rana
amitrana77 Send Email
Jan 4, 2008
8:37 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...
896 Vinu Thomas
uglyftp Send Email
Jan 4, 2008
8:42 am
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 ...
897 vaijanath rao
vaiju1981 Send Email
Jan 4, 2008
2:10 pm
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...
898 ansar ansar
ansarahmed_8 Send Email
Jan 4, 2008
2:12 pm
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 ...
899 Anand Subramanian
axsubram Send Email
Jan 5, 2008
5:25 am
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...
900 shijothomas
shijosap Send Email
Jan 5, 2008
11:44 am
Thanks Amit.,                         That s a good offer .... How...
901 Amit Rana
amitrana77 Send Email
Jan 7, 2008
3:28 pm
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'...
902 siva prem
sivaprem_78 Send Email
Jan 7, 2008
3:28 pm
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....
903 siva prem
sivaprem_78 Send Email
Jan 7, 2008
3:29 pm
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....
904 Amit Rana
amitrana77 Send Email
Jan 7, 2008
3:29 pm
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 ...
905 KARTHIKEYAN RANGASWAMY
karthikranga83 Send Email
Jan 7, 2008
3:29 pm
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...
906 Anand Subramanian
axsubram Send Email
Jan 9, 2008
5:11 am
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...
907 KARTHIKEYAN RANGASWAMY
karthikranga83 Send Email
Jan 9, 2008
8:26 am
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...
908 pinky_goyal22 Send Email Jan 9, 2008
8:27 am
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...
909 Senthil Kumar B
skumar_bj Send Email
Jan 9, 2008
9:50 am
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...
910 KARTHIKEYAN RANGASWAMY
karthikranga83 Send Email
Jan 9, 2008
11:25 am
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...
911 Amit Rana
amitrana77 Send Email
Jan 9, 2008
11:26 am
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 ...
912 Shyam Sundar
ssundar85 Send Email
Jan 9, 2008
11:26 am
Technically its possible to install PHP4 and PHP5 on the same system. I have done it, and it works in my XAMPP. try the steps outlined in ... ...
913 pinky_goyal22 Send Email Jan 9, 2008
12:34 pm
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...
914 Pradeep B V
pradeepbv Send Email
Jan 9, 2008
12:35 pm
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...
915 Vinu Thomas
uglyftp Send Email
Jan 9, 2008
12:39 pm
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...
Messages 886 - 915 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help