Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

bang-phpug · Bangalore PHP User Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

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

Yahoo! Groups Tips

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

Messages

Advanced
Messages Help
Messages 120 - 149 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#120 From: "ANIL T CHERIAN" <aniltc@...>
Date: Tue Aug 8, 2006 11:54 am
Subject: how to do site search in php
aniltc09
Send Email Send Email
 
hi guys

          I am new to this grp.I woulk like to know how can we do the site
search in php.iam in great trouble. can anyone help me please

Thanks
ANIL T CHERIAN


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

#121 From: raja mohamed <md_libra81@...>
Date: Wed Aug 9, 2006 5:55 am
Subject: Re: warning: mkdir() failed (Permission denied)
md_libra81
Send Email Send Email
 
Hi ashok,

    Fisrt u should give the write permission for the
parent directory.

For Ex,
   A is a parent folder
   B is a folder (Child of A)
For this structure u must give write permission to A
then u can create one folder with inside A .This is
error may occur if using linux only.

Plz do like this i am sure ur problem will clear

By
Raja Mohamed.S


  --- ashok kumar <vak108@...> wrote:
> Hi,
>
>   Iam having PHP working on Apache in Linux. From
> PHP Iam trying to create a directory using
> mkdir("/etc/owndir"); but iam getting the error
>                     warning: mkdir() failed
> (Permission denied)  in /var/www/html/dircheck.php
> on line 4.
>
>   please do help me in creating a directory.
>
>   Regards
>   Ashok.V
>
>
> ---------------------------------
> Do you Yahoo!?
>  Everyone is raving about the  all-new Yahoo! Mail
> Beta.
>
> [Non-text portions of this message have been
> removed]
>
>

With Regards,
   Raja Mohamed.S




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

#122 From: ashok kumar <vak108@...>
Date: Wed Aug 9, 2006 7:52 am
Subject: Re: Re: Error when trying to send data using phpmailer
vak108
Send Email Send Email
 
Hi,
   Even after reinstalling qmail also, still iam facing the same problem.

   But I got this solved by commenting the below line frpm phpmailer class.
    socket_set_timeout($this->smtp_conn, $tval, 0);
   line number : nearly 126 in class.smtp.php

   After commenting the line Iam able to send the messages.

   Thanks for your replies
   Regards
   Ashok.V


Vinu Thomas <vinuthomas@...> wrote:
           Hi Ashok,

If you've started facing this problem after the system was
reinstalled, check if qmail is configured properly and the service has
been started. This could be because the configuration of qmail might
have changed after the reinstallation.

Regards,
Vinu

--- In bang-phpug@yahoogroups.com, ashok kumar <vak108@...> wrote:
>
> Hi Vinu Thomas,
>
> I have checked the language files. All the files are in proper
location.
> One more thing I want to tell is that previously I was able to
send messages using phpmailer, but I have reinstalled the linux and
qmail in my PC due to some problem. From that time iam getting this
error,(using the same files). I want to know wheather iam getting this
error due to some configuration while installing qmail.
>
> Thanks in advance
> Ashok.V






---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates
starting at 1¢/min.

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

#123 From: pritesh loke <priteshloke@...>
Date: Thu Aug 10, 2006 2:03 pm
Subject: oops programming
priteshloke
Send Email Send Email
 
Hello
             Can any body  give me simple php oops application for studying .I
want to know how  oops programming is using in php.Pls any have any good link
foe that  pls give me.

   Thank you




---------------------------------
Get your email and more, right on the  new Yahoo.com

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

#124 From: lalit kumar <lalit774@...>
Date: Sat Aug 19, 2006 12:17 pm
Subject: can we use group by with having and where
lalit774
Send Email Send Email
 
hi all,

   can we use group by with having and where plz help me ?


   lalit
   09888711687

  __________________________________________________
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]

#125 From: ajay ganesh <blackrosehicas@...>
Date: Mon Aug 21, 2006 10:06 am
Subject: Smarty with MDB2
blackrosehicas
Send Email Send Email
 
hi,
   can u any one plz tell me how can we congiure Smarty with 
MDB2_Driver_mysql...


     bye
   ganesh.k


---------------------------------
Stay in the know. Pulse on the new Yahoo.com.  Check it out.

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

#126 From: "Vinu Thomas" <vinuthomas@...>
Date: Mon Aug 21, 2006 2:20 pm
Subject: Re: can we use group by with having and where
uglyftp
Send Email Send Email
 
Hi Lalit,

The following link should show you how to do that:
http://www.databasejournal.com/features/mysql/article.php/3469351

Regards,
Vinu

--- In bang-phpug@yahoogroups.com, lalit kumar <lalit774@...> wrote:
>
> hi all,
>
>   can we use group by with having and where plz help me ?
>
>
>   lalit
>   09888711687
>
>  __________________________________________________
> 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]
>

#127 From: "Vinu Thomas" <vinuthomas@...>
Date: Mon Aug 21, 2006 2:31 pm
Subject: Re: oops programming
uglyftp
Send Email Send Email
 
Hi,

You could take a look at the following links which have tutorials with
code examples from IBM:
http://www-128.ibm.com/developerworks/library/os-phpobj/index.html
http://www-128.ibm.com/developerworks/opensource/library/os-advphpobj/index.html
http://www-128.ibm.com/developerworks/opensource/library/os-php-flexobj/
and the recommeded readling list for PHP:
http://www-128.ibm.com/developerworks/library/os-php-read/index.html

Regards,
Vinu

--- In bang-phpug@yahoogroups.com, pritesh loke <priteshloke@...> wrote:
>
> Hello
>             Can any body  give me simple php oops application for
studying .I want to know how  oops programming is using in php.Pls any
have any good link foe that  pls give me.
>
>   Thank you
>
>
>
>
> ---------------------------------
> Get your email and more, right on the  new Yahoo.com
>
> [Non-text portions of this message have been removed]
>

#128 From: pritesh loke <priteshloke@...>
Date: Wed Aug 23, 2006 1:44 pm
Subject: mysqli
priteshloke
Send Email Send Email
 
Hello
          Can you just tell me what is the diff between mysql and mysqli ? which
one is the better ?



   Thank you.




---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.

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

#129 From: pritesh loke <priteshloke@...>
Date: Thu Aug 24, 2006 5:16 am
Subject: mysqli error
priteshloke
Send Email Send Email
 
Hello
           checked my this line code i write in php class.
   line is
            $this->mMysqli = new 
mysqli(DB_HOST,DB_USER,DB_PASSWORD,DB_DATABASE);

   and i got error is
   Fatal error:  Class 'mysqli' not found in
E:\webs\test\ajaxproect\validate.class.php on line 13

   so pls help me i dont undertsnd the error.



   Thank you




---------------------------------
Get your email and more, right on the  new Yahoo.com

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

#130 From: ansar ansar <ansarahmed_8@...>
Date: Thu Aug 24, 2006 6:11 am
Subject: Re: mysqli
ansarahmed_8
Send Email Send Email
 
Hi Pritesh,

You can find the difference between mysql and mysqli in the following link
http://dev.mysql.com/downloads/connector/php/

Mysqli is better than Mysql because Mysqli is faster than Mysql,PDO.
Refer this link for proof.
http://blogs.vinuthomas.com/2006/08/07/benchmark-mysql-mysqli-pdo-in-php/

  The best introduction to MySQLi is on the Zend site:
  http://www.zend.com/php5/articles/php5-mysqli.php

Ansar Ahmed.


pritesh loke <priteshloke@...> wrote:                                 
Hello
           Can you just tell me what is the diff between mysql and mysqli ? which
one is the better ?



    Thank you.



  ---------------------------------
  How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.

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






---------------------------------
  Here's a new way to find what you're looking for - Yahoo! Answers
  Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it
NOW

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

#131 From: ansar ansar <ansarahmed_8@...>
Date: Thu Aug 24, 2006 8:51 am
Subject: Re: mysqli error
ansarahmed_8
Send Email Send Email
 
Hi Pritesh,

Check whether mysqli extension is enabled in php.ini file.

Ansar Ahmed

pritesh loke <priteshloke@...> wrote:                                 
Hello
            checked my this line code i write in php class.
    line is
             $this->mMysqli = new 
mysqli(DB_HOST,DB_USER,DB_PASSWORD,DB_DATABASE);

    and i got error is
    Fatal error:  Class 'mysqli' not found in
E:\webs\test\ajaxproect\validate.class.php on line 13

    so pls help me i dont undertsnd the error.



    Thank you



  ---------------------------------
  Get your email and more, right on the  new Yahoo.com

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






---------------------------------
  Here's a new way to find what you're looking for - Yahoo! Answers
  Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it
NOW

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

#132 From: pritesh loke <priteshloke@...>
Date: Thu Aug 24, 2006 1:43 pm
Subject: Re: mysqli error
priteshloke
Send Email Send Email
 
Hello
            Yes the extention is  enabled and mysqli dll aslo in php folder but
still they give me  error.Even when i try mysql the also give me same error.


   Thank you.

ansar ansar <ansarahmed_8@...> wrote:
Hi Pritesh,

   Check whether mysqli extension is enabled in php.ini file.

   Ansar Ahmed

   pritesh loke <priteshloke@...> wrote:                                 
Hello
              checked my this line code i write in php class.
      line is
               $this->mMysqli = new 
mysqli(DB_HOST,DB_USER,DB_PASSWORD,DB_DATABASE);

      and i got error is
      Fatal error:  Class 'mysqli' not found in
E:\webs\test\ajaxproect\validate.class.php on line 13

      so pls help me i dont undertsnd the error.



      Thank you



    ---------------------------------
    Get your email and more, right on the  new Yahoo.com

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






   ---------------------------------
    Here's a new way to find what you're looking for - Yahoo! Answers
    Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it
NOW

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








---------------------------------
Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small
Business.

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

#133 From: "balachandar" <mbchandar@...>
Date: Fri Aug 25, 2006 11:32 am
Subject: when is the next php meetup?
mbchandar
Send Email Send Email
 
when is the next php meetup? if not planned, can we have at our office
premises - SpikeSource Software Pvt Ltd.

#134 From: Amit kumar <amit0710@...>
Date: Sat Aug 26, 2006 12:06 am
Subject: Re: when is the next php meetup?
amit0710
Send Email Send Email
 
Bala, i already had a discussion with Vinu and in our office also, for some
reasons its not possible this time, may be we will arrange next time. Well for
your information PHP meet is going tp happen in Impelsys only may be Sept.
second week.
balachandar <mbchandar@...> wrote:                                  when
is the next php meetup? if not planned, can we have at our office
  premises - SpikeSource Software Pvt Ltd.






---------------------------------
  Here's a new way to find what you're looking for - Yahoo! Answers
  Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it
NOW

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

#135 From: adarsh m <ad_acl@...>
Date: Sat Aug 26, 2006 7:06 am
Subject: Problem in Uploading Files Using Flash Action Script
ad_acl
Send Email Send Email
 
hai all
         I am trying to uplading files using Flash Action Script ...

it will done in a seperate flash file but  I include the same code in an anothor
form appliction have 15 forms  it not work.. it gives an error " The class or
interface 'flash.net.FileReference' could not be loaded. "...



  i using the following code for including the File Refrence class... and all..

System.security.allowDomain("http://localhost/");
import flash.net.FileReference;


var listener:Object = new Object();

listener.onSelect = function(selectedFile:FileReference):Void
{
  selectedFile.upload("upload.php");
}



var imageFile:FileReference = new FileReference();
imageFile.addListener(listener);

uploadBtn.addEventListener("click", uploadImage);


function uploadImage(event:Object):Void {
   imageFile.browse([{description: "Image Files", extension:
"*.jpg;*.gif;*.png"}]);
}




refere ..http://www.flash-db.com/Tutorials/upload/upFiles.php?page=1


have any one help me..........
Thanks in advance




adarsh m
  Send instant messages to your online friends http://uk.messenger.yahoo.com

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

#136 From: "Vinu Thomas" <vinuthomas@...>
Date: Sun Aug 27, 2006 5:46 am
Subject: Re: when is the next php meetup?
uglyftp
Send Email Send Email
 
Bala,

We're looking at arranging the next PHP meet up some time in
September. We'll announce the date once all the arrangements are in place.

Regards,
Vinu

--- In bang-phpug@yahoogroups.com, "balachandar" <mbchandar@...> wrote:
>
> when is the next php meetup? if not planned, can we have at our office
> premises - SpikeSource Software Pvt Ltd.
>

#137 From: pritesh loke <priteshloke@...>
Date: Sun Aug 27, 2006 7:25 am
Subject: session_start error
priteshloke
Send Email Send Email
 
Hello
          pls cheked this error and tell the solution as soon as possible
   Warning:  session_start() [function.session-start]: Cannot send session cache
limiter - headers already sent (outputstarted at
E:\webs\test\project_zero\Register.php:2) in
E:\webs\test\project_zero\Register.php on line 3


   Thank you.




---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.

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

#138 From: "Vinu Thomas" <vinuthomas@...>
Date: Mon Aug 28, 2006 2:33 am
Subject: Re: session_start error
uglyftp
Send Email Send Email
 
It looks like you've sent some output to the browser already. This
error occurs when PHP detects that some output has already gone to the
browser and it can't set the HTTP headers. If you're sending any
output to tbe browser, call the session_start() before that.

Another cause of this error is if you have any line breaks or spaces
before your <?php tags.

Regards,
Vinu

--- In bang-phpug@yahoogroups.com, pritesh loke <priteshloke@...> wrote:
>
> Hello
>          pls cheked this error and tell the solution as soon as possible
>   Warning:  session_start() [function.session-start]: Cannot send
session cache limiter - headers already sent (outputstarted at
E:\webs\test\project_zero\Register.php:2) in
E:\webs\test\project_zero\Register.php on line 3
>
>
>   Thank you.
>
>
>
>
> ---------------------------------
> How low will we go? Check out Yahoo! Messenger's low  PC-to-Phone
call rates.
>
> [Non-text portions of this message have been removed]
>

#139 From: pritesh loke <priteshloke@...>
Date: Mon Aug 28, 2006 3:25 am
Subject: Re: Re: session_start error
priteshloke
Send Email Send Email
 
Hello Sir
                I have this line before <? session_start(); ?>
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   so is they may be coused error.

   Thank you.

Vinu Thomas <vinuthomas@...> wrote:
It looks like you've sent some output to the browser already. This
   error occurs when PHP detects that some output has already gone to the
   browser and it can't set the HTTP headers. If you're sending any
   output to tbe browser, call the session_start() before that.

   Another cause of this error is if you have any line breaks or spaces
   before your <?php tags.

   Regards,
   Vinu

   --- In bang-phpug@yahoogroups.com, pritesh loke <priteshloke@...> wrote:
   >
   > Hello
   >          pls cheked this error and tell the solution as soon as possible
   >   Warning:  session_start() [function.session-start]: Cannot send
   session cache limiter - headers already sent (outputstarted at
   E:\webs\test\project_zero\Register.php:2) in
   E:\webs\test\project_zero\Register.php on line 3
   >
   >
   >   Thank you.
   >
   >
   >
   >
   > ---------------------------------
   > How low will we go? Check out Yahoo! Messenger's low  PC-to-Phone
   call rates.
   >
   > [Non-text portions of this message have been removed]
   >








---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.

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

#140 From: "Vinu Thomas" <vinuthomas@...>
Date: Mon Aug 28, 2006 8:43 am
Subject: Re: session_start error
uglyftp
Send Email Send Email
 
That's right. You can move the line to after you've started the
session. That will fix your problem :)

Regards,
Vinu

--- In bang-phpug@yahoogroups.com, pritesh loke <priteshloke@...> wrote:
>
> Hello Sir
>                I have this line before <? session_start(); ?>
>   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>   so is they may be coused error.
>
>   Thank you.
>
> Vinu Thomas <vinuthomas@...> wrote:
                  It looks like you've sent some output to the browser
already. This
>   error occurs when PHP detects that some output has already gone to the
>   browser and it can't set the HTTP headers. If you're sending any
>   output to tbe browser, call the session_start() before that.
>
>   Another cause of this error is if you have any line breaks or spaces
>   before your <?php tags.
>
>   Regards,
>   Vinu

#141 From: raja mohamed <md_libra81@...>
Date: Mon Aug 28, 2006 7:46 am
Subject: Re: session_start error
md_libra81
Send Email Send Email
 
Hi,
   Use the ob_clear() in first line of register.php
   ur problem will clear.
   Regards,
   Raja mohamed.S
pritesh loke <priteshloke@...> wrote:
           Hello
pls cheked this error and tell the solution as soon as possible
Warning: session_start() [function.session-start]: Cannot send session cache
limiter - headers already sent (outputstarted at
E:\webs\test\project_zero\Register.php:2) in
E:\webs\test\project_zero\Register.php on line 3


Thank you.



---------------------------------
How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.

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






With Regards,
   Raja Mohamed.S


---------------------------------
  Here's a new way to find what you're looking for - Yahoo! Answers
  Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it
NOW

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

#142 From: pritesh loke <priteshloke@...>
Date: Wed Aug 30, 2006 3:36 am
Subject: php editor
priteshloke
Send Email Send Email
 
Hello To all,
                I am using linux redhat 9 . Can any body tell me good editor for
php,html, javascript which work on linux also. pls give me respone a.s.a.p.



Thank you





---------------------------------
Get your email and more, right on the  new Yahoo.com

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

#143 From: "U.Shankar" <shank_001@...>
Date: Wed Aug 30, 2006 6:07 am
Subject: Re: php editor
shank_001
Send Email Send Email
 
Hi,

Bluefish editor and Quanta Plus editors are useful. For me Bluefish
editor is the best.

And other editors are also available such as Nvu, gPHPEdit.

I heard that Eclipse and Zend studio is best but i had not used it.

Regards,
Shankhar


--- In bang-phpug@yahoogroups.com, pritesh loke <priteshloke@...> wrote:
>
> Hello To all,
>                I am using linux redhat 9 . Can any body tell me good
editor for php,html, javascript which work on linux also. pls give me
respone a.s.a.p.
>
>
>
> Thank you
>
>
>
>
>
> ---------------------------------
> Get your email and more, right on the  new Yahoo.com
>
> [Non-text portions of this message have been removed]
>

#144 From: Vishwanath B <vishwanath_cse@...>
Date: Wed Aug 30, 2006 5:40 am
Subject: Re: php editor
vishwanath_cse
Send Email Send Email
 
hi
   u can use "vi" editor for php or emacs in linux.

pritesh loke <priteshloke@...> wrote:                                 
Hello To all,
  I am using linux redhat 9 . Can any body tell me good editor for php,html,
javascript which work on linux also. pls give me respone a.s.a.p.

  Thank you



  ---------------------------------
  Get your email and more, right on the  new Yahoo.com

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






---------------------------------
Do you Yahoo!?
  Get on board. You're invited to try the new Yahoo! Mail.

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

#145 From: Vishwanath B <vishwanath_cse@...>
Date: Wed Aug 30, 2006 10:27 am
Subject: Re: Re: php editor
vishwanath_cse
Send Email Send Email
 
hi
    i am using fedora core 3...cananybody tell me the best editor for php...
   thanks

"U.Shankar" <shank_001@...> wrote:                                  Hi,

  Bluefish editor and Quanta Plus editors are useful. For me Bluefish
  editor is the best.

  And other editors are also available such as Nvu, gPHPEdit.

  I heard that Eclipse and Zend studio is best but i had not used it.

  Regards,
  Shankhar

  --- In bang-phpug@yahoogroups.com, pritesh loke <priteshloke@...> wrote:
  >
  > Hello To all,
  >                I am using linux redhat 9 . Can any body tell me good
  editor for php,html, javascript which work on linux also. pls give me
  respone a.s.a.p.
  >
  >
  >
  > Thank you
  >
  >
  >
  >
  >
  > ---------------------------------
  > Get your email and more, right on the  new Yahoo.com
  >
  > [Non-text portions of this message have been removed]
  >






---------------------------------
Stay in the know. Pulse on the new Yahoo.com.  Check it out.

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

#146 From: "Vinu Thomas" <vinuthomas@...>
Date: Wed Aug 30, 2006 10:47 am
Subject: Re: php editor
uglyftp
Send Email Send Email
 
PHP Eclipse is a very good option on the Linux platform:
http://sourceforge.net/projects/phpeclipse/

Regards,
Vinu
--- In bang-phpug@yahoogroups.com, pritesh loke <priteshloke@...> wrote:
>
> Hello To all,
>                I am using linux redhat 9 . Can any body tell me good
editor for php,html, javascript which work on linux also. pls give me
respone a.s.a.p.
>
>
>
> Thank you
>
>
>
>
>
> ---------------------------------
> Get your email and more, right on the  new Yahoo.com
>
> [Non-text portions of this message have been removed]
>

#147 From: pritesh loke <priteshloke@...>
Date: Thu Aug 31, 2006 2:52 am
Subject: cakephp
priteshloke
Send Email Send Email
 
Hello
         If any one uses cakephp i give me  tutorials related topics or links.I
want information like cakephp is  good php frameworke or not?


   Thank you.




---------------------------------
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]

#148 From: ansar ansar <ansarahmed_8@...>
Date: Thu Aug 31, 2006 3:28 pm
Subject: Re: cakephp
ansarahmed_8
Send Email Send Email
 
Hi Pritest,

Please refer the link http://manual.cakephp.org/

Regards,
Ansar Ahmed

pritesh loke <priteshloke@...> wrote:                                 
Hello
          If any one uses cakephp i give me  tutorials related topics or links.I
want information like cakephp is  good php frameworke or not?


    Thank you.



  ---------------------------------
  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]






---------------------------------
  Here's a new way to find what you're looking for - Yahoo! Answers
  Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it
NOW

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

#149 From: lalit kumar <lalit774@...>
Date: Thu Aug 31, 2006 5:55 pm
Subject: searching problem
lalit774
Send Email Send Email
 
hi all,

i wanna save data in table to display serach result and empty the data after the
serach result. but problem is that if more than one user perform searching then 
it gives the error. plz suggest any method



---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.

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

Messages 120 - 149 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