FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Get day and month part from date
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Get day and month part from date [message #174731] Thu, 30 June 2011 08:21 Go to next message
Co is currently offline  Co
Messages: 75
Registered: May 2011
Karma: 0
Member
Hi All,

I would like to retrieve people's birthday from the database.
But only those who celebrate the coming week.

SELECT * FROM members WHERE birthday BETWEEN $today AND $today+7


The birthday field holds also the year but I just need day and month.
Is there a way to do this?

Marco
Re: Get day and month part from date [message #174732 is a reply to message #174731] Thu, 30 June 2011 11:16 Go to previous messageGo to next message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma: 0
Senior Member
On 6/30/2011 4:21 AM, Co wrote:
> Hi All,
>
> I would like to retrieve people's birthday from the database.
> But only those who celebrate the coming week.
>
> SELECT * FROM members WHERE birthday BETWEEN $today AND $today+7
>
>
> The birthday field holds also the year but I just need day and month.
> Is there a way to do this?
>
> Marco

Like I told you yesterday - this is not a PHP question. Try an
appropriate newsgroup, such as comp.databases.mysql.

Ask in the right place and you'll get a good answer.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
Re: Get day and month part from date [message #174733 is a reply to message #174732] Thu, 30 June 2011 12:13 Go to previous messageGo to next message
me is currently offline  me
Messages: 192
Registered: September 2010
Karma: 0
Senior Member
On 6/30/2011 7:16 AM, Jerry Stuckle wrote:
> On 6/30/2011 4:21 AM, Co wrote:
>> Hi All,
>>
>> I would like to retrieve people's birthday from the database.
>> But only those who celebrate the coming week.
>>
>> SELECT * FROM members WHERE birthday BETWEEN $today AND $today+7
>>
>>
>> The birthday field holds also the year but I just need day and month.
>> Is there a way to do this?
>>
>> Marco
>
> Like I told you yesterday - this is not a PHP question. Try an
> appropriate newsgroup, such as comp.databases.mysql.
>
> Ask in the right place and you'll get a good answer.

The best help for forming the query is indeed in the mysql newsgroup.
Insofar as incorporating the query into your PHP code,
http://www.php.net/manual/en/ref.mysql.php may be helpful. The related
pages have many query examples that may be useful to you.

Bill B
Re: Get day and month part from date [message #174736 is a reply to message #174731] Thu, 30 June 2011 21:02 Go to previous messageGo to next message
dougatmilmacdotcom is currently offline  dougatmilmacdotcom
Messages: 24
Registered: May 2011
Karma: 0
Junior Member
In article <07dc80f0-d5cd-4390-a4f3-401de58d3b12(at)g9g2000yqb(dot)googlegroups(dot)com>, Co <vonclausowitz(at)gmail(dot)com> wrote:
> Hi All,
>
> I would like to retrieve people's birthday from the database.
> But only those who celebrate the coming week.
>
> SELECT * FROM members WHERE birthday BETWEEN $today AND $today+7
>
>
> The birthday field holds also the year but I just need day and month.
> Is there a way to do this?

Yes, there is.

When will you figure out that PHP groups are not appropriate places to ask SQL
questions?
Re: Get day and month part from date [message #174740 is a reply to message #174731] Fri, 01 July 2011 10:29 Go to previous messageGo to next message
Captain Paralytic is currently offline  Captain Paralytic
Messages: 204
Registered: September 2010
Karma: 0
Senior Member
On Jun 30, 9:21 am, Co <vonclausow...@gmail.com> wrote:
> Hi All,
>
> I would like to retrieve people's birthday from the database.
> But only those who celebrate the coming week.
>
> SELECT * FROM members WHERE birthday BETWEEN $today AND $today+7
>
> The birthday field holds also the year but I just need day and month.
> Is there a way to do this?
>
> Marco

It doesn't matter how many times you ask this question, it will still
remain a MySQL question and not a php one.

One general hint is that if you want to invent your own syntax, you
will need to build your own programming language. If you wish to use
the MySQL programming language then you must stick to the syntax as
published in its manual.
Re: Get day and month part from date [message #174750 is a reply to message #174740] Sun, 03 July 2011 15:20 Go to previous message
Co is currently offline  Co
Messages: 75
Registered: May 2011
Karma: 0
Member
On 1 jul, 12:29, Captain Paralytic <paul_laut...@yahoo.com> wrote:
> On Jun 30, 9:21 am, Co <vonclausow...@gmail.com> wrote:
>
>> Hi All,
>
>> I would like to retrieve people's birthday from the database.
>> But only those who celebrate the coming week.
>
>> SELECT * FROM members WHERE birthday BETWEEN $today AND $today+7
>
>> The birthday field holds also the year but I just need day and month.
>> Is there a way to do this?
>
>> Marco
>
> It doesn't matter how many times you ask this question, it will still
> remain a MySQL question and not a php one.
>
> One general hint is that if you want to invent your own syntax, you
> will need to build your own programming language. If you wish to use
> the MySQL programming language then you must stick to the syntax as
> published in its manual.

I get the point guys.
I just thought there might be a PHP solution instead of editing the
query.

Marco
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: barcode reader integration in web application
Next Topic: show events in calendar
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 23 15:19:26 GMT 2024

Total time taken to generate the page: 0.01841 seconds