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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 1077 - 1106 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#1077 From: "Harsha M V" <hmvrulz@...>
Date: Tue Jun 17, 2008 7:29 am
Subject: Re: Hi php experts
hmvgprs
Send Email Send Email
 
its working here..

On Tue, Jun 17, 2008 at 10:11 AM, janakiraman <jhon_311983@...>
wrote:

>   I have problem with godaddy server.  Anybody knows about this means
> please help me.
>
> When i run the below code in the godaddy server. The values get posted
> first time. If i click on the submit buttton second button the value is not
> posted. Is any wrong in my coding. Please help me out. The Code as follws.
>
> <?php
>  echo "<pre>";
>  print_r($_POST);
>   print_r($_REQUEST);
> // print
> ?>
> <html>
> <head>
> <title>
> Testing post values
> </title>
> </head>
> <body>
>  <form name="frm" method="post"  action="test_post.php">
>  <input type="text" value=""  name="txt1"/>
>  <input type="submit" name="test" value="Submit" />
>  </form>
> </body>
> </html>
>
> The url is http://mlxfsbo.com/admin/test_post.php
>
> Advance thanks
> B. Janakiraman
>
> Meet people who discuss and share your passions. Go to
> http://in.promos.yahoo.com/groups/bestofyahoo/
>
> [Non-text portions of this message have been removed]
>
>
>



--
Harsha M V
{http://hmv.co.in}


[Non-text portions of this message have been removed]

#1078 From: "Udayakumar Sarangapani" <udayakumar.sarangapani@...>
Date: Tue Jun 17, 2008 9:40 am
Subject: Re: Hi php experts
udayakumar.sarangapani@...
Send Email Send Email
 
It is working ya... i checked in firefox...

On Tue, Jun 17, 2008 at 10:11 AM, janakiraman <jhon_311983@...>
wrote:

>   I have problem with godaddy server.  Anybody knows about this means
> please help me.
>
> When i run the below code in the godaddy server. The values get posted
> first time. If i click on the submit buttton second button the value is not
> posted. Is any wrong in my coding. Please help me out. The Code as follws.
>
> <?php
>  echo "<pre>";
>  print_r($_POST);
>   print_r($_REQUEST);
> // print
> ?>
> <html>
> <head>
> <title>
> Testing post values
> </title>
> </head>
> <body>
>  <form name="frm" method="post"  action="test_post.php">
>  <input type="text" value=""  name="txt1"/>
>  <input type="submit" name="test" value="Submit" />
>  </form>
> </body>
> </html>
>
> The url is http://mlxfsbo.com/admin/test_post.php
>
> Advance thanks
> B. Janakiraman
>
> Meet people who discuss and share your passions. Go to
> http://in.promos.yahoo.com/groups/bestofyahoo/
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]

#1079 From: janakiraman <jhon_311983@...>
Date: Tue Jun 17, 2008 10:02 am
Subject: Hi php experts
jhon_311983
Send Email Send Email
 
Thanks for the quick responses experts

it is working in other server that i also checked but in godaddy server only it
is not working
 
I will give the url of that site
 
http://mlxfsbo.com/admin/test_post.php
 
Please check this url and tell me the result.
 
the domain has been registered with godaddy server and the hosting is free in
it.
 
Is any issue occurs due to this...
 
Advance thanks
 
B. Janakiraman


       Bring your gang together. Do your thing. Find your favourite Yahoo! group
at http://in.promos.yahoo.com/groups/

[Non-text portions of this message have been removed]

#1080 From: Hemanth <mvhemanth@...>
Date: Tue Jun 17, 2008 10:08 am
Subject: Re: Hi php experts
mvhemanth
Send Email Send Email
 
its working fine
still you could close the <pre> tag


> When i run the below code in the godaddy server. The values get posted
> first time. If i click on the submit buttton second button the value is not
> posted. Is any wrong in my coding. Please help me out. The Code as follws.
>
> <?php
>  echo "<pre>";
>  print_r($_POST);
>   print_r($_REQUEST);
> // print
> ?>
>


--
Advertise anything on Google website http://www.ValueAds.Biz at just Rs.550
per month (Limited time offer)


[Non-text portions of this message have been removed]

#1081 From: Hemanth <mvhemanth@...>
Date: Tue Jun 17, 2008 10:16 am
Subject: Re: Hi php experts
mvhemanth
Send Email Send Email
 
we checked in the above link given by you.
not on any other server

are u just trying to make people visit that page and click the Ad's ?


On Tue, Jun 17, 2008 at 3:32 PM, janakiraman <jhon_311983@...>
wrote:

>
> Thanks for the quick responses experts
>
> it is working in other server that i also checked but in godaddy server
> only it is not working
>
> I will give the url of that site
>
> http://mlxfsbo.com/admin/test_post.php
>
> Please check this url and tell me the result.
>
> the domain has been registered with godaddy server and the hosting is free
> in it.
>
> Is any issue occurs due to this...
>
> Advance thanks
>
> B. Janakiraman
>
>
>      Bring your gang together. Do your thing. Find your favourite Yahoo!
> group at http://in.promos.yahoo.com/groups/
>
> [Non-text portions of this message have been removed]
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>


--
Advertise anything on Google website http://www.ValueAds.Biz at just Rs.550
per month (Limited time offer)


[Non-text portions of this message have been removed]

#1082 From: "Vinu Thomas" <vinuthomas@...>
Date: Tue Jun 17, 2008 12:33 pm
Subject: Re: Hi php experts
uglyftp
Send Email Send Email
 
It doesn't seem to work on the Godaddy server for some reason when the form
is submitted the second time.

------------------------------
[image: My Blog] <http://blogs.vinuthomas.com>
[image: My Home Page] <http://www.vinuthomas.com>

On Tue, Jun 17, 2008 at 3:32 PM, janakiraman <jhon_311983@...>
wrote:

>
> Thanks for the quick responses experts
>
> it is working in other server that i also checked but in godaddy server
> only it is not working
>
> I will give the url of that site
>
>
> http://mlxfsbo.com/admin/test_post.php
>
> Please check this url and tell me the result.
>
> the domain has been registered with godaddy server and the hosting is free
> in it.
>
> Is any issue occurs due to this...
>
> Advance thanks
>
> B. Janakiraman
>
> Bring your gang together. Do your thing. Find your favourite Yahoo! group
> at http://in.promos.yahoo.com/groups/
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]

#1083 From: "ram" <mailtoramkumar@...>
Date: Tue Jun 17, 2008 10:43 am
Subject: Re: Hi php experts
rmkmr79
Send Email Send Email
 
No point in saying so. Those ads are served by Godaddy, so the site
owner is not going to benefit out of the clicks. Its the free hosting
provided by Godaddy.

Anyways, I too checked the link and it looked to be working fine to me.

Ram
--- In bang-phpug@yahoogroups.com, Hemanth <mvhemanth@...> wrote:
>
> we checked in the above link given by you.
> not on any other server
>
> are u just trying to make people visit that page and click the Ad's ?
>
>
> On Tue, Jun 17, 2008 at 3:32 PM, janakiraman <jhon_311983@...>
> wrote:
>
> >
> > Thanks for the quick responses experts
> >
> > it is working in other server that i also checked but in godaddy
server
> > only it is not working
> >
> > I will give the url of that site
> >
> > http://mlxfsbo.com/admin/test_post.php
> >
> > Please check this url and tell me the result.
> >
> > the domain has been registered with godaddy server and the hosting
is free
> > in it.
> >
> > Is any issue occurs due to this...
> >
> > Advance thanks
> >
> > B. Janakiraman
> >
> >
> >      Bring your gang together. Do your thing. Find your favourite
Yahoo!
> > group at http://in.promos.yahoo.com/groups/
> >
> > [Non-text portions of this message have been removed]
> >
> >
> > ------------------------------------
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
>
>
> --
> Advertise anything on Google website http://www.ValueAds.Biz at just
Rs.550
> per month (Limited time offer)
>
>
> [Non-text portions of this message have been removed]
>

#1084 From: Vijay Srinivas <vijay_srini_2000@...>
Date: Tue Jun 17, 2008 2:28 pm
Subject: Re: Re: Hi php experts
vijay_srini_...
Send Email Send Email
 
Yeah, it is not working currently. I am using IE7.
 
I would try working it on Mozilla in my office, and check if it works or not. (I
dont have mozilla at home).
 
Vijay Srinivas

--- On Tue, 6/17/08, ram <mailtoramkumar@...> wrote:

From: ram <mailtoramkumar@...>
Subject: [bang-phpug] Re: Hi php experts
To: bang-phpug@yahoogroups.com
Date: Tuesday, June 17, 2008, 4:13 PM






No point in saying so. Those ads are served by Godaddy, so the site
owner is not going to benefit out of the clicks. Its the free hosting
provided by Godaddy.

Anyways, I too checked the link and it looked to be working fine to me.

Ram
--- In bang-phpug@yahoogro ups.com, Hemanth <mvhemanth@. ..> wrote:
>
> we checked in the above link given by you.
> not on any other server
>
> are u just trying to make people visit that page and click the Ad's ?
>
>
> On Tue, Jun 17, 2008 at 3:32 PM, janakiraman <jhon_311983@ ...>
> wrote:
>
> >
> > Thanks for the quick responses experts
> >
> > it is working in other server that i also checked but in godaddy
server
> > only it is not working
> >
> > I will give the url of that site
> >
> > http://mlxfsbo. com/admin/ test_post. php
> >
> > Please check this url and tell me the result.
> >
> > the domain has been registered with godaddy server and the hosting
is free
> > in it.
> >
> > Is any issue occurs due to this...
> >
> > Advance thanks
> >
> > B. Janakiraman
> >
> >
> > Bring your gang together. Do your thing. Find your favourite
Yahoo!
> > group at http://in.promos. yahoo.com/ groups/
> >
> > [Non-text portions of this message have been removed]
> >
> >
> > ------------ --------- --------- ------
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
>
>
> --
> Advertise anything on Google website http://www.ValueAds .Biz at just
Rs.550
> per month (Limited time offer)
>
>
> [Non-text portions of this message have been removed]
>


















[Non-text portions of this message have been removed]

#1085 From: "Harsha M V" <hmvrulz@...>
Date: Tue Jun 17, 2008 4:19 pm
Subject: Re: Re: Hi php experts
hmvgprs
Send Email Send Email
 
am using firefox and its working in the below url...
http://mlxfsbo.com/admin/test_post.php


wondering why u wanna test it this way ??
wht are u trying to build


[Non-text portions of this message have been removed]

#1086 From: Vijay Srinivas <vijay_srini_2000@...>
Date: Wed Jun 18, 2008 4:06 am
Subject: Re: Re: Hi php experts
vijay_srini_...
Send Email Send Email
 
Well, this is strange.

It works in some systems, and doesn't work in others.

Don't know why.

Vijay

--- On Tue, 6/17/08, Harsha M V <hmvrulz@...> wrote:
From: Harsha M V <hmvrulz@...>
Subject: Re: [bang-phpug] Re: Hi php experts
To: bang-phpug@yahoogroups.com
Date: Tuesday, June 17, 2008, 9:49 PM











             am using firefox and its working in the below url...

http://mlxfsbo. com/admin/ test_post. php



wondering why u wanna test it this way ??

wht are u trying to build



[Non-text portions of this message have been removed]





























[Non-text portions of this message have been removed]

#1087 From: Hemanth <mvhemanth@...>
Date: Wed Jun 18, 2008 6:28 am
Subject: Re: Hi php experts
mvhemanth
Send Email Send Email
 
Its working fine on my server. see the link below
http://www.valueads.biz/tst/t2.php

maybe the problem is with the godaddy server

even in firefox... it submits properly TWO times
then the THIRD time it fails
Then again 2 times its ok
3rd time fail

--
Advertise anything on Google website http://www.ValueAds.Biz at just Rs.550
per month (Limited time offer)


[Non-text portions of this message have been removed]

#1088 From: syam mohan <syammohan_ch@...>
Date: Wed Jun 18, 2008 9:54 am
Subject: Print Button in a GD Library
syammohan_ch
Send Email Send Email
 
Hai Friends..
I am New Bie to GD Library. I made a bar graph using GD library. Now i want a
print button at the below of the Graph. Is there any solution to place this
button, because the usual Cannot mdify header info is showing always, when i
tried to place a button. Is there any method for this.
Thanks ....
Syam


       Unlimited freedom, unlimited storage. Get it now, on
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

[Non-text portions of this message have been removed]

#1089 From: "C S Shyam Sundar" <csshyamsundar@...>
Date: Wed Jun 18, 2008 10:37 am
Subject: Re: Print Button in a GD Library
ssundar85
Send Email Send Email
 
Yes., it is very easy

You need to call the php that generates the bar chart in img tag.

Eg:

Assuming., you have the script which generates bar chart as bar-chart.php.

If you want a print button., have a new php file, in that add like this.

<img src=bar-chart.php>

<input type=button onClick="print()">


--
C S Shyam Sundar

[mobile] +91-97877-SHYAM | [voip] +1-425-998-1134

"It's easy to tell the difference between right and wrong. What's hard is
choosing the wrong that's more right."


On Wed, Jun 18, 2008 at 3:24 PM, syam mohan <syammohan_ch@...> wrote:

>   Hai Friends..
> I am New Bie to GD Library. I made a bar graph using GD library. Now i want
> a print button at the below of the Graph. Is there any solution to place
> this button, because the usual Cannot mdify header info is showing always,
> when i tried to place a button. Is there any method for this.
> Thanks ....
> Syam
>
> Unlimited freedom, unlimited storage. Get it now, on
> http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]

#1090 From: "sharma.phpindia" <sharma.phpindia@...>
Date: Wed Jun 18, 2008 12:26 pm
Subject: Php pageing
sharma.phpindia
Send Email Send Email
 
Hi expert,
you can tell me the code of php pageing.

#1091 From: "Vinu Thomas" <vinuthomas@...>
Date: Fri Jun 20, 2008 7:04 am
Subject: Re: Php pageing
uglyftp
Send Email Send Email
 
Hi,
You could check out the following tutorial on Paging:
http://www.phpfreaks.com/tutorial/basic-pagination

Regards,
Vinu

On Wed, Jun 18, 2008 at 5:56 PM, sharma.phpindia
<sharma.phpindia@...> wrote:
> Hi expert,
> you can tell me the code of php pageing.
>
>

#1092 From: "Harsha M V" <hmvrulz@...>
Date: Sun Jun 22, 2008 5:56 am
Subject: Re: Php pageing
hmvgprs
Send Email Send Email
 
#1093 From: "Rahil Zubin" <rahil_kenneth@...>
Date: Wed Jun 25, 2008 1:40 pm
Subject: AZTECSOFT - CMMI Level 5- Require PHP Developers immediately
rahil_kenneth
Send Email Send Email
 
Dear all,
I represent Aaztecsoft which is a CMMI Level 5 company and its in
regards to PHP Senior developrs openings currently availbale with us.

Position title- Sr.PHP Developer
Location- Bangalore
Availablepositions- 15
Exp required- 3+ yrs

Skills required :

LAMP technologies
Good communcication
Available immediately

Expecting you to send resumes only on rahil.zubin@...


Regards
Rahil Zubin
HR Executive
9886177921
rahil.zubin@...
www.aztecsoft.com

#1094 From: "Senthil Kumar B" <skumar.bj@...>
Date: Fri Jun 27, 2008 10:28 am
Subject: Lib/Class for creating thumb from all types / formats
skumar_bj
Send Email Send Email
 
Hi All,

I need a Library or Class, for creating thumbnail image dynamically from all
types / formats
(i.e., Images (gif, jpg, bmp, ... ), Documents (doc, excel, txt, pdf, ... ),
Videos (avi, flv, swf, ... ), Audios (mp3, au, ... ), ... ) as much as
possible to cover all types and/or formats.

Can any one please suggest me, where I can get the same above


--
Regards,
Senthil Kumar B.
http://senthil-kumar-bj.blogspot.com


[Non-text portions of this message have been removed]

#1095 From: "Careers" <careers@...>
Date: Fri Jun 27, 2008 11:18 am
Subject: Re: Lib/Class for creating thumb from all types / formats
nateshbabudr
Send Email Send Email
 
GD Library in PHP has functions for each
of the functionalities described by you.



   ----- Original Message -----
   From: Senthil Kumar B
   To: bang-phpug@yahoogroups.com
   Sent: Friday, June 27, 2008 3:58 PM
   Subject: [bang-phpug] Lib/Class for creating thumb from all types / formats


   Hi All,

   I need a Library or Class, for creating thumbnail image dynamically from all
   types / formats
   (i.e., Images (gif, jpg, bmp, ... ), Documents (doc, excel, txt, pdf, ... ),
   Videos (avi, flv, swf, ... ), Audios (mp3, au, ... ), ... ) as much as
   possible to cover all types and/or formats.

   Can any one please suggest me, where I can get the same above

   --
   Regards,
   Senthil Kumar B.
   http://senthil-kumar-bj.blogspot.com

   [Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]

#1096 From: syam mohan <syammohan_ch@...>
Date: Tue Jul 1, 2008 6:18 am
Subject: GD Library Problem
syammohan_ch
Send Email Send Email
 
Hai Friends..
I made a Bar Graph Using GD library and it wrks in PHP5(5.2.5) and when i
uploaded to the server having version PHP 4.4.7, it's not wrking. 
I mean i am using a function imagefilledrectangle(), to color each bars. This
is not working in the server. When i checked the server configuration, i came
to know that it also has GD enabled and version is 2.0.28 compatible and the
one which got correct display has GD version 2.0.34 compatible. I am using
imagegif() function which supports in both mechines.
I have no idea what i am missing ...   
Thanks ....
Syam Mohan


       Unlimited freedom, unlimited storage. Get it now, on
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

[Non-text portions of this message have been removed]

#1097 From: aniesh joseph <aniesh_joseph@...>
Date: Tue Jul 1, 2008 10:43 am
Subject: salary range and opportunties in Bangalore or Chennai
aniesh_joseph
Send Email Send Email
 
Hi,

I have around 2.5 Years of experience in php-mysql development. Presently I am
working in cochin, Kerala.I would like to move to Chennai or Bangalore for
better job opportunities.

Can you suggest good companies in these places?  Also I would like to know the
salary range for php professional on these cities ?

thanks all




       Share files, take polls, and make new friends - all under one roof. Go to
http://in.promos.yahoo.com/groups/

[Non-text portions of this message have been removed]

#1098 From: "ganu ullu" <ganu.ullu@...>
Date: Wed Jul 2, 2008 5:27 am
Subject: Re: salary range and opportunties in Bangalore or Chennai
dave.ankur
Send Email Send Email
 
Hey,

you have asked a interesting question.

what is your definition of good company. ??

and for salary range, I know some guys those who are getting 8 L for 3 yr
exp with company size 50 only and 4 L for 3 yr exp. with company size 500+
with CMM 3 lavel and 5 L for 3 yr exp with CMMi 5 lavel.

There is no range for salary, it all depends on your knowledge, your
negotiation skills.
And most imp is for what purpose company is taking you, like for current
project and urgent, for future, for backup etc. ..

thnx.

On Tue, Jul 1, 2008 at 4:13 PM, aniesh joseph <aniesh_joseph@...>
wrote:

>   Hi,
>
> I have around 2.5 Years of experience in php-mysql development. Presently I
> am working in cochin, Kerala.I would like to move to Chennai or Bangalore
> for better job opportunities.
>
> Can you suggest good companies in these places?  Also I would like to know
> the salary range for php professional on these cities ?
>
> thanks all
>
> Share files, take polls, and make new friends - all under one roof. Go to
> http://in.promos.yahoo.com/groups/
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]

#1099 From: "Udayakumar Sarangapani" <udayakumar.sarangapani@...>
Date: Wed Jul 2, 2008 9:07 am
Subject: Re: salary range and opportunties in Bangalore or Chennai
udayakumar.sarangapani@...
Send Email Send Email
 
Hi Ganu Ullu,

On behalf of Aniesh Joseph, I thank you very much for your valuable reply.

Which company gives 8L salary for 3+ Yrs Exp?

I have 6.5 yrs exp and 4.5 yrs in PHP/MySQL only but i am getting only 4L.
Please tell me that company name.

Thanks in advance.

Regards,
Uday.

On Wed, Jul 2, 2008 at 10:57 AM, ganu ullu <ganu.ullu@...> wrote:

>   Hey,
>
> you have asked a interesting question.
>
> what is your definition of good company. ??
>
> and for salary range, I know some guys those who are getting 8 L for 3 yr
> exp with company size 50 only and 4 L for 3 yr exp. with company size 500+
> with CMM 3 lavel and 5 L for 3 yr exp with CMMi 5 lavel.
>
> There is no range for salary, it all depends on your knowledge, your
> negotiation skills.
> And most imp is for what purpose company is taking you, like for current
> project and urgent, for future, for backup etc. ..
>
> thnx.
>
> On Tue, Jul 1, 2008 at 4:13 PM, aniesh joseph
<aniesh_joseph@...<aniesh_joseph%40yahoo.co.in>
> >
> wrote:
>
>
> > Hi,
> >
> > I have around 2.5 Years of experience in php-mysql development. Presently
> I
> > am working in cochin, Kerala.I would like to move to Chennai or Bangalore
> > for better job opportunities.
> >
> > Can you suggest good companies in these places? Also I would like to know
> > the salary range for php professional on these cities ?
> >
> > thanks all
> >
> > Share files, take polls, and make new friends - all under one roof. Go to
> > http://in.promos.yahoo.com/groups/
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]

#1100 From: "ameeta" <ameeta.ps@...>
Date: Wed Jul 2, 2008 11:14 am
Subject: RE: salary range and opportunties in Bangalore or Chennai
ameeta_sokhi
Send Email Send Email
 
Hi,



A very interesting topic being discussed over here.. Ya I agree with Uday I
too have been in the industry for 6 years now, I did not find any such
company yet. But partly I agree Ganu ullu on its on how you negotiate and
how critical the need is at the companies end.J Keep writing good to hear.
Am too urgently looking for Senior Profile for Sr. PHP Developers but hmmmm
, Wish me luck guys hopefully I complete the task in the said deadline.





Regards

Ameeta  P.  Sokhi

Sr. HR Executive

Embitel/dmc Systems India Pvt.Ltd







From: bang-phpug@yahoogroups.com [mailto:bang-phpug@yahoogroups.com] On
Behalf Of Udayakumar Sarangapani
Sent: Wednesday, July 02, 2008 2:38 PM
To: bang-phpug@yahoogroups.com
Subject: Re: [bang-phpug] salary range and opportunties in Bangalore or
Chennai



Hi Ganu Ullu,

On behalf of Aniesh Joseph, I thank you very much for your valuable reply.

Which company gives 8L salary for 3+ Yrs Exp?

I have 6.5 yrs exp and 4.5 yrs in PHP/MySQL only but i am getting only 4L.
Please tell me that company name.

Thanks in advance.

Regards,
Uday.

On Wed, Jul 2, 2008 at 10:57 AM, ganu ullu <ganu.ullu@...
<mailto:ganu.ullu%40gmail.com> > wrote:

> Hey,
>
> you have asked a interesting question.
>
> what is your definition of good company. ??
>
> and for salary range, I know some guys those who are getting 8 L for 3 yr
> exp with company size 50 only and 4 L for 3 yr exp. with company size 500+
> with CMM 3 lavel and 5 L for 3 yr exp with CMMi 5 lavel.
>
> There is no range for salary, it all depends on your knowledge, your
> negotiation skills.
> And most imp is for what purpose company is taking you, like for current
> project and urgent, for future, for backup etc. ..
>
> thnx.
>
> On Tue, Jul 1, 2008 at 4:13 PM, aniesh joseph <aniesh_joseph@...
<mailto:aniesh_joseph%40yahoo.co.in> <aniesh_joseph%40yahoo.co.in>
> >
> wrote:
>
>
> > Hi,
> >
> > I have around 2.5 Years of experience in php-mysql development.
Presently
> I
> > am working in cochin, Kerala.I would like to move to Chennai or
Bangalore
> > for better job opportunities.
> >
> > Can you suggest good companies in these places? Also I would like to
know
> > the salary range for php professional on these cities ?
> >
> > thanks all
> >
> > Share files, take polls, and make new friends - all under one roof. Go
to
> > http://in.promos.yahoo.com/groups/
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
> [Non-text portions of this message have been removed]
>
>
>

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]

#1101 From: maq sood <maq005@...>
Date: Wed Jul 2, 2008 12:51 pm
Subject: Re: salary range and opportunties in Bangalore or Chennai
maq005
Send Email Send Email
 
Hey Folks,
There is nothing to get astonished about 8L !!
Yahoo! is one of the company which pays more than that...  AOL, Honeywell, HSBC
etc..
lemme add one more thing to Ganu's comment, your present ctc also matters...
Ameeta,
PHP is in demand these days you will have hard time to find php ppl. Well, best
of luck though ;)
 



----- Original Message ----
From: ameeta <ameeta.ps@...>
To: bang-phpug@yahoogroups.com
Sent: Wednesday, July 2, 2008 4:44:25 PM
Subject: RE: [bang-phpug] salary range and opportunties in Bangalore or Chennai


Hi,

A very interesting topic being discussed over here.. Ya I agree with Uday I
too have been in the industry for 6 years now, I did not find any such
company yet. But partly I agree Ganu ullu on its on how you negotiate and
how critical the need is at the companies end.J Keep writing good to hear.
Am too urgently looking for Senior Profile for Sr. PHP Developers but hmmmm
, Wish me luck guys hopefully I complete the task in the said deadline.

Regards

Ameeta P. Sokhi

Sr. HR Executive

Embitel/dmc Systems India Pvt.Ltd

From: bang-phpug@yahoogro ups.com [mailto:bang-phpug@yahoogro ups.com] On
Behalf Of Udayakumar Sarangapani
Sent: Wednesday, July 02, 2008 2:38 PM
To: bang-phpug@yahoogro ups.com
Subject: Re: [bang-phpug] salary range and opportunties in Bangalore or
Chennai

Hi Ganu Ullu,

On behalf of Aniesh Joseph, I thank you very much for your valuable reply.

Which company gives 8L salary for 3+ Yrs Exp?

I have 6.5 yrs exp and 4.5 yrs in PHP/MySQL only but i am getting only 4L.
Please tell me that company name.

Thanks in advance.

Regards,
Uday.

On Wed, Jul 2, 2008 at 10:57 AM, ganu ullu <ganu.ullu@gmail. com
<mailto:ganu. ullu%40gmail. com> > wrote:

> Hey,
>
> you have asked a interesting question.
>
> what is your definition of good company. ??
>
> and for salary range, I know some guys those who are getting 8 L for 3 yr
> exp with company size 50 only and 4 L for 3 yr exp. with company size 500+
> with CMM 3 lavel and 5 L for 3 yr exp with CMMi 5 lavel.
>
> There is no range for salary, it all depends on your knowledge, your
> negotiation skills.
> And most imp is for what purpose company is taking you, like for current
> project and urgent, for future, for backup etc. ..
>
> thnx.
>
> On Tue, Jul 1, 2008 at 4:13 PM, aniesh joseph <aniesh_joseph@ yahoo.co. in
<mailto:aniesh_ joseph%40yahoo. co.in> <aniesh_joseph% 40yahoo.co. in>
> >
> wrote:
>
>
> > Hi,
> >
> > I have around 2.5 Years of experience in php-mysql development.
Presently
> I
> > am working in cochin, Kerala.I would like to move to Chennai or
Bangalore
> > for better job opportunities.
> >
> > Can you suggest good companies in these places? Also I would like to
know
> > the salary range for php professional on these cities ?
> >
> > thanks all
> >
> > Share files, take polls, and make new friends - all under one roof. Go
to
> > http://in.promos. yahoo.com/ groups/
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
> [Non-text portions of this message have been removed]
>
>
>

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]






[Non-text portions of this message have been removed]

#1102 From: "Udayakumar Sarangapani" <udayakumar.sarangapani@...>
Date: Wed Jul 2, 2008 3:38 pm
Subject: Re: salary range and opportunties in Bangalore or Chennai
udayakumar.sarangapani@...
Send Email Send Email
 
I am waiting for Ganu Ullu's reply. Anyway, thanks to you Maq Sood for your
reply and information.

Thanks for your support Ameeta. Is there any vacancy in your concern embitel
for senior php developers? What would be the salary package that you provide
me if i am selected? I think that you would provide atleast 7L for senior
php developers having more than 6+ years of experience. *Right?*

On Wed, Jul 2, 2008 at 6:21 PM, maq sood <maq005@...> wrote:

>   Hey Folks,
> There is nothing to get astonished about 8L !!
> Yahoo! is one of the company which pays more than that...  AOL, Honeywell,
> HSBC etc..
> lemme add one more thing to Ganu's comment, your present ctc also
> matters...
> Ameeta,
> PHP is in demand these days you will have hard time to find php ppl. Well,
> best of luck though ;)
>
>
>
> ----- Original Message ----
> From: ameeta <ameeta.ps@... <ameeta.ps%40embitel.com>>
> To: bang-phpug@yahoogroups.com <bang-phpug%40yahoogroups.com>
> Sent: Wednesday, July 2, 2008 4:44:25 PM
> Subject: RE: [bang-phpug] salary range and opportunties in Bangalore or
> Chennai
>
> Hi,
>
> A very interesting topic being discussed over here.. Ya I agree with Uday I
> too have been in the industry for 6 years now, I did not find any such
> company yet. But partly I agree Ganu ullu on its on how you negotiate and
> how critical the need is at the companies end.J Keep writing good to hear.
> Am too urgently looking for Senior Profile for Sr. PHP Developers but hmmmm
> , Wish me luck guys hopefully I complete the task in the said deadline.
>
> Regards
>
> Ameeta P. Sokhi
>
> Sr. HR Executive
>
> Embitel/dmc Systems India Pvt.Ltd
>
> From: bang-phpug@yahoogro ups.com [mailto:bang-phpug@yahoogro ups.com] On
> Behalf Of Udayakumar Sarangapani
> Sent: Wednesday, July 02, 2008 2:38 PM
> To: bang-phpug@yahoogro ups.com
>
> Subject: Re: [bang-phpug] salary range and opportunties in Bangalore or
> Chennai
>
> Hi Ganu Ullu,
>
> On behalf of Aniesh Joseph, I thank you very much for your valuable reply.
>
> Which company gives 8L salary for 3+ Yrs Exp?
>
> I have 6.5 yrs exp and 4.5 yrs in PHP/MySQL only but i am getting only 4L.
> Please tell me that company name.
>
> Thanks in advance.
>
> Regards,
> Uday.
>
> On Wed, Jul 2, 2008 at 10:57 AM, ganu ullu <ganu.ullu@gmail. com
> <mailto:ganu. ullu%40gmail. com> > wrote:
>
> > Hey,
> >
> > you have asked a interesting question.
> >
> > what is your definition of good company. ??
> >
> > and for salary range, I know some guys those who are getting 8 L for 3 yr
> > exp with company size 50 only and 4 L for 3 yr exp. with company size
> 500+
> > with CMM 3 lavel and 5 L for 3 yr exp with CMMi 5 lavel.
> >
> > There is no range for salary, it all depends on your knowledge, your
> > negotiation skills.
> > And most imp is for what purpose company is taking you, like for current
> > project and urgent, for future, for backup etc. ..
> >
> > thnx.
> >
> > On Tue, Jul 1, 2008 at 4:13 PM, aniesh joseph <aniesh_joseph@ yahoo.co.
> in
> <mailto:aniesh_ joseph%40yahoo. co.in> <aniesh_joseph% 40yahoo.co. in>
> > >
> > wrote:
> >
> >
> > > Hi,
> > >
> > > I have around 2.5 Years of experience in php-mysql development.
> Presently
> > I
> > > am working in cochin, Kerala.I would like to move to Chennai or
> Bangalore
> > > for better job opportunities.
> > >
> > > Can you suggest good companies in these places? Also I would like to
> know
> > > the salary range for php professional on these cities ?
> > >
> > > thanks all
> > >
> > > Share files, take polls, and make new friends - all under one roof. Go
> to
> > > http://in.promos. yahoo.com/ groups/
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > >
> > >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
> [Non-text portions of this message have been removed]
>
> [Non-text portions of this message have been removed]
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]

#1103 From: "Harsha M V" <hmvrulz@...>
Date: Thu Jul 3, 2008 4:20 pm
Subject: Re: salary range and opportunties in Bangalore or Chennai
hmvgprs
Send Email Send Email
 
nice discussion... my college senior... he's freelancing n earning almost
15L/PA.

theres no limit.. all depends on risk u talk and knowledge u have.. how
shrewd u r to come up in life..
bring it on boys... its all hiding in there some where

On Wed, Jul 2, 2008 at 9:08 PM, Udayakumar Sarangapani <
udayakumar.sarangapani@...> wrote:

>   I am waiting for Ganu Ullu's reply. Anyway, thanks to you Maq Sood for
> your
> reply and information.
>
> Thanks for your support Ameeta. Is there any vacancy in your concern
> embitel
> for senior php developers? What would be the salary package that you
> provide
> me if i am selected? I think that you would provide atleast 7L for senior
> php developers having more than 6+ years of experience. *Right?*
>
>
> On Wed, Jul 2, 2008 at 6:21 PM, maq sood
<maq005@...<maq005%40yahoo.com>>
> wrote:
>
> > Hey Folks,
> > There is nothing to get astonished about 8L !!
> > Yahoo! is one of the company which pays more than that... AOL, Honeywell,
> > HSBC etc..
> > lemme add one more thing to Ganu's comment, your present ctc also
> > matters...
> > Ameeta,
> > PHP is in demand these days you will have hard time to find php ppl.
> Well,
> > best of luck though ;)
> >
> >
> >
> > ----- Original Message ----
> > From: ameeta <ameeta.ps@... <ameeta.ps%40embitel.com> <ameeta.ps
> %40embitel.com>>
> > To: bang-phpug@yahoogroups.com <bang-phpug%40yahoogroups.com><bang-phpug%
> 40yahoogroups.com>
> > Sent: Wednesday, July 2, 2008 4:44:25 PM
> > Subject: RE: [bang-phpug] salary range and opportunties in Bangalore or
> > Chennai
> >
> > Hi,
> >
> > A very interesting topic being discussed over here.. Ya I agree with Uday
> I
> > too have been in the industry for 6 years now, I did not find any such
> > company yet. But partly I agree Ganu ullu on its on how you negotiate and
> > how critical the need is at the companies end.J Keep writing good to
> hear.
> > Am too urgently looking for Senior Profile for Sr. PHP Developers but
> hmmmm
> > , Wish me luck guys hopefully I complete the task in the said deadline.
> >
> > Regards
> >
> > Ameeta P. Sokhi
> >
> > Sr. HR Executive
> >
> > Embitel/dmc Systems India Pvt.Ltd
> >
> > From: bang-phpug@yahoogro ups.com [mailto:bang-phpug@yahoogro ups.com]
> On
> > Behalf Of Udayakumar Sarangapani
> > Sent: Wednesday, July 02, 2008 2:38 PM
> > To: bang-phpug@yahoogro ups.com
> >
> > Subject: Re: [bang-phpug] salary range and opportunties in Bangalore or
> > Chennai
> >
> > Hi Ganu Ullu,
> >
> > On behalf of Aniesh Joseph, I thank you very much for your valuable
> reply.
> >
> > Which company gives 8L salary for 3+ Yrs Exp?
> >
> > I have 6.5 yrs exp and 4.5 yrs in PHP/MySQL only but i am getting only
> 4L.
> > Please tell me that company name.
> >
> > Thanks in advance.
> >
> > Regards,
> > Uday.
> >
> > On Wed, Jul 2, 2008 at 10:57 AM, ganu ullu <ganu.ullu@gmail. com
> > <mailto:ganu. ullu%40gmail. com> > wrote:
> >
> > > Hey,
> > >
> > > you have asked a interesting question.
> > >
> > > what is your definition of good company. ??
> > >
> > > and for salary range, I know some guys those who are getting 8 L for 3
> yr
> > > exp with company size 50 only and 4 L for 3 yr exp. with company size
> > 500+
> > > with CMM 3 lavel and 5 L for 3 yr exp with CMMi 5 lavel.
> > >
> > > There is no range for salary, it all depends on your knowledge, your
> > > negotiation skills.
> > > And most imp is for what purpose company is taking you, like for
> current
> > > project and urgent, for future, for backup etc. ..
> > >
> > > thnx.
> > >
> > > On Tue, Jul 1, 2008 at 4:13 PM, aniesh joseph <aniesh_joseph@ yahoo.co
> .
> > in
> > <mailto:aniesh_ joseph%40yahoo. co.in> <aniesh_joseph% 40yahoo.co. in>
> > > >
> > > wrote:
> > >
> > >
> > > > Hi,
> > > >
> > > > I have around 2.5 Years of experience in php-mysql development.
> > Presently
> > > I
> > > > am working in cochin, Kerala.I would like to move to Chennai or
> > Bangalore
> > > > for better job opportunities.
> > > >
> > > > Can you suggest good companies in these places? Also I would like to
> > know
> > > > the salary range for php professional on these cities ?
> > > >
> > > > thanks all
> > > >
> > > > Share files, take polls, and make new friends - all under one roof.
> Go
> > to
> > > > http://in.promos. yahoo.com/ groups/
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > > >
> > > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > >
> > >
> >
> > [Non-text portions of this message have been removed]
> >
> > [Non-text portions of this message have been removed]
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
> [Non-text portions of this message have been removed]
>
>
>



--
Harsha M V
{http://hmv.co.in}


[Non-text portions of this message have been removed]

#1104 From: menon premja <premjamenon@...>
Date: Sat Jul 5, 2008 8:14 am
Subject: Can not connect to mysql database
premjamenon
Send Email Send Email
 
hi,
i am beginner in PHP. just installed PHP and MySql. I tried to connect to the
database using mysql_connect.but when i run this file i am getting 'page can not
be displayed'.
I am able to display a php page with out database connection details. Also I am
able to connect to MYSql from command prompt,
please help me
 -premja


       Forgot the famous last words? Access your message archive online at
http://in.messenger.yahoo.com/webmessengerpromo.php

[Non-text portions of this message have been removed]

#1105 From: Hemanth <mvhemanth@...>
Date: Sat Jul 5, 2008 8:36 am
Subject: Re: Can not connect to mysql database
mvhemanth
Send Email Send Email
 
what is the code you are using ?

Hemanth
--
Advertise anything FREE on Google website http://www.ValueAds.Biz or BOX AD
at just Rs.550 per month (Limited time offer)
Call (+91) 9844125556 Bangalore, India.

On Sat, Jul 5, 2008 at 1:44 PM, menon premja <premjamenon@...> wrote:

> hi,
> i am beginner in PHP. just installed PHP and MySql. I tried to connect to
> the database using mysql_connect.but when i run this file i am getting 'page
> can not be displayed'.
> I am able to display a php page with out database connection details. Also
> I am able to connect to MYSql from command prompt,
> please help me
>  -premja
>


[Non-text portions of this message have been removed]

#1106 From: "Chidanand Byahatti" <chidanandmba@...>
Date: Sat Jul 5, 2008 9:12 am
Subject: Re: Can not connect to mysql database
chidanandgb_...
Send Email Send Email
 
Hi Premja,

You are required to make some changes to Php.ini file, it's better,you
uninstall the php and mysql download the latest version of  XAMPP from the
link below and use it as per your requirements:

Link : XAMPP Download Click
here<http://jaist.dl.sourceforge.net/sourceforge/xampp/xampp-win32-1.6.6a.exe>




On Sat, Jul 5, 2008 at 1:44 PM, menon premja <premjamenon@...> wrote:

>   hi,
> i am beginner in PHP. just installed PHP and MySql. I tried to connect to
> the database using mysql_connect.but when i run this file i am getting 'page
> can not be displayed'.
> I am able to display a php page with out database connection details. Also
> I am able to connect to MYSql from command prompt,
> please help me
>  -premja
> _._,_.___
>
>
>


--
Chidanand. G. B
+91-98456-51235


[Non-text portions of this message have been removed]

Messages 1077 - 1106 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