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: 1018
  • 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 1807 - 1836 of 1869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#1807 From: Harsha M V <hmvrulz@...>
Date: Tue Mar 6, 2012 10:12 am
Subject: Re: help me to increase php memory in php.ini
hmvgprs
Send Email Send Email
 
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

On Tue, Mar 6, 2012 at 3:16 PM, imran.javed1@... <
imran.javed1@...> wrote:

> **
>
>
> I need your help to find php.ini on my linux based hosting web server.
>
> i need to increase php memory.
>
> Regards,
>
> Imran Javed
>
>
>



--
Harsha M V

http://harshamv.com/
http://variable3.com/


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

#1808 From: Sudheer Satyanarayana <sudheer@...>
Date: Tue Mar 6, 2012 10:03 am
Subject: Re: help me to increase php memory in php.ini
sudheer_boss
Send Email Send Email
 
On Tuesday 06 March 2012 03:16 PM, imran.javed1@... wrote:
>
> I need your help to find php.ini on my linux based hosting web server.
>
> i need to increase php memory.
>
Javed,

Usually hosting providers do not allow the users to change the
memory_limit in php.ini. It is best to check with your hosting
provider's technical support.

If you have the root privileges on the server, usually it is located in
/etc. ie, you can simply edit /etc/php.ini.


--

With warm regards,
Sudheer. S
Gavika - http://www.gavika.com
Personal home page - http://www.sudheer.net/about
Tech Chorus - http://www.techchorus.net



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

#1809 From: Abdul Munim Kazia <munim2020@...>
Date: Tue Mar 6, 2012 9:56 am
Subject: Re: help me to increase php memory in php.ini
munim_2020
Send Email Send Email
 
running phpinfo() usually lists all the details of the php configuration,
  including the location of php.ini.

Just make a php file which just executes phpinfo() and run in from a
browser.


Abdul Munim Kazia
mail@...


On 6 March 2012 15:16, imran.javed1@... <imran.javed1@...>wrote:

> **
>
>
> I need your help to find php.ini on my linux based hosting web server.
>
> i need to increase php memory.
>
> Regards,
>
> Imran Javed
>
>
>


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

#1810 From: "imran.javed1@..." <imran.javed1@...>
Date: Tue Mar 6, 2012 10:49 am
Subject: Re: help me to increase php memory in php.ini
imran.javed1...
Send Email Send Email
 
Thank you much for knowledge sharing. It really worked.




--- In bang-phpug@yahoogroups.com, Harsha M V <hmvrulz@...> wrote:
>
> http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
>
> On Tue, Mar 6, 2012 at 3:16 PM, imran.javed1@... <
> imran.javed1@...> wrote:
>
> > **
> >
> >
> > I need your help to find php.ini on my linux based hosting web server.
> >
> > i need to increase php memory.
> >
> > Regards,
> >
> > Imran Javed
> >
> >
> >
>
>
>
> --
> Harsha M V
>
> http://harshamv.com/
> http://variable3.com/
>
>
> [Non-text portions of this message have been removed]
>

#1811 From: "imran.javed1@..." <imran.javed1@...>
Date: Tue Mar 6, 2012 10:50 am
Subject: Re: Include .php file error.
imran.javed1...
Send Email Send Email
 
you please elaborate your problem.

regards,
IMran

--- In bang-phpug@yahoogroups.com, "Vidit" <viditkothari@...> wrote:
>
> I'M A BEGINNER.
>
> Including a .php file works perfect on the internet (host machine), but it
doesn't in my local (latest) wampserver. :(
>
> I've used a php file for my navigation list.
>

#1812 From: "imran.javed1@..." <imran.javed1@...>
Date: Wed Mar 7, 2012 10:17 am
Subject: how to get to know about memoy limit in php.ini on a web server.
imran.javed1...
Send Email Send Email
 
Hello everyone,


How to get to know what value has been set on our web server for php.ini
memory_limit?

Thanks in Advance.

Regards,

Imran Javed

#1813 From: Chaitanya Yanamadala <dr.virus.india@...>
Date: Wed Mar 7, 2012 10:44 am
Subject: Re: how to get to know about memoy limit in php.ini on a web server.
chaitu_09986...
Send Email Send Email
 
write a simple file in your document root folder like this

*<?php*
*      phpinfo();*
*?>*
*
*
Open it in the browser using the url of the file.This will show you all the
details that are in the php.ini file

*Chaitanya*
+917829409909
*http://drvirusindia.com*
*http://li8teesko.com
*



On Wed, Mar 7, 2012 at 3:47 PM, imran.javed1@... <
imran.javed1@...> wrote:

> **
>
>
> Hello everyone,
>
> How to get to know what value has been set on our web server for php.ini
> memory_limit?
>
> Thanks in Advance.
>
> Regards,
>
> Imran Javed
>
>
>


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

#1814 From: "Zubin Saigal" <zubin@...>
Date: Wed Mar 7, 2012 10:58 am
Subject: RE: [SPAM] how to get to know about memoy limit in php.ini on a web server.
zubinsaigal
Send Email Send Email
 
Create a phpinfo.php file with the following content and open the page in
your browser to see all details



<?

phpinfo();

?>



Cheers,

Zubin Saigal

www.nettigritty.com





From: bang-phpug@yahoogroups.com [mailto:bang-phpug@yahoogroups.com] On
Behalf Of imran.javed1@...
Sent: Wednesday, March 07, 2012 3:47 PM
To: bang-phpug@yahoogroups.com
Subject: [SPAM] [bang-phpug] how to get to know about memoy limit in php.ini
on a web server.





Hello everyone,

How to get to know what value has been set on our web server for php.ini
memory_limit?

Thanks in Advance.

Regards,

Imran Javed





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

#1815 From: "imran.javed1@..." <imran.javed1@...>
Date: Fri Mar 9, 2012 11:48 am
Subject: Thesis Theme with Smart Skin content and sidebar is missing on some pages.
imran.javed1...
Send Email Send Email
 
Hello To All Group Fellows,

I need some help on Wordpress -> Thesis Theme -> Smart Skin.


I am using Thesis Theme 's Skin named Smart for a Wordpress Blog.

My problem is I want to show my page 's content and its Sidebar on every page of
the Blog.

right now , I can not see the sidebar of a page and content is missing on other
page. You may please visit this to know better about my problem.

Link:

http://biztec.com.pk/php_projects/intelligo/?page_id=6


Looking forward to your solution on this problem.

Regards,

Imran Javed

#1816 From: "imran.javed1@..." <imran.javed1@...>
Date: Mon Mar 12, 2012 4:46 am
Subject: Which CMS is the best amongst Drupal, Joomla, Wordpress.
imran.javed1...
Send Email Send Email
 
Hello everyone,


If I want to select a best CMS amongst Drupal, Joomla, Wordpress which one you
suggest, is the best CMS.


Regards,

imran

#1817 From: Mayank chandan <mayank.chandan@...>
Date: Mon Mar 12, 2012 6:51 am
Subject: Re: Which CMS is the best amongst Drupal, Joomla, Wordpress.
flammingangel11
Send Email Send Email
 
It actually depends on your project requirement.

Regards,
Mayank Chandan


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

#1818 From: Dhiraj Patra <dhiraj.patra@...>
Date: Mon Mar 12, 2012 6:55 am
Subject: Re: Which CMS is the best amongst Drupal, Joomla, Wordpress.
dhiraj.patra
Send Email Send Email
 
Hi,

It is based on your requirements.

If you need bigger and complex CMS based site then you should go for Drupal.

But if you need only CMS based site without any complexity you can go for
Joomla.

And for blogging and new type of site you can go for Wordpress.

--
Thanks and Regards -

*Dhiraj Patra*

Google+ <https://plus.google.com/u/0/117305352517568057882/posts>
FaceBook <http://www.facebook.com/dhiraj.patra>
LinkedIn <http://in.linkedin.com/in/dhirajpatra>


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

#1819 From: Sridharan Balasubramanian <sridharkalaibala@...>
Date: Mon Mar 12, 2012 6:58 am
Subject: Re: Which CMS is the best amongst Drupal, Joomla, Wordpress.
sridharkalai...
Send Email Send Email
 
Hi,

what kind of application you going to develop.

Example its community based or corporate website ??

Based on that you can choose CMS.

Thanks,
Sridhar.

On Mon, Mar 12, 2012 at 10:16 AM, imran.javed1@... <
imran.javed1@...> wrote:

> **
>
>
> Hello everyone,
>
> If I want to select a best CMS amongst Drupal, Joomla, Wordpress which one
> you suggest, is the best CMS.
>
> Regards,
>
> imran
>
>
>


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

#1820 From: Hari K T <kthari85@...>
Date: Mon Mar 12, 2012 7:13 am
Subject: Re: Which CMS is the best amongst Drupal, Joomla, Wordpress.
kthari85
Send Email Send Email
 
Hi Imran ,

It depends on what you want to build .

For eg : A blog and some pages .

Go for : Wordpress

A forum, blog, pages and more content types : go for Drupal .

On Mon, Mar 12, 2012 at 10:16 AM, imran.javed1@... <
imran.javed1@...> wrote:

> **
>
>
> Hello everyone,
>
> If I want to select a best CMS amongst Drupal, Joomla, Wordpress which one
> you suggest, is the best CMS.
>
> Regards,
>
> imran
>
>
>


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

#1821 From: vijaya lakshmi <vijayalakshmi6jun@...>
Date: Fri Mar 23, 2012 12:59 pm
Subject: search in alphabetical order
vijayalakshm...
Send Email Send Email
 
hi,

Please guide me on how to code to search elements from database
in alphabetical order.

If we click on A all items starting from A get displayed.

--
Thanks & Regards
VijayalakshmiPrasanna


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

#1822 From: Sudheer Satyanarayana <sudheer.s@...>
Date: Fri Mar 23, 2012 1:22 pm
Subject: Re: search in alphabetical order
sudheer_boss
Send Email Send Email
 
On Friday 23 March 2012 06:29 PM, vijaya lakshmi wrote:
>
> hi,
>
> Please guide me on how to code to search elements from database
> in alphabetical order.
>
> If we click on A all items starting from A get displayed.
>
The answer is in your question. :)

When you click on A, make a query such that it retrieves elements from
database that start with A.

Okay, let's break the problem down into pieces.
1. Make 26 links labeled A through Z. In the generated URL, have a GET
parameter to indicate the label. For example:
example.com/mypage?selected_alphabet=D
2. Use the selected alphabet in your query.
"SELECT my_column FROM my_table WHERE my_search_column LIKE '?%'",
$_GET['selected_alphabet']
3. Print the returned result.

You will have to think through the steps. Key points you have to
consider are:
1. How to retrieve the information from the database given an alphabet.
2. How to generate the alphabet links. There are many styles of doing
it. Decide yours.
3. How to put it all together.


--

With warm regards,
Sudheer. S
Gavika - http://www.gavika.com
Personal home page - http://www.sudheer.net/about
Tech Chorus - http://www.techchorus.net



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

#1823 From: Madamchetanji Sundari <madamchetanji@...>
Date: Sat Mar 24, 2012 7:47 am
Subject: Re: search in alphabetical order
madamchetanji
Send Email Send Email
 
thanks .  you will be informed in detail about your query please .  thanks
and regards .  have a nice day .

On Fri, Mar 23, 2012 at 6:52 PM, Sudheer Satyanarayana <
sudheer.s@...> wrote:

> **
>
>
> On Friday 23 March 2012 06:29 PM, vijaya lakshmi wrote:
> >
> > hi,
> >
> > Please guide me on how to code to search elements from database
> > in alphabetical order.
> >
> > If we click on A all items starting from A get displayed.
> >
> The answer is in your question. :)
>
> When you click on A, make a query such that it retrieves elements from
> database that start with A.
>
> Okay, let's break the problem down into pieces.
> 1. Make 26 links labeled A through Z. In the generated URL, have a GET
> parameter to indicate the label. For example:
> example.com/mypage?selected_alphabet=D
> 2. Use the selected alphabet in your query.
> "SELECT my_column FROM my_table WHERE my_search_column LIKE '?%'",
> $_GET['selected_alphabet']
> 3. Print the returned result.
>
> You will have to think through the steps. Key points you have to
> consider are:
> 1. How to retrieve the information from the database given an alphabet.
> 2. How to generate the alphabet links. There are many styles of doing
> it. Decide yours.
> 3. How to put it all together.
>
> --
>
> With warm regards,
> Sudheer. S
> Gavika - http://www.gavika.com
> Personal home page - http://www.sudheer.net/about
> Tech Chorus - http://www.techchorus.net
>
>
> [Non-text portions of this message have been removed]
>
>
>


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

#1824 From: George Kharmujai <gskharmujai@...>
Date: Mon Mar 12, 2012 8:11 am
Subject: Re: Which CMS is the best amongst Drupal, Joomla, Wordpress.
gskharmujai
Send Email Send Email
 
Regarding Drupal,

i feel it's got a steep learning curve so u can go for wordpress. But
code security and feature wise...Drupal is best.

On Monday 12 March 2012 12:43 PM, Hari K T wrote:
>
> Hi Imran ,
>
> It depends on what you want to build .
>
> For eg : A blog and some pages .
>
> Go for : Wordpress
>
> A forum, blog, pages and more content types : go for Drupal .
>
> On Mon, Mar 12, 2012 at 10:16 AM, imran.javed1@...
> <mailto:imran.javed1%40ymail.com> <
> imran.javed1@... <mailto:imran.javed1%40hotmail.com>> wrote:
>
> > **
> >
> >
> > Hello everyone,
> >
> > If I want to select a best CMS amongst Drupal, Joomla, Wordpress
> which one
> > you suggest, is the best CMS.
> >
> > Regards,
> >
> > imran
> >
> >
> >
>
> [Non-text portions of this message have been removed]
>
>



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

#1825 From: "rajeevphp2011" <rajeevphp2011@...>
Date: Thu Apr 5, 2012 4:59 am
Subject: Re: Which CMS is the best amongst Drupal, Joomla, Wordpress.
rajeevphp2011
Send Email Send Email
 
WordPress for blog

#1826 From: Madhusudhan G Revankar <sudhansagar@...>
Date: Thu Apr 5, 2012 3:30 pm
Subject: Re: Re: Which CMS is the best amongst Drupal, Joomla, Wordpress.
sudhansagar
Send Email Send Email
 
Hi All,

I am Using Drupal 7 and stuck in a issue where i have to target interlinks
for quicktabs.The interlinks which i have used in content for every
quicktabs and i have to target the linked content page to same tab where it
is present.Here i am not able to use with target="_self" .


How can i resolve this problem?



On Thu, Apr 5, 2012 at 10:29 AM, rajeevphp2011 <rajeevphp2011@...>wrote:

> **
>
>
> WordPress for blog
>
>
>



--
Thanks & Regards
Madhusudhan

Forge_Yourself_with_Clouds <https://www.facebook.com/sudhansagar>


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

#1827 From: Madhusudhan G Revankar <sudhansagar@...>
Date: Fri Apr 6, 2012 3:54 pm
Subject: Re: Re: Which CMS is the best amongst Drupal, Joomla, Wordpress.
sudhansagar
Send Email Send Email
 
I got the issue solved by cloning it using panels for pages,creating new
node,is it a better option to use it? is there any other technique's for it?

On Thu, Apr 5, 2012 at 9:00 PM, Madhusudhan G Revankar <
sudhansagar@...> wrote:

> Hi All,
>
> I am Using Drupal 7 and stuck in a issue where i have to target interlinks
> for quicktabs.The interlinks which i have used in content for every
> quicktabs and i have to target the linked content page to same tab where it
> is present.Here i am not able to use with target="_self" .
>
>
> How can i resolve this problem?
>
>
>
>
> On Thu, Apr 5, 2012 at 10:29 AM, rajeevphp2011 <rajeevphp2011@...>wrote:
>
>> **
>>
>>
>> WordPress for blog
>>
>>
>>
>
>
>
> --
> Thanks & Regards
> Madhusudhan
>
> Forge_Yourself_with_Clouds <https://www.facebook.com/sudhansagar>
>



--
Thanks & Regards
Madhusudhan

Forge_Yourself_with_Clouds <https://www.facebook.com/sudhansagar>


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

#1828 From: "imran.javed1@..." <imran.javed1@...>
Date: Mon Apr 9, 2012 2:19 pm
Subject: Wordpress database is connected on Local Pc but Does not Connects on Web Server.
imran.javed1...
Send Email Send Email
 
Hello guys,


Hope you will all be fine.


Today, I am experiencing an extremely strange problem with WordPress database
connectivity.

I have done a small project in WordPress, That is awesome on local PC. But as I
uploaded that project on my client web server It gives me an Error "Cannot
Connect Database". It is usually appears when one of four parameter is missed or
wrong. Those four parameters are as follow:

1 Database Name:
2 Database UserName:
3 Database Password:
4 Host


I have defined appropriate credentials into wp-config.php file. But I am still
facing this error.
Please anyone of you, who had faced same situation and got the solution. Please
suggest me the way out.


I will be grateful,

Best regards,

Imran Javed

#1829 From: Abdul Munim Kazia <munim2020@...>
Date: Mon Apr 9, 2012 3:10 pm
Subject: Re: Wordpress database is connected on Local Pc but Does not Connects on Web Server.
munim_2020
Send Email Send Email
 
Have you hosted the database on an online database server, and changed
the database connection settings in wp-config.php?
Try to connect to the online database using the MySQL command line and
see if it connects.

On 09-Apr-12 7:49 PM, imran.javed1@... wrote:
>
> Hello guys,
>
> Hope you will all be fine.
>
> Today, I am experiencing an extremely strange problem with WordPress
> database connectivity.
>
> I have done a small project in WordPress, That is awesome on local PC.
> But as I uploaded that project on my client web server It gives me an
> Error "Cannot Connect Database". It is usually appears when one of
> four parameter is missed or wrong. Those four parameters are as follow:
>
> 1 Database Name:
> 2 Database UserName:
> 3 Database Password:
> 4 Host
>
> I have defined appropriate credentials into wp-config.php file. But I
> am still facing this error.
> Please anyone of you, who had faced same situation and got the
> solution. Please suggest me the way out.
>
> I will be grateful,
>
> Best regards,
>
> Imran Javed
>
>



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

#1830 From: "imran.javed1@..." <imran.javed1@...>
Date: Mon Apr 9, 2012 3:57 pm
Subject: Re: Wordpress database is connected on Local Pc but Does not Connects on Web Server.
imran.javed1...
Send Email Send Email
 
Thank you for reply, yes. I did upload it online and double check the
credentials. I did not check it with MySql command line. As you can see , I am
talking about WordPress Database Connectivity.

I did not ever tried to connect the database through MySql Command line. If you
please help to do that I will grateful to you.


Regards,

Imran



--- In bang-phpug@yahoogroups.com, Abdul Munim Kazia <munim2020@...> wrote:
>
> Have you hosted the database on an online database server, and changed
> the database connection settings in wp-config.php?
> Try to connect to the online database using the MySQL command line and
> see if it connects.
>
> On 09-Apr-12 7:49 PM, imran.javed1@... wrote:
> >
> > Hello guys,
> >
> > Hope you will all be fine.
> >
> > Today, I am experiencing an extremely strange problem with WordPress
> > database connectivity.
> >
> > I have done a small project in WordPress, That is awesome on local PC.
> > But as I uploaded that project on my client web server It gives me an
> > Error "Cannot Connect Database". It is usually appears when one of
> > four parameter is missed or wrong. Those four parameters are as follow:
> >
> > 1 Database Name:
> > 2 Database UserName:
> > 3 Database Password:
> > 4 Host
> >
> > I have defined appropriate credentials into wp-config.php file. But I
> > am still facing this error.
> > Please anyone of you, who had faced same situation and got the
> > solution. Please suggest me the way out.
> >
> > I will be grateful,
> >
> > Best regards,
> >
> > Imran Javed
> >
> >
>
>
>
> [Non-text portions of this message have been removed]
>

#1831 From: "imran.javed1@..." <imran.javed1@...>
Date: Mon Apr 9, 2012 3:58 pm
Subject: Re: Wordpress database is connected on Local Pc but Does not Connects on Web Server.
imran.javed1...
Send Email Send Email
 
May I have your Skype id.

imran.javed11 is my Skype id.

Regards,

Imran

--- In bang-phpug@yahoogroups.com, Abdul Munim Kazia <munim2020@...> wrote:
>
> Have you hosted the database on an online database server, and changed
> the database connection settings in wp-config.php?
> Try to connect to the online database using the MySQL command line and
> see if it connects.
>
> On 09-Apr-12 7:49 PM, imran.javed1@... wrote:
> >
> > Hello guys,
> >
> > Hope you will all be fine.
> >
> > Today, I am experiencing an extremely strange problem with WordPress
> > database connectivity.
> >
> > I have done a small project in WordPress, That is awesome on local PC.
> > But as I uploaded that project on my client web server It gives me an
> > Error "Cannot Connect Database". It is usually appears when one of
> > four parameter is missed or wrong. Those four parameters are as follow:
> >
> > 1 Database Name:
> > 2 Database UserName:
> > 3 Database Password:
> > 4 Host
> >
> > I have defined appropriate credentials into wp-config.php file. But I
> > am still facing this error.
> > Please anyone of you, who had faced same situation and got the
> > solution. Please suggest me the way out.
> >
> > I will be grateful,
> >
> > Best regards,
> >
> > Imran Javed
> >
> >
>
>
>
> [Non-text portions of this message have been removed]
>

#1832 From: "Zubin Saigal" <zubin@...>
Date: Mon Apr 9, 2012 4:35 pm
Subject: RE: Re: Wordpress database is connected on Local Pc but Does not Connects on Web Server.
zubinsaigal
Send Email Send Email
 
Would be a good idea to check with your hosting company.



From: bang-phpug@yahoogroups.com [mailto:bang-phpug@yahoogroups.com] On
Behalf Of imran.javed1@...
Sent: 09 April 2012 21:29
To: bang-phpug@yahoogroups.com
Subject: [bang-phpug] Re: Wordpress database is connected on Local Pc but
Does not Connects on Web Server.





May I have your Skype id.

imran.javed11 is my Skype id.

Regards,

Imran

--- In bang-phpug@yahoogroups.com <mailto:bang-phpug%40yahoogroups.com> ,
Abdul Munim Kazia <munim2020@...> wrote:
>
> Have you hosted the database on an online database server, and changed
> the database connection settings in wp-config.php?
> Try to connect to the online database using the MySQL command line and
> see if it connects.
>
> On 09-Apr-12 7:49 PM, imran.javed1@... wrote:
> >
> > Hello guys,
> >
> > Hope you will all be fine.
> >
> > Today, I am experiencing an extremely strange problem with WordPress
> > database connectivity.
> >
> > I have done a small project in WordPress, That is awesome on local PC.
> > But as I uploaded that project on my client web server It gives me an
> > Error "Cannot Connect Database". It is usually appears when one of
> > four parameter is missed or wrong. Those four parameters are as follow:
> >
> > 1 Database Name:
> > 2 Database UserName:
> > 3 Database Password:
> > 4 Host
> >
> > I have defined appropriate credentials into wp-config.php file. But I
> > am still facing this error.
> > Please anyone of you, who had faced same situation and got the
> > solution. Please suggest me the way out.
> >
> > I will be grateful,
> >
> > Best regards,
> >
> > Imran Javed
> >
> >
>
>
>
> [Non-text portions of this message have been removed]
>





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

#1833 From: Rahul Prasad <rahul.pache@...>
Date: Sat Apr 14, 2012 8:46 pm
Subject: Re: Re: Wordpress database is connected on Local Pc but Does not Connects on Web Server.
rahul.pache
Send Email Send Email
 
Dont forget to inform what was the problem once you manage to fix it. [?]


Regards,
Rahul Prasad
---------------------------------------------------------
Web: www.rahulprasad.com
Mo: +91 94800 53560
Blog: www.blog.rahulprasad.com



On Mon, Apr 9, 2012 at 10:05 PM, Zubin Saigal <zubin@...> wrote:

> **
>
>
> Would be a good idea to check with your hosting company.
>
> From: bang-phpug@yahoogroups.com [mailto:bang-phpug@yahoogroups.com] On
> Behalf Of imran.javed1@...
> Sent: 09 April 2012 21:29
> To: bang-phpug@yahoogroups.com
> Subject: [bang-phpug] Re: Wordpress database is connected on Local Pc but
> Does not Connects on Web Server.
>
>
> May I have your Skype id.
>
> imran.javed11 is my Skype id.
>
> Regards,
>
> Imran
>
> --- In bang-phpug@yahoogroups.com <mailto:bang-phpug%40yahoogroups.com> ,
>
> Abdul Munim Kazia <munim2020@...> wrote:
> >
> > Have you hosted the database on an online database server, and changed
> > the database connection settings in wp-config.php?
> > Try to connect to the online database using the MySQL command line and
> > see if it connects.
> >
> > On 09-Apr-12 7:49 PM, imran.javed1@... wrote:
> > >
> > > Hello guys,
> > >
> > > Hope you will all be fine.
> > >
> > > Today, I am experiencing an extremely strange problem with WordPress
> > > database connectivity.
> > >
> > > I have done a small project in WordPress, That is awesome on local PC.
> > > But as I uploaded that project on my client web server It gives me an
> > > Error "Cannot Connect Database". It is usually appears when one of
> > > four parameter is missed or wrong. Those four parameters are as follow:
> > >
> > > 1 Database Name:
> > > 2 Database UserName:
> > > 3 Database Password:
> > > 4 Host
> > >
> > > I have defined appropriate credentials into wp-config.php file. But I
> > > am still facing this error.
> > > Please anyone of you, who had faced same situation and got the
> > > solution. Please suggest me the way out.
> > >
> > > I will be grateful,
> > >
> > > Best regards,
> > >
> > > Imran Javed
> > >
> > >
> >
> >
> >
> > [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]

#1834 From: "imran.javed1@..." <imran.javed1@...>
Date: Mon Apr 16, 2012 5:09 am
Subject: Re: Wordpress database is connected on Local Pc but Does not Connects on Web Server.
imran.javed1...
Send Email Send Email
 
Thank you Rahul for taking interest in my query.


Actually, everything parameter was defined appropriately for wp-config.php but I
could not understand why the error was displaying.

I could not find any solution for that error.

Thanks,

Imrran





--- In bang-phpug@yahoogroups.com, Rahul Prasad <rahul.pache@...> wrote:
>
> Dont forget to inform what was the problem once you manage to fix it. [?]
>
>
> Regards,
> Rahul Prasad
> ---------------------------------------------------------
> Web: www.rahulprasad.com
> Mo: +91 94800 53560
> Blog: www.blog.rahulprasad.com
>
>
>
> On Mon, Apr 9, 2012 at 10:05 PM, Zubin Saigal <zubin@...> wrote:
>
> > **
> >
> >
> > Would be a good idea to check with your hosting company.
> >
> > From: bang-phpug@yahoogroups.com [mailto:bang-phpug@yahoogroups.com] On
> > Behalf Of imran.javed1@...
> > Sent: 09 April 2012 21:29
> > To: bang-phpug@yahoogroups.com
> > Subject: [bang-phpug] Re: Wordpress database is connected on Local Pc but
> > Does not Connects on Web Server.
> >
> >
> > May I have your Skype id.
> >
> > imran.javed11 is my Skype id.
> >
> > Regards,
> >
> > Imran
> >
> > --- In bang-phpug@yahoogroups.com <mailto:bang-phpug%40yahoogroups.com> ,
> >
> > Abdul Munim Kazia <munim2020@> wrote:
> > >
> > > Have you hosted the database on an online database server, and changed
> > > the database connection settings in wp-config.php?
> > > Try to connect to the online database using the MySQL command line and
> > > see if it connects.
> > >
> > > On 09-Apr-12 7:49 PM, imran.javed1@ wrote:
> > > >
> > > > Hello guys,
> > > >
> > > > Hope you will all be fine.
> > > >
> > > > Today, I am experiencing an extremely strange problem with WordPress
> > > > database connectivity.
> > > >
> > > > I have done a small project in WordPress, That is awesome on local PC.
> > > > But as I uploaded that project on my client web server It gives me an
> > > > Error "Cannot Connect Database". It is usually appears when one of
> > > > four parameter is missed or wrong. Those four parameters are as follow:
> > > >
> > > > 1 Database Name:
> > > > 2 Database UserName:
> > > > 3 Database Password:
> > > > 4 Host
> > > >
> > > > I have defined appropriate credentials into wp-config.php file. But I
> > > > am still facing this error.
> > > > Please anyone of you, who had faced same situation and got the
> > > > solution. Please suggest me the way out.
> > > >
> > > > I will be grateful,
> > > >
> > > > Best regards,
> > > >
> > > > Imran Javed
> > > >
> > > >
> > >
> > >
> > >
> > > [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]
>

#1835 From: "Vivek Rp" <vivek.oxitech@...>
Date: Fri Apr 27, 2012 2:23 am
Subject: [Event] UpStart Series 2: Arpil 28th, 2012 @ Yahoo! EGL, 10:30 am to 1:30 pm
vivek_patil32
Send Email Send Email
 
Hello,

On 28th April Evnts Corp bringing you second event of "Upstart Series"
for Startups. The session will be on "What mistakes should startups
avoid".

Date & Time: Saturday, 28 April 2012, 10:30 AM until 1:30 PM

Venue: Yahoo, EGL Business Park, Intermediate Ring Road Bangalore,
560071

Limited Seats. Hurry Up, Register now here: http://upstart2.ayojak.com
<http://upstart2.ayojak.com>

UpStart Series :
A series of curated events for Startups. 3 Hour Session, 3 Speakers (30
Mins Each), Panel Discussion (40 Mins) and Networking.

Topic : Mistakes Startups Should Avoid.

Speakers :
1) Mukund Mohan, Founder CEO - Jivity
2) Shradha Sharma, Founder CEO - YourStory.in
3) Shweta Thakur, Founder of Graffiti Collaborative

Fail Fast and Learn faster!

Paul Graham says, In a sense theres just one mistake that kills
startups: not making something users want.


In the entrepreneurial spirit of "under-promise and over-deliver,
startups hasten and often take wrong steps. Mistakes are a part of
startup! The mantra is to learn from them and rise out of your ashes!
Then there are hardly any mistakes that can't be fixed down the
road. Start-ups grow around the strengths and weaknesses. So theres a
lot to know, and you cannot learn it all from reading. Good judgment
comes from experience; experience comes from bad judgment. Hear from the
startup honchos on how to avoid, amend and learn from mistakes.

RSVP on Facebook: https://www.facebook.com/events/342503769147197/
<https://www.facebook.com/events/342503769147197/>

More info about our last event of UpStart Series :

Funding ka Funda : http://event.ayojak.com/event/funding-ka-funda



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

#1836 From: "imran.javed1@..." <imran.javed1@...>
Date: Mon May 7, 2012 9:33 am
Subject: pagination is ok but content of the current page is not changed as it should be.
imran.javed1...
Send Email Send Email
 
hello there,


I am facing a problem on a project.

Its a php core project. I am having correct url for pagination when i click on a
page number given at the bottom of the page. Page number is selected correctly
but it does not change the content of the page that should be on other then page
#1.

Here is the code. Please review and help to identify the problem.

Thank you in advance.


<?php include "includes/header.php";?>
<div class="inner_container">
				 <h1>
					 <?php echo $page_main_heading;?>
				 </h1>
				 <div class="service">
					 <ul>
                    	 <?php
						 if (isset($_GET['pageno'])) {
						 $pageno = $_GET['pageno'];
						 } else {
						    $pageno = 1;
						 }
						 $count=1;
						 $service_query="select *from services where service_status='Active' and
page_id='6' order by service_id asc";
						 $service_execute=mysql_query($service_query);
						 $count= mysql_num_rows($service_execute) ;
						 $rows_per_page = 2;
						 $lastpage= ceil($count/$rows_per_page);

						 $limit = 'LIMIT ' .($pageno - 1) * $rows_per_page .',' .$rows_per_page;
						 $query="select *from services where service_status='Active' and
page_id='6' order by service_id asc $limit";
						 $result=mysql_query($query);
						 while($service_row=mysql_fetch_array($result))
						 {
							 ?>
                             <li>
                                 <div class="secion_box">
                                     <h2>
                                         <?php echo
$service_row['service_title'];?>
                                     </h2>
                                     <img src="<?php echo
$service_row['service_image'];?>" alt="" />
                                     <?php echo
stripslashes(substr($service_row['service_description'],0 ,162));?>
                                     <a href="pop_up.php?service_id=<?php echo
$service_row['service_id'];?>" class="hd_lk" rel="#overlay">
                                         Read more
                                     </a>
                                 </div>
                             </li>
                              <!-- POPUP HTML STARTS HERE -->
                                 <div class="apple_overlay" id="overlay"><a
class="close"></a>
                                     <div class="content2_rp">
                                     <div class="contentWrap"></div>
                                     </div>
                                 </div>
                                 <!-- POPUP HTML STARTS END -->
                        	 <?php
						 $count++;
						 }
						 if ($pageno == 1) {
						    $prevpage=1;
						 } else {
						    $prevpage = $pageno-1;
						    $prevlink="?pageno=".$prevpage;
						    //echo $prevlink;
						 }
						 ?>
							 <?php
						 if ($pageno == $lastpage) {
						    $nextpage=$lastpage;
						 }else {
						    $nextpage = $pageno+1;
						    $nextlink="?pageno=".$nextpage;
						 }
						 ?>
						 <div style="clear:left;"></div>
					 </ul>
				 </div>
				 <div class="page_nation">
					 <ul>
					 <li><a href="<?php echo $prevlink;?>"><<</a></li>
					 <li><a href="<?php echo $prevlink;?>"> Previous </a></li>
                     <?php
					 $page_no=1;
					 while($page_no<=$lastpage)
					 {
						 ?>
						 <li <?php if($pageno==$page_no){?>class="active"<?php }?>><a
href="?pageno=<?php echo $page_no;?>"><?php echo $page_no;?></a></li>
                         <?php
					 $page_no++;
					 }
					 ?>
					 <li><a href="<?php echo $nextlink;?>">Next</a></li>
					 <li><a href="<?php echo $nextlink;?>">>></a></li>
					 </ul>
				 </div>
			 </div>
			 </div>
		 </div>
	 </div>
	 </div>
<?php include "includes/footer.php";?>

Messages 1807 - 1836 of 1869   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