Search the web
Sign In
New User? Sign Up
bang-phpug · Bangalore PHP User Group
? 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.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 17 - 48 of 1103   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17 balachandar
mbchandar
Offline Send Email
Jun 5, 2006
5:06 am
18
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...
Vinu Thomas
uglyftp
Offline Send Email
Jun 6, 2006
2:03 pm
19
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 ...
white_sagy
Offline Send Email
Jun 13, 2006
3:36 am
20
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...
mailsyamk
Offline Send Email
Jun 13, 2006
4:02 am
21
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...
Vinu Thomas
uglyftp
Offline Send Email
Jun 13, 2006
8:37 am
22
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...
ravi kiran
l_ravikiran_...
Online Now Send Email
Jun 13, 2006
8:44 am
23
Chandan, If you'd use Authorize.net as a payment gateway, here's a useful link for you: ...
Vinu Thomas
uglyftp
Offline Send Email
Jun 15, 2006
9:07 am
24
hello guys can any one help me how to enable dbx extension..........
badarikashyap
Offline Send Email
Jun 20, 2006
3:13 am
25
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...
kishore
kishore_tkumar
Offline Send Email
Jun 20, 2006
3:13 am
26
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...
Vinu Thomas
uglyftp
Offline Send Email
Jun 20, 2006
3:27 am
27
Hi Kishore, Fro graphs you can take help from: http://www.zend.com/zend/tut/tutsweat3.php http://in2.php.net/gd ...
Gautam Prasad
gautam_php4
Offline Send Email
Jun 20, 2006
5:05 pm
28
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...
ravindra_yepuri
Offline Send Email
Jun 21, 2006
5:06 pm
29
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. ...
sureshhatti001
Offline Send Email
Jun 22, 2006
11:37 am
30
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...
raghu mitra
ksvraghumitra
Offline Send Email
Jun 22, 2006
12:35 pm
31
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...
Vinu Thomas
uglyftp
Offline Send Email
Jun 22, 2006
12:37 pm
32
Suresh, You can load a CSV file into MySQL using the LOAD DATA INFILE: LOAD DATA INFILE 'data.txt' INTO TABLE table2 FIELDS TERMINATED BY ','; More on this...
Vinu Thomas
uglyftp
Offline Send Email
Jun 22, 2006
12:41 pm
33
Use fgetcsv if you want to manually read it and seperate fields befor e adding to table Best, Syam...
mailsyamk
Offline Send Email
Jun 22, 2006
2:40 pm
34
Hi, You'll have to compile PHP with the --enable-dbx option to get that working on PHP. Regards, Vinu...
Vinu Thomas
uglyftp
Offline Send Email
Jun 22, 2006
4:52 pm
35
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...
suresh hatti
sureshhatti001
Offline Send Email
Jun 23, 2006
4:03 am
36
HI Vinu , hello guys hey when will be the next php meeting. regards -Amit kumar Vinu Thomas <vinuthomas@...> wrote: Hi, ...
Amit kumar
amit0710
Online Now Send Email
Jun 24, 2006
1:10 pm
37
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: ...
Vinu Thomas
uglyftp
Offline Send Email
Jun 27, 2006
3:04 am
40
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"> ...
pritesh loke
priteshloke
Offline Send Email
Jun 27, 2006
10:26 am
41
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...
lalit kumar
lalit774
Offline Send Email
Jun 27, 2006
10:38 am
42
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:...
ansar ansar
ansarahmed_8
Offline Send Email
Jun 27, 2006
12:31 pm
43
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...
pritesh loke
priteshloke
Offline Send Email
Jun 27, 2006
5:35 pm
44
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...
Binu Raman
binu.raman
Offline Send Email
Jun 28, 2006
9:19 am
45
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. ...
Binu Raman
binu.raman
Offline Send Email
Jun 28, 2006
9:20 am
46
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>...
LINGAM RAVI KIRAN
l_ravikiran_...
Online Now Send Email
Jun 28, 2006
9:33 am
47
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>...
ravi kiran
l_ravikiran_...
Online Now Send Email
Jun 28, 2006
10:28 am
48
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...
Binu Raman
binu.raman
Offline Send Email
Jun 28, 2006
10:29 am
Messages 17 - 48 of 1103   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help