Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

in-phpug · Indian PHP User Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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 2462 - 2491 of 3282   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#2462 From: For Php <bond291982@...>
Date: Wed May 3, 2006 5:21 am
Subject: PHP5's compatibility with MSSQL 2005 and Apache2 ???
bond291982
Send Email Send Email
 
Hi Friends,

   I wanted to know the compatibility of PHP5 with Apache 2 and also PHP5 n
MS-SQL 2005

   If u hav any links or tutorials then please mail me the same

   Thanks in Advance




   (+) www.viralpatel.info
   (1) My Website
   (2) My Home Page
(+) My Blog
   "It's Nice to be Important, but it's Important to be Nice"



---------------------------------
Blab-away for as little as 1¢/min. Make  PC-to-Phone Calls using Yahoo!
Messenger with Voice.

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

#2463 From: "Me" <me@...>
Date: Wed May 3, 2006 7:12 am
Subject: PHP Bangalore Meetup
uglyftp
Send Email Send Email
 
Hi All,

We're planning for a PHP meetup in Bangalore. If you're interested in
joining us for the meet, head over to
http://php.meetup.com/329/events/4914428/
<http://php.meetup.com/329/events/4914428/>   and let us know if you're
interested in attending. The agenda as per the meetup site is:

This will be the very first Meetup for The Bangalore PHP Meetup Group!
We'll use the time to get  to know each other, talk about being PHP
Developers, and discuss what we want out of our Meetups

Let's make this a regular meetup for PHP professionals around Bangalore.

Regards,
Vinu



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

#2464 From: vaibhav warhadpande <vaibhavwarhadpande@...>
Date: Wed May 3, 2006 7:22 am
Subject: (No subject)
vaibhavwarha...
Send Email Send Email
 
Hi friends

   problem-:
    I need to download the ".TXT" file while click on download link but when i
click on download link the text file is display in browser but i need to  force
the user to download text file on client instead of display in browser when
i used following code it give me
"Error 500 Internal Server Error"
please tell me the solution and tell what problem in my code or any other
alternative to
force the user for saving the text file on client side instead of dispaly in
browser.
<?php
if (file_exists($file) ) {
     header('Content-type: application/force-download');
     header('Content-Transfer-Encoding: Binary');
     header('Content-length: '.filesize($file));
     header('Content-disposition: attachment;
     filename='.basename($file));
     readfile($file);
  } else {
     echo 'No file with this name for download.';
}
?>
   Thank you in advance




   vaibhav warhadpande
Sr. Project Engineer
cell: (0)9890766933
vaibhav@...


---------------------------------
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.

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

#2465 From: Muruganantham <ramurugan@...>
Date: Wed May 3, 2006 8:54 am
Subject: Re: PHP Bangalore Meetup
am_aanand
Send Email Send Email
 
hi vinu,

do u have any plans about conducting meeting in chennai...? so that chennai
people can also join...

regards,
anand.

On 5/3/06, Me <me@...> wrote:
>
> Hi All,
>
> We're planning for a PHP meetup in Bangalore. If you're interested in
> joining us for the meet, head over to
> http://php.meetup.com/329/events/4914428/
> <http://php.meetup.com/329/events/4914428/>   and let us know if you're
> interested in attending. The agenda as per the meetup site is:
>
> This will be the very first Meetup for The Bangalore PHP Meetup Group!
> We'll use the time to get  to know each other, talk about being PHP
> Developers, and discuss what we want out of our Meetups
>
> Let's make this a regular meetup for PHP professionals around Bangalore.
>
> Regards,
> Vinu
>


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

#2466 From: kapil sakhare <kapil_iicc@...>
Date: Wed May 3, 2006 9:06 am
Subject: Re: PHP Bangalore Meetup
kapil_iicc
Send Email Send Email
 
Hi vinu
   This is Kapil from pune

   Do you have any  plans about conducting meeting in pune..?
   So that more PHP developers can join it.

   --kapil

Muruganantham <ramurugan@...> wrote:
   hi vinu,

do u have any plans about conducting meeting in chennai...? so that chennai
people can also join...

regards,
anand.

On 5/3/06, Me <me@...> wrote:
>
> Hi All,
>
> We're planning for a PHP meetup in Bangalore. If you're interested in
> joining us for the meet, head over to
> http://php.meetup.com/329/events/4914428/
> <http://php.meetup.com/329/events/4914428/>   and let us know if you're
> interested in attending. The agenda as per the meetup site is:
>
> This will be the very first Meetup for The Bangalore PHP Meetup Group!
> We'll use the time to get  to know each other, talk about being PHP
> Developers, and discuss what we want out of our Meetups
>
> Let's make this a regular meetup for PHP professionals around Bangalore.
>
> Regards,
> Vinu
>


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



Read Posting Guidelines at
http://groups.yahoo.com/group/in-phpug/files/guidelines.html



---------------------------------
   YAHOO! GROUPS LINKS


     Visit your group "in-phpug" on the web.

     To unsubscribe from this group, send an email to:
  in-phpug-unsubscribe@yahoogroups.com

     Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


---------------------------------





---------------------------------
Yahoo! Mail goes everywhere you do.  Get it on your phone.

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

#2467 From: "Dr. Tarique Sani" <tarique@...>
Date: Wed May 3, 2006 9:19 am
Subject: Re: PHP Bangalore Meetup
tariquesani
Send Email Send Email
 
Muruganantham wrote:
Hello Folks,
> do u have any plans about conducting meeting in chennai...? so that chennai
> people can also join...
>
Instead of asking if there are plans to conduct meetups in city xyz why
not do it yourselves - Meetups are not something hifi like conferences
just put up an announcement and see who turns up!

Lets have PHP meetups in every major / minor town!!

Cheers
Tarique

--
=============================================================
PHP Applications for E-Biz: http://www.sanisoft.com

Coppermine Picture Gallery: http://coppermine.sf.net
=============================================================

#2468 From: "SomaSundaram .N" <somasundaram@...>
Date: Wed May 3, 2006 12:19 pm
Subject: RE: (unknown)
mathan_nss
Send Email Send Email
 
hi
   I hope this link whould  help you.
  http://www.modwest.com/help/kb5-291.html

regards
N.somasundaram

   -----Original Message-----
   From: in-phpug@yahoogroups.com [mailto:in-phpug@yahoogroups.com]On Behalf
Of vaibhav warhadpande
   Sent: Wednesday, May 03, 2006 12:53 PM
   To: in-phpug@yahoogroups.com
   Subject: [in-phpug] (unknown)


   Hi friends

     problem-:
      I need to download the ".TXT" file while click on download link but
when i click on download link the text file is display in browser but i need
to  force the user to download text file on client instead of display in
browser when
   i used following code it give me
   "Error 500 Internal Server Error"
   please tell me the solution and tell what problem in my code or any other
alternative to
   force the user for saving the text file on client side instead of dispaly
in browser.
   <?php
   if (file_exists($file) ) {
       header('Content-type: application/force-download');
       header('Content-Transfer-Encoding: Binary');
       header('Content-length: '.filesize($file));
       header('Content-disposition: attachment;
       filename='.basename($file));
       readfile($file);
   } else {
       echo 'No file with this name for download.';
   }
   ?>
     Thank you in advance




     vaibhav warhadpande
   Sr. Project Engineer
   cell: (0)9890766933
   vaibhav@...


   ---------------------------------
   Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.

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



   Read Posting Guidelines at
   http://groups.yahoo.com/group/in-phpug/files/guidelines.html



----------------------------------------------------------------------------
--
   YAHOO! GROUPS LINKS

     a..  Visit your group "in-phpug" on the web.

     b..  To unsubscribe from this group, send an email to:
      in-phpug-unsubscribe@yahoogroups.com

     c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.


----------------------------------------------------------------------------
--


Upgrade your email with thousands of emoticons for free



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

#2469 From: "Rohan Prabhu" <rohan2kool@...>
Date: Wed May 3, 2006 11:21 am
Subject: Re: (unknown)
rohan_gnome
Send Email Send Email
 
Try changing the Content-type from application/force-download to
text/plain-text.

On 5/3/06, vaibhav warhadpande <vaibhavwarhadpande@...> wrote:
>  Hi friends
>
>    problem-:
>     I need to download the ".TXT" file while click on download link but when
> i click on download link the text file is display in browser but i need to
> force the user to download text file on client instead of display in browser
> when
>  i used following code it give me
>  "Error 500 Internal Server Error"
>  please tell me the solution and tell what problem in my code or any other
> alternative to
>  force the user for saving the text file on client side instead of dispaly
> in browser.
>  <?php
>  if (file_exists($file) ) {
>      header('Content-type: application/force-download');
>      header('Content-Transfer-Encoding: Binary');
>      header('Content-length: '.filesize($file));
>      header('Content-disposition: attachment;
>      filename='.basename($file));
>      readfile($file);
>  } else {
>      echo 'No file with this name for download.';
>  }
>  ?>
>    Thank you in advance
>
>
>
>
>    vaibhav warhadpande
>  Sr. Project Engineer
>  cell: (0)9890766933
>  vaibhav@...
>
>
>  ---------------------------------
>  Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
>
>  [Non-text portions of this message have been removed]
>
>
>
>  Read Posting Guidelines at
> http://groups.yahoo.com/group/in-phpug/files/guidelines.html
>
>
>
>  ________________________________
>  YAHOO! GROUPS LINKS
>
>
>  Visit your group "in-phpug" on the web.
>
>  To unsubscribe from this group, send an email to:
>  in-phpug-unsubscribe@yahoogroups.com
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>  ________________________________
>


--
{Ro}h(a)[n]_-_[P]{rab}(h)u

#2470 From: vaibhav warhadpande <vaibhavwarhadpande@...>
Date: Wed May 3, 2006 12:34 pm
Subject: Re: (unknown)
vaibhavwarha...
Send Email Send Email
 
Hi friends
Thank you for help. My problem is solved. I am using following code
$file="test.txt";
             global $HTTP_USER_AGENT;
          //  $file=basename($path);
            $size = filesize('test.txt');
            header("Content-Type: application/octet-stream");
            header("Content-Type: application/force-download");
            header("Content-Length: $size");
            // IE5.5 just downloads index.php if we don't do this
            if(preg_match("/MSIE 5.5/", $HTTP_USER_AGENT))
             {
                    header("Content-Disposition: filename=$file");
            }
             else
             {
                  header("Content-Disposition: attachment;filename=$file");
            }
            header("Content-Transfer-Encoding: binary");
            $fh = fopen($file, "r");
            fpassthru($fh);

Thank you once again for help

Rohan Prabhu <rohan2kool@...> wrote:    Try changing the Content-type from
application/force-download to
  text/plain-text.

  On 5/3/06, vaibhav warhadpande <vaibhavwarhadpande@...> wrote:
  >  Hi friends
  >
  >    problem-:
  >     I need to download the ".TXT" file while click on download link but when
  > i click on download link the text file is display in browser but i need to
  > force the user to download text file on client instead of display in browser
  > when
  >  i used following code it give me
  >  "Error 500 Internal Server Error"
  >  please tell me the solution and tell what problem in my code or any other
  > alternative to
  >  force the user for saving the text file on client side instead of dispaly
  > in browser.
  >  <?php
  >  if (file_exists($file) ) {
  >      header('Content-type: application/force-download');
  >      header('Content-Transfer-Encoding: Binary');
  >      header('Content-length: '.filesize($file));
  >      header('Content-disposition: attachment;
  >      filename='.basename($file));
  >      readfile($file);
  >  } else {
  >      echo 'No file with this name for download.';
  >  }
  >  ?>
  >    Thank you in advance
  >
  >
  >
  >
  >    vaibhav warhadpande
  >  Sr. Project Engineer
  >  cell: (0)9890766933
  >  vaibhav@...
  >
  >
  >  ---------------------------------
  >  Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
  >
  >  [Non-text portions of this message have been removed]
  >
  >
  >
  >  Read Posting Guidelines at
  > http://groups.yahoo.com/group/in-phpug/files/guidelines.html
  >
  >
  >
  >  ________________________________
  >  YAHOO! GROUPS LINKS
  >
  >
  >  Visit your group "in-phpug" on the web.
  >
  >  To unsubscribe from this group, send an email to:
  >  in-phpug-unsubscribe@yahoogroups.com
  >
  >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
  >
  >  ________________________________
  >


  --
  {Ro}h(a)[n]_-_[P]{rab}(h)u


   Read Posting Guidelines at
  http://groups.yahoo.com/group/in-phpug/files/guidelines.html



---------------------------------
    YAHOO! GROUPS LINKS


     Visit your group "in-phpug" on the web.

     To unsubscribe from this group, send an email to:
  in-phpug-unsubscribe@yahoogroups.com

     Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


---------------------------------






   vaibhav warhadpande
Sr. Project Engineer
cell: (0)9890766933
vaibhav@...


---------------------------------
Love cheap thrills? Enjoy PC-to-Phone  calls to 30+ countries for just 2¢/min
with Yahoo! Messenger with Voice.

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

#2471 From: ~Sameer~ <sa_kelkar@...>
Date: Thu May 4, 2006 5:33 am
Subject: How to Find File Version
sa_kelkar
Send Email Send Email
 
Hello

How to find File Version in PHP. I try with "Filesystem Functions" but there is
nothing which return file version (it is related with dll).

Any one have idea how to find out? or it is not possible with PHP ?

-thanks

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

#2472 From: nilesh vaidya <nilesh_vaidya2001@...>
Date: Thu May 4, 2006 7:49 am
Subject: Match Pattern considering new line
nilesh_vaidy...
Send Email Send Email
 
Please help.

Does any one has an idea of matching a pattern
considering new lines

$str = "
text
text text
{{Infobox
Hello to all
}}
text
text
";

I tried this but failed.
preg_match("|\{\{(.+)\}\}|U", $str, $matches);
print_r($matches);

Desired output
" Infobox Hello to all "

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

#2473 From: M Krishna Srikanth <mandaksk@...>
Date: Thu May 4, 2006 9:57 am
Subject: Re: (unknown)
mandaksk
Send Email Send Email
 
Try this,

   $file="sometxtfile.txt";
   header('Content-type: application/octet-stream');
header('Content-Disposition: attachment; filename="'.$file.'"');
readfile($file);

   Hope this works, as it worked for me.

   - Krishna, ksempire.com


vaibhav warhadpande <vaibhavwarhadpande@...> wrote:
     Hi friends

   problem-:
    I need to download the ".TXT" file while click on download link but when i
click on download link the text file is display in browser but i need to  force
the user to download text file on client instead of display in browser when
i used following code it give me
"Error 500 Internal Server Error"
please tell me the solution and tell what problem in my code or any other
alternative to
force the user for saving the text file on client side instead of dispaly in
browser.
<?php
if (file_exists($file) ) {
     header('Content-type: application/force-download');
     header('Content-Transfer-Encoding: Binary');
     header('Content-length: '.filesize($file));
     header('Content-disposition: attachment;
     filename='.basename($file));
     readfile($file);
} else {
     echo 'No file with this name for download.';
}
?>
   Thank you in advance

     vaibhav warhadpande
Sr. Project Engineer
cell: (0)9890766933
vaibhav@...



---------------------------------
Yahoo! Mail goes everywhere you do.  Get it on your phone.

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

#2474 From: "Me" <me@...>
Date: Thu May 4, 2006 4:27 am
Subject: Re: PHP Bangalore Meetup
uglyftp
Send Email Send Email
 
--- In in-phpug@yahoogroups.com, kapil sakhare <kapil_iicc@...> wrote:
>   This is Kapil from pune
>
>   Do you have any  plans about conducting meeting in pune..?
>   So that more PHP developers can join it.
> Muruganantham <ramurugan@...> wrote:
> do u have any plans about conducting meeting in chennai...? so that
chennai
> people can also join...

Kapil and Muruganantham, we're just a bunch of PHP enthusiasts who
want to meet up with other PHP enthusiasts here in Bangalore. You're
free to start meetups in your respective cities.

#2475 From: abhishek jain <ejaincom@...>
Date: Sat May 6, 2006 6:49 am
Subject: Re: Match Pattern considering new line
ejaincom
Send Email Send Email
 
Hi,
   I think you must use preg_match("|\{\{(.+)\}\}|s", $str, $matches);

   Thanks,
   Regards,
Abhishek Jain

nilesh vaidya <nilesh_vaidya2001@...> wrote:

Please help.

Does any one has an idea of matching a pattern
considering new lines

$str = "
text
text text
{{Infobox
Hello to all
}}
text
text
";

I tried this but failed.
preg_match("|\{\{(.+)\}\}|U", $str, $matches);
print_r($matches);

Desired output
" Infobox Hello to all "

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


Read Posting Guidelines at
http://groups.yahoo.com/group/in-phpug/files/guidelines.html



   SPONSORED LINKS
         Basic programming language   Computer programming languages  
Programming languages     Java programming language   Php resource

---------------------------------
   YAHOO! GROUPS LINKS


     Visit your group "in-phpug" on the web.

     To unsubscribe from this group, send an email to:
  in-phpug-unsubscribe@yahoogroups.com

     Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


---------------------------------





---------------------------------
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

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

#2476 From: abhishek jain <ejaincom@...>
Date: Sat May 6, 2006 9:40 am
Subject: Large file is downloaded with 0 size
ejaincom
Send Email Send Email
 
Dear Friends,
   I am creating an excel file and then making it download by the browser. The
problem is that if the size of the file is less , than everything is ok ,but if
the size goes above say 200 KB than the file is downloaded with 0 bytes as size.
The code i am using is
   header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
  header ("Last-Modified: " . gmdate("D,d M YH:i:s") . " GMT");
  header ("Cache-Control: no-cache, must-revalidate");
  header ("Pragma: no-cache");
  header ("Content-type: application/x-msexcel");
  header ("Content-Disposition: attachment; filename=\"" . basename($fl_name) .
"\"" );
  header ("Content-Description: PHP/INTERBASE Generated Data" );
  readfile($fl_name);
   --------
Any tip will be useful,
Thanks,
Abhishek Jain

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

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

#2477 From: "Gaurav Arora" <gauravsworld@...>
Date: Sat May 6, 2006 10:30 am
Subject: Re: Large file is downloaded with 0 size
nubknacker2k
Send Email Send Email
 
Add :
$filesize = filesize($file);
header("Content-Length: ".$filesize);

after Content-Disposition.

On 5/6/06, abhishek jain <ejaincom@...> wrote:
>
> Dear Friends,
>   I am creating an excel file and then making it download by the browser.
> The problem is that if the size of the file is less , than everything is ok
> ,but if the size goes above say 200 KB than the file is downloaded with 0
> bytes as size.
> The code i am using is
>   header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
> header ("Last-Modified: " . gmdate("D,d M YH:i:s") . " GMT");
> header ("Cache-Control: no-cache, must-revalidate");
> header ("Pragma: no-cache");
> header ("Content-type: application/x-msexcel");
> header ("Content-Disposition: attachment; filename=\"" .
> basename($fl_name) . "\"" );
> header ("Content-Description: PHP/INTERBASE Generated Data" );
> readfile($fl_name);
>   --------
> Any tip will be useful,
> Thanks,
> Abhishek Jain
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> [Non-text portions of this message have been removed]
>
>
>
>  Read Posting Guidelines at
> http://groups.yahoo.com/group/in-phpug/files/guidelines.html
>
>
>
>  SPONSORED LINKS
>   Basic programming
language<http://groups.yahoo.com/gads?t=ms&k=Basic+programming+language&w1=Basic\
+programming+language&w2=Computer+programming+languages&w3=Programming+languages\
&w4=Java+programming+language&w5=Php+resource&c=5&s=144&.sig=gFHAgb8bAHGYsVp7lab\
Row>  Computer
> programming
languages<http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=\
Basic+programming+language&w2=Computer+programming+languages&w3=Programming+lang\
uages&w4=Java+programming+language&w5=Php+resource&c=5&s=144&.sig=kWffblDg_0X3X1\
WhuK1aIA>  Programming
>
languages<http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Basic+pro\
gramming+language&w2=Computer+programming+languages&w3=Programming+languages&w4=\
Java+programming+language&w5=Php+resource&c=5&s=144&.sig=XiTdThEc-vjsTchtbQ9zAA>
Java
> programming
language<http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Basic+\
programming+language&w2=Computer+programming+languages&w3=Programming+languages&\
w4=Java+programming+language&w5=Php+resource&c=5&s=144&.sig=rQDvajBPY49yND36XE-v\
Lw>  Php
>
resource<http://groups.yahoo.com/gads?t=ms&k=Php+resource&w1=Basic+programming+l\
anguage&w2=Computer+programming+languages&w3=Programming+languages&w4=Java+progr\
amming+language&w5=Php+resource&c=5&s=144&.sig=dUTezFFbeOBQ8LTIGU-c_A>
>  ------------------------------
> YAHOO! GROUPS LINKS
>
>
>    -  Visit your group "in-phpug<http://groups.yahoo.com/group/in-phpug>"
>    on the web.
>
>    -  To unsubscribe from this group, send an email to:
>    
in-phpug-unsubscribe@yahoogroups.com<in-phpug-unsubscribe@yahoogroups.com?subjec\
t=Unsubscribe>
>
>    -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>    Service <http://docs.yahoo.com/info/terms/>.
>
>
>  ------------------------------
>


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

#2478 From: abhishek jain <ejaincom@...>
Date: Sat May 6, 2006 11:58 am
Subject: Re: Large file is downloaded with 0 size
ejaincom
Send Email Send Email
 
Thanks that worked.
Abhishek Jain

Gaurav Arora <gauravsworld@...> wrote:  Add :
$filesize = filesize($file);
header("Content-Length: ".$filesize);

after Content-Disposition.

On 5/6/06, abhishek jain <ejaincom@...> wrote:
>
> Dear Friends,
>   I am creating an excel file and then making it download by the browser.
> The problem is that if the size of the file is less , than everything is ok
> ,but if the size goes above say 200 KB than the file is downloaded with 0
> bytes as size.
> The code i am using is
>   header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
> header ("Last-Modified: " . gmdate("D,d M YH:i:s") . " GMT");
> header ("Cache-Control: no-cache, must-revalidate");
> header ("Pragma: no-cache");
> header ("Content-type: application/x-msexcel");
> header ("Content-Disposition: attachment; filename=\"" .
> basename($fl_name) . "\"" );
> header ("Content-Description: PHP/INTERBASE Generated Data" );
> readfile($fl_name);
>   --------
> Any tip will be useful,
> Thanks,
> Abhishek Jain
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> [Non-text portions of this message have been removed]
>
>
>
>  Read Posting Guidelines at
> http://groups.yahoo.com/group/in-phpug/files/guidelines.html
>
>
>
>  SPONSORED LINKS
>   Basic programming
language<http://groups.yahoo.com/gads?t=ms&k=Basic+programming+language&w1=Basic\
+programming+language&w2=Computer+programming+languages&w3=Programming+languages\
&w4=Java+programming+language&w5=Php+resource&c=5&s=144&.sig=gFHAgb8bAHGYsVp7lab\
Row>  Computer
> programming
languages<http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=\
Basic+programming+language&w2=Computer+programming+languages&w3=Programming+lang\
uages&w4=Java+programming+language&w5=Php+resource&c=5&s=144&.sig=kWffblDg_0X3X1\
WhuK1aIA>  Programming
>
languages<http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Basic+pro\
gramming+language&w2=Computer+programming+languages&w3=Programming+languages&w4=\
Java+programming+language&w5=Php+resource&c=5&s=144&.sig=XiTdThEc-vjsTchtbQ9zAA>
Java
> programming
language<http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Basic+\
programming+language&w2=Computer+programming+languages&w3=Programming+languages&\
w4=Java+programming+language&w5=Php+resource&c=5&s=144&.sig=rQDvajBPY49yND36XE-v\
Lw>  Php
>
resource<http://groups.yahoo.com/gads?t=ms&k=Php+resource&w1=Basic+programming+l\
anguage&w2=Computer+programming+languages&w3=Programming+languages&w4=Java+progr\
amming+language&w5=Php+resource&c=5&s=144&.sig=dUTezFFbeOBQ8LTIGU-c_A>
>  ------------------------------
> YAHOO! GROUPS LINKS
>
>
>    -  Visit your group "in-phpug<http://groups.yahoo.com/group/in-phpug>"
>    on the web.
>
>    -  To unsubscribe from this group, send an email to:
>    
in-phpug-unsubscribe@yahoogroups.com<in-phpug-unsubscribe@yahoogroups.com?subjec\
t=Unsubscribe>
>
>    -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>    Service <http://docs.yahoo.com/info/terms/>.
>
>
>  ------------------------------
>


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



Read Posting Guidelines at
http://groups.yahoo.com/group/in-phpug/files/guidelines.html



   SPONSORED LINKS
         Basic programming language   Computer programming languages  
Programming languages     Java programming language   Php resource

---------------------------------
   YAHOO! GROUPS LINKS


     Visit your group "in-phpug" on the web.

     To unsubscribe from this group, send an email to:
  in-phpug-unsubscribe@yahoogroups.com

     Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


---------------------------------





---------------------------------
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

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

#2479 From: "Vineet Agrawal" <vineet@...>
Date: Fri May 5, 2006 1:17 pm
Subject: PHP Delhi Meetup
vineetag_1999
Send Email Send Email
 
Hi All

I am very excited you announce that we have started a community of PHP/ Open
Source Developers in NCR region. This group is formed using a platform
called meetup.com. You can view our community site at
<http://php.meetup.com/330/> http://php.meetup.com/330/.

Intention of this group is to provide platform to PHP community in Delhi to
discuss/learn on new PHP initiatives. We will be taking on latest from open
source world like AJAX, Laszlo, Zend Framework, Lucene Search Engine & PHP
5. Come to a PHP Meetup to exchange ideas and talk about code, architecture,
innovation, and open source in general. The first PHP Meetup is being
organized at Value One office situated at D 21, NDSE 1, New Delhi at 6:30 PM
on 01 June 2006. To join follow this link
<http://php.meetup.com/330/t/if_2804384/?gj=ej4>
http://php.meetup.com/330/t/if_2804384/?gj=ej4.

Please feel free to send the topics that you would like to discuss in this
forum. Please also send this invitation link to your friends who would like
to come and join us in the meetup. Proposed agenda for the upcoming event
is:

1. Welcome

2. Presentation of Agenda

3. Discussions on the structuring of the meeting 3. Presentation on AJAX
Framework 4. Discussions on upcoming developments in PHP and Zend 5. Working
on the agenda for next meeting

This should be a two hour event. Please join the above group and send your
confirmation via clicking on confirmation link. Looking forward to meeting
you all.



Thanks and Regards

Vineet Agrawal

http://www.e11online.com



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

#2480 From: M Krishna Srikanth <mandaksk@...>
Date: Mon May 8, 2006 7:00 am
Subject: difference in versions
mandaksk
Send Email Send Email
 
Hi,
What is the difference between the php 4.x and 5.x versions?

why does php.net gives 2 versions downloadable?

Is there any big thing?

- krishna srikanth


---------------------------------
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.

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

#2481 From: "Diabolic Preacher" <pintooo15@...>
Date: Mon May 8, 2006 8:44 am
Subject: Re: difference in versions
diabolic_pre...
Send Email Send Email
 
is this a trick question?

On 5/8/06, M Krishna Srikanth <mandaksk@...> wrote:
> Hi,
> What is the difference between the php 4.x and 5.x versions?
>
> why does php.net gives 2 versions downloadable?
>
> Is there any big thing?
>
> - krishna srikanth
>
>
> ---------------------------------
> Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
>
> [Non-text portions of this message have been removed]
>
>
>
>
> Read Posting Guidelines at
> http://groups.yahoo.com/group/in-phpug/files/guidelines.html
> Yahoo! Groups Links
>
>
>
>
>
>
>


--
Diabolic Preacher
As Is
Join ILUG - Ponda ( http://groups.yahoo.com/group/ilug-ponda )
Blog: http://pintooo15.livejournal.com/
Bookmarks: http://del.icio.us/dpreacher/
Photos: http://flickr.com/photos/dpreacher/
============================
No words of apology to help you through
Heaven awaits in vain, as Hell beckons you
Bargaining your life on both hand sides
Hell pays more than what Heaven calls most
=============================

#2482 From: M Krishna Srikanth <mandaksk@...>
Date: Mon May 8, 2006 9:21 am
Subject: Re: difference in versions
mandaksk
Send Email Send Email
 
Sorry, this isnt any trick, I searched google but didnt understood. So I am
asking.

   -krishna

Diabolic Preacher <pintooo15@...> wrote:
   is this a trick question?

On 5/8/06, M Krishna Srikanth <mandaksk@...> wrote:
> Hi,
> What is the difference between the php 4.x and 5.x versions?
>
> why does php.net gives 2 versions downloadable?
>
> Is there any big thing?
>
> - krishna srikanth
>
>

---------------------------------
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.

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

#2483 From: Sumit Mittal <pra_mittal123@...>
Date: Mon May 8, 2006 10:59 am
Subject: Re: difference in versions
pra_mittal123
Send Email Send Email
 
best is to checkout php.net for php change log and u
will get to know details. as well u can find something
in online manual tooo.. at php.net itself

cheers,
sumit

--- M Krishna Srikanth <mandaksk@...> wrote:

> Sorry, this isnt any trick, I searched google but
> didnt understood. So I am asking.
>
>   -krishna
>
> Diabolic Preacher <pintooo15@...> wrote:
>   is this a trick question?
>
> On 5/8/06, M Krishna Srikanth <mandaksk@...>
> wrote:
> > Hi,
> > What is the difference between the php 4.x and 5.x
> versions?
> >
> > why does php.net gives 2 versions downloadable?
> >
> > Is there any big thing?
> >
> > - krishna srikanth
> >
> >
>
> ---------------------------------
> Yahoo! Messenger with Voice. PC-to-Phone calls for
> ridiculously low rates.
>
> [Non-text portions of this message have been
> removed]
>
>
>
> ------------------------ Yahoo! Groups Sponsor
> --------------------~-->
> Everything you need is one click away.  Make Yahoo!
> your home page now.
>
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/saFolB/TM
>
--------------------------------------------------------------------~->
>
>
> Read Posting Guidelines at
>
http://groups.yahoo.com/group/in-phpug/files/guidelines.html
>
> Yahoo! Groups Links
>
>
>     in-phpug-unsubscribe@yahoogroups.com
>
>
>
>
>
>


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

#2484 From: "Gaurav Arora" <gauravsworld@...>
Date: Mon May 8, 2006 11:14 am
Subject: Re: difference in versions
nubknacker2k
Send Email Send Email
 
Functions were added and few functions were deprecated. Mostly PHP5 is
supposed to be safer although I have no idea how.

On 5/8/06, Sumit Mittal <pra_mittal123@...> wrote:
>
> best is to checkout php.net for php change log and u
> will get to know details. as well u can find something
> in online manual tooo.. at php.net itself
>
> cheers,
> sumit
>
>
> --- M Krishna Srikanth <mandaksk@...> wrote:
>
> > Sorry, this isnt any trick, I searched google but
> > didnt understood. So I am asking.
> >
> >   -krishna
> >
> > Diabolic Preacher <pintooo15@...> wrote:
> >   is this a trick question?
> >
> > On 5/8/06, M Krishna Srikanth <mandaksk@...>
> > wrote:
> > > Hi,
> > > What is the difference between the php 4.x and 5.x
> > versions?
> > >
> > > why does php.net gives 2 versions downloadable?
> > >
> > > Is there any big thing?
> > >
> > > - krishna srikanth
> > >
> > >
> >
> > ---------------------------------
> > Yahoo! Messenger with Voice. PC-to-Phone calls for
> > ridiculously low rates.
> >
> > [Non-text portions of this message have been
> > removed]
> >
> >
> >
> > ------------------------ Yahoo! Groups Sponsor
>
> >
> >
> > Read Posting Guidelines at
> >
> http://groups.yahoo.com/group/in-phpug/files/guidelines.html
> >
> > Yahoo! Groups Links
>
> >
> >
> >     in-phpug-unsubscribe@yahoogroups.com
> >
> >
> >
> >
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
>
>  Read Posting Guidelines at
> http://groups.yahoo.com/group/in-phpug/files/guidelines.html
>
>
>
>  SPONSORED LINKS
>   Basic programming
language<http://groups.yahoo.com/gads?t=ms&k=Basic+programming+language&w1=Basic\
+programming+language&w2=Computer+programming+languages&w3=Programming+languages\
&w4=Java+programming+language&w5=Php+resource&c=5&s=144&.sig=gFHAgb8bAHGYsVp7lab\
Row>  Computer
> programming
languages<http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=\
Basic+programming+language&w2=Computer+programming+languages&w3=Programming+lang\
uages&w4=Java+programming+language&w5=Php+resource&c=5&s=144&.sig=kWffblDg_0X3X1\
WhuK1aIA>  Programming
>
languages<http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Basic+pro\
gramming+language&w2=Computer+programming+languages&w3=Programming+languages&w4=\
Java+programming+language&w5=Php+resource&c=5&s=144&.sig=XiTdThEc-vjsTchtbQ9zAA>
Java
> programming
language<http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Basic+\
programming+language&w2=Computer+programming+languages&w3=Programming+languages&\
w4=Java+programming+language&w5=Php+resource&c=5&s=144&.sig=rQDvajBPY49yND36XE-v\
Lw>  Php
>
resource<http://groups.yahoo.com/gads?t=ms&k=Php+resource&w1=Basic+programming+l\
anguage&w2=Computer+programming+languages&w3=Programming+languages&w4=Java+progr\
amming+language&w5=Php+resource&c=5&s=144&.sig=dUTezFFbeOBQ8LTIGU-c_A>
>  ------------------------------
> YAHOO! GROUPS LINKS
>
>
>    -  Visit your group "in-phpug<http://groups.yahoo.com/group/in-phpug>"
>    on the web.
>
>    -  To unsubscribe from this group, send an email to:
>    
in-phpug-unsubscribe@yahoogroups.com<in-phpug-unsubscribe@yahoogroups.com?subjec\
t=Unsubscribe>
>
>    -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>    Service <http://docs.yahoo.com/info/terms/>.
>
>
>  ------------------------------
>


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

#2485 From: "SomaSundaram .N" <somasundaram@...>
Date: Mon May 8, 2006 12:25 pm
Subject: Fetch DataBase
mathan_nss
Send Email Send Email
 
hi friends
       I need a query for fetching the currently working database name.
thanks in advance
N.somasundaram
Upgrade your email with thousands of emoticons for free
<http://www.mailskinner.com/?grpid=35>



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

#2486 From: Gurudatta Raut <gurudatta_raut-cto@...>
Date: Mon May 8, 2006 3:38 pm
Subject: Re: difference in versions
gurudatta_p_...
Send Email Send Email
 
a very good article

http://66.218.69.11/search/cache?p=PHP+5+faster&ei=UTF-8&rls=org.mozilla%3Aen-US\
%3Aofficial&fr=moz2&u=www.onlamp.com/pub/a/php/2004/07/15/UpgradePHP5.html&w=php\
+5+faster&d=Crgw6UaqMulo&icp=1&.intl=us



--- M Krishna Srikanth <mandaksk@...> wrote:

> Hi,
> What is the difference between the php 4.x and 5.x
> versions?
>
> why does php.net gives 2 versions downloadable?
>
> Is there any big thing?
>
> - krishna srikanth
>
>
> ---------------------------------
> Yahoo! Messenger with Voice. PC-to-Phone calls for
> ridiculously low rates.
>
> [Non-text portions of this message have been
> removed]
>
>
>
> ------------------------ Yahoo! Groups Sponsor
> --------------------~-->
> You can search right from your browser? It¿s easy
> and it¿s free.  See how.
>
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/saFolB/TM
>
--------------------------------------------------------------------~->
>
>
> Read Posting Guidelines at
>
http://groups.yahoo.com/group/in-phpug/files/guidelines.html
>
> Yahoo! Groups Links
>
>
>     in-phpug-unsubscribe@yahoogroups.com
>
>
>
>
>




__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new.
http://in.answers.yahoo.com

#2487 From: ganu <ganu.ullu@...>
Date: Mon May 8, 2006 10:24 pm
Subject: Re: difference in versions
ganumaharaj
Send Email Send Email
 
Chk this also ,,,

http://www.zend.com/php5/andi-book-excerpt.php

--
<!-- ganu -->
http://ullu.wordpress.com
/* God is real, Unless declared integer */


2006/5/8, Gurudatta Raut <gurudatta_raut-cto@...>:
>
>
> a very good article
>
>
>
http://66.218.69.11/search/cache?p=PHP+5+faster&ei=UTF-8&rls=org.mozilla%3Aen-US\
%3Aofficial&fr=moz2&u=www.onlamp.com/pub/a/php/2004/07/15/UpgradePHP5.html&w=php\
+5+faster&d=Crgw6UaqMulo&icp=1&.intl=us
>
>
>
> --- M Krishna Srikanth <mandaksk@...> wrote:
>
> > Hi,
> > What is the difference between the php 4.x and 5.x
> > versions?
> >
> > why does php.net gives 2 versions downloadable?
> >
> > Is there any big thing?
> >
> > - krishna srikanth
> >
> >
> > ---------------------------------
> > Yahoo! Messenger with Voice. PC-to-Phone calls for
> > ridiculously low rates.
> >
> > [Non-text portions of this message have been
> > removed]
> >
> >
> >
> > ------------------------ Yahoo! Groups Sponsor
> >
> >
> > Read Posting Guidelines at
> >
> http://groups.yahoo.com/group/in-phpug/files/guidelines.html
> >
> > Yahoo! Groups Links
> >
> >
> >     in-phpug-unsubscribe@yahoogroups.com
> >
> >
> >
> >
> >
>
>
>
>
> __________________________________________________________
> Yahoo! India Answers: Share what you know. Learn something new.
> http://in.answers.yahoo.com
>
>
>
> Read Posting Guidelines at
> http://groups.yahoo.com/group/in-phpug/files/guidelines.html
> Yahoo! Groups Links
>
>
>
>
>
>
>
>


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

#2488 From: M Krishna Srikanth <mandaksk@...>
Date: Tue May 9, 2006 3:57 am
Subject: Re: difference in versions
mandaksk
Send Email Send Email
 
Dear Guru,
   Thanks for the link. I helped to get an idea of php5.

   But I am in a doubt why many of the webservers still rely on php4.x, when
php5.x is very good. Why dont they update? Also why does php.net offers php4.x
to download? Is it intended for beginners? or is it the stable version than 5.x?

   To ask in brief, why two? why not one?

   -krishna

Gurudatta Raut <gurudatta_raut-cto@...> wrote:

a very good article

   http://www.onlamp.com/pub/a/php/2004/07/15/UpgradePHP5.html


--- M Krishna Srikanth <mandaksk@...> wrote:

> Hi,
> What is the difference between the php 4.x and 5.x
> versions?
>
> why does php.net gives 2 versions downloadable?
>
> Is there any big thing?
>
> - krishna srikanth
>
>


---------------------------------
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.

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

#2489 From: "adil_rauf" <adil_rauf@...>
Date: Tue May 9, 2006 5:13 am
Subject: need help regarding url
adil_rauf
Send Email Send Email
 
is there any way to get the url constant in the address bar while
travelling through the pages

i have a site abc.com in which i have to create subdomains without
using the frames and neither creating the subdomain actually that is
when any body does aa.abc.com it checks the aa folder for existence
and redirects but the problem is it shows abc.com/aa and not
aa.abc.com so is there any way please help me out...

#2490 From: hanee <haneeshnair@...>
Date: Tue May 9, 2006 5:49 am
Subject: Re: need help regarding url
haneeshnair
Send Email Send Email
 
Use apache url rewrite feature ......

adil_rauf <adil_rauf@...> wrote:  is there any way to get the url
constant in the address bar while
travelling through the pages

i have a site abc.com in which i have to create subdomains without
using the frames and neither creating the subdomain actually that is
when any body does aa.abc.com it checks the aa folder for existence
and redirects but the problem is it shows abc.com/aa and not
aa.abc.com so is there any way please help me out...





Read Posting Guidelines at
http://groups.yahoo.com/group/in-phpug/files/guidelines.html



   SPONSORED LINKS
         Basic programming language   Computer programming languages  
Programming languages     Java programming language   Php resource

---------------------------------
   YAHOO! GROUPS LINKS


     Visit your group "in-phpug" on the web.

     To unsubscribe from this group, send an email to:
  in-phpug-unsubscribe@yahoogroups.com

     Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


---------------------------------





---------------------------------
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

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

#2491 From: abhishek jain <ejaincom@...>
Date: Tue May 9, 2006 5:48 am
Subject: Re: need help regarding url
ejaincom
Send Email Send Email
 
Hi,
I am not an expert at it but what i feel is there are two steps to create :
   1)DNS: create a dns record for aa.abc.com
2)Edit the httpd.conf file to redirect all the incomming requests at
anything.abc.com to abc.com/anything .You can do this via regex and a proper
httpd directive  .
   Is this what you want to do, if not tell me your problem clearly so that we
can possibly give a sol.
   Best wishes,
Abhishek Jain

adil_rauf <adil_rauf@...> wrote:
   is there any way to get the url constant in the address bar while
travelling through the pages

i have a site abc.com in which i have to create subdomains without
using the frames and neither creating the subdomain actually that is
when any body does aa.abc.com it checks the aa folder for existence
and redirects but the problem is it shows abc.com/aa and not
aa.abc.com so is there any way please help me out...





Read Posting Guidelines at
http://groups.yahoo.com/group/in-phpug/files/guidelines.html



   SPONSORED LINKS
         Basic programming language   Computer programming languages  
Programming languages     Java programming language   Php resource

---------------------------------
   YAHOO! GROUPS LINKS


     Visit your group "in-phpug" on the web.

     To unsubscribe from this group, send an email to:
  in-phpug-unsubscribe@yahoogroups.com

     Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


---------------------------------





---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+
countries) for 2¢/min or less.

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

Messages 2462 - 2491 of 3282   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