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...
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 ...
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...
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...
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...
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...
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...
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. ...
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...
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...
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"> ...
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...
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:...
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...
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...
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. ...
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>...
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>...
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...