Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

bang-phpug · Bangalore PHP User Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 18 - 49 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
18 Vinu Thomas
uglyftp Send Email
Jun 6, 2006
2:03 pm
Well, the answer to that question is, when is everyone free to meetup for again? Let's have a discussion and figure out when everyone will be able to attend...
19 white_sagy Send Email Jun 13, 2006
3:36 am
Hello everybody I badly needed help now.....like i am working as a freelancer with a mumbai-based company... and i have to establish a payment gateway for ...
20 mailsyamk Send Email Jun 13, 2006
4:02 am
Hi all , My names Syam and Im a php developer in Blore. I joined your community a few hours back. Now tat its my community [:)] , i would like to know , how...
21 Vinu Thomas
uglyftp Send Email
Jun 13, 2006
8:37 am
Hi Syam, Welcome to the group. When we had our last meetup, we had decided that we'll try to have one meetup per month. We're still trying to figure out when...
22 ravi kiran
l_ravikiran_... Send Email
Jun 13, 2006
8:44 am
Hello, Do u want to establish a new payment gateway or you want to use the payment gateways in their applications for online transactions? If want to use the...
23 Vinu Thomas
uglyftp Send Email
Jun 15, 2006
9:07 am
Chandan, If you'd use Authorize.net as a payment gateway, here's a useful link for you: ...
24 badarikashyap Send Email Jun 20, 2006
3:13 am
hello guys can any one help me how to enable dbx extension..........
25 kishore
kishore_tkumar Send Email
Jun 20, 2006
3:13 am
Hai All, I've just joined in your group & very much impressed with your meetings & discussions with all the PHP programmers I am relatively new to PHP & have...
26 Vinu Thomas
uglyftp Send Email
Jun 20, 2006
3:27 am
Kishore, If you're looking for ways to integrate graphs with your PHP application, you can check out the following links: 1. PHP/SWF Charts...
27 Gautam Prasad
gautam_php4 Send Email
Jun 20, 2006
5:05 pm
Hi Kishore, Fro graphs you can take help from: http://www.zend.com/zend/tut/tutsweat3.php http://in2.php.net/gd ...
28 ravindra_yepuri Send Email Jun 21, 2006
5:06 pm
Hi to all, I am trying to send an object in php to javascript function as an argument when i redirect this object to a php file it displays as a string .If i...
29 sureshhatti001 Send Email Jun 22, 2006
11:37 am
Hi All, I have a problem regarding reading the excel file and uploaing it to database.Can any one please help me in solvin my problem. Thanks in advance. ...
30 raghu mitra
ksvraghumitra Send Email
Jun 22, 2006
12:35 pm
Hi suresh which database do u want to upload to if it is oracle save ur excel as .csv file write a controll file and up load it. cheers, RaghuM ... -- "Thus to...
31 Vinu Thomas
uglyftp Send Email
Jun 22, 2006
12:37 pm
Hi Ravindra, It would be helpful if you place your code snippets for us to analyze to figure out what you're trying to do. Regards, Vinu...
32 Vinu Thomas
uglyftp Send Email
Jun 22, 2006
12:41 pm
Suresh, You can load a CSV file into MySQL using the LOAD DATA INFILE: LOAD DATA INFILE 'data.txt&#39; INTO TABLE table2 FIELDS TERMINATED BY ','; More on this...
33 mailsyamk Send Email Jun 22, 2006
2:40 pm
Use fgetcsv if you want to manually read it and seperate fields befor e adding to table Best, Syam...
34 Vinu Thomas
uglyftp Send Email
Jun 22, 2006
4:52 pm
Hi, You'll have to compile PHP with the --enable-dbx option to get that working on PHP. Regards, Vinu...
35 suresh hatti
sureshhatti001 Send Email
Jun 23, 2006
4:03 am
Thanks a lot guys this worked.. Vinu Thomas <vinuthomas@...> wrote: Suresh, You can load a CSV file into MySQL using the LOAD DATA INFILE: LOAD...
36 Amit kumar
amit0710 Send Email
Jun 24, 2006
1:10 pm
HI Vinu , hello guys hey when will be the next php meeting. regards -Amit kumar Vinu Thomas <vinuthomas@...> wrote: Hi, ...
37 Vinu Thomas
uglyftp Send Email
Jun 27, 2006
3:04 am
Hi, We're planning a PHP Bangalore Meetup next week. Let us know when's a good day to hold the PHP meetup by polling over at: ...
40 pritesh loke
priteshloke Send Email
Jun 27, 2006
10:26 am
Hello to all pls check my code i write for upload image but they not get file in $_FILES function upload.php <html> <form action="addimg.php" method="post"> ...
41 lalit kumar
lalit774 Send Email
Jun 27, 2006
10:38 am
hello dear , i have a problem . i wanna to enter the some feilds of different table to in one table. it return 1 if the successifully inserted. if the upload...
42 ansar ansar
ansarahmed_8 Send Email
Jun 27, 2006
12:31 pm
Hi pritesh, use the below code i am using it and getting file in $_FILES <form enctype="multipart/form-data" action="xml.php" method="POST"> Send this file:...
43 pritesh loke
priteshloke Send Email
Jun 27, 2006
5:35 pm
Hello sir I used this code but still they not storing the path in the database . even i am also changing the imaga name but still they not insert in the...
44 Binu Raman
binu.raman Send Email
Jun 28, 2006
9:19 am
Hello Pritesh, Here is the solution for u. I have just created your files itself and made the required modifications in it. I'm attaching the files herewith...
45 Binu Raman
binu.raman Send Email
Jun 28, 2006
9:20 am
Hello Pritesh, Here is the solution for u. I have just created your files itself and made the required modifications in it. I'm attaching the files herewith. ...
46 LINGAM RAVI KIRAN
l_ravikiran_... Send Email
Jun 28, 2006
9:33 am
Hi Pritesh, try this code and let me know. Ur using the $iname which gives the whole path and we can't copy in a directory file having full path. <html> <body>...
47 ravi kiran
l_ravikiran_... Send Email
Jun 28, 2006
10:28 am
Hi Pritesh, try this code and let me know. Ur using the $iname which gives the whole path and we can't copy in a directory file having full path. <html> <body>...
48 Binu Raman
binu.raman Send Email
Jun 28, 2006
10:29 am
Hello Pritesh, I think the attachment file I sent was removed by the yahoogroups server. Here are the files : index.php <html> <head> <title>Image Upload...
49 lalit kumar
lalit774 Send Email
Jun 29, 2006
1:04 pm
dera sir , i doing checkout proccess in credit card . can u tell me the whole process how i can do it . its urgent with regards lalit ... Do you Yahoo!? Get...
Messages 18 - 49 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