Search the web
Sign In
New User? Sign Up
in-phpug · Indian PHP User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3192 - 3221 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3192
HI All I want a ZCE(Zend Certificate Engineer)Dump and Any body Help me. How to Prepare Exam? please Help Me.. and also send me Dumps or Books This is my email...
murugan_asm
Offline Send Email
Jul 3, 2008
9:26 am
3193
Dear Code Gurus, <code> // program to get a web page from www and then particular words // declare the file handle $file_handle = ...
pannet1
Offline Send Email
Jul 6, 2008
6:01 am
3194
Hello All, We recently have upgraded our system with following configs : Windows Server 2003 X64 PHP.5.2 X32 Apache 2.2 X32 MSSQL 2005 X32 Currently our...
Nishchint Yogishwar
nishchinty
Offline Send Email
Jul 6, 2008
2:03 pm
3195
hi I am doing site for a mumbai based client. The site is related restaurants and ordering food online. here i need to implement the payment gateways in indian...
Sreeni .A
iaminlovewit...
Offline Send Email
Jul 7, 2008
12:12 pm
3196
paypal currently does not support indian currency. There is some online payment service which is partenered by times of india. The name has 365 in it. Hope it...
Rohan Prabhu
rohan_gnome
Offline Send Email
Jul 8, 2008
10:34 am
3197
I have to create a automated script which will check all the files and read only those files which are not locked. How do I check the status of a file if it is...
Anurag's
anurag.bhatia
Offline Send Email
Jul 8, 2008
10:35 am
3198
You can try ccavenues.com. But before that, make a php file, which passes the cost, quantity, particulars etc to the gateway. Check out ccavenues.com for more...
vijay
vijay.srini@...
Send Email
Jul 8, 2008
11:17 am
3199
Thanks for the support, Client is not aware of the payment gateways. We have to present her with the list of possible payment gateways for INR(India), with...
Sreeni .A
iaminlovewit...
Offline Send Email
Jul 8, 2008
11:42 am
3200
Hey Anurag, I feel the best option would be to use is_readable/is_writable to check if the file is accessible.. I haven't tried it but the simple way to check...
Nishchint Yogishwar
nishchinty
Offline Send Email
Jul 8, 2008
11:42 am
3201
i agree paypal is the best. but it is not directly supporting INR. I want the transaction happened in Indian Currency. till now, i got the options ccavenue ...
Sreeni .A
iaminlovewit...
Offline Send Email
Jul 15, 2008
10:47 am
3202
Hi I need help on HDFC payment gateway integration with PHP After googling for a while, i came to know that it need php-java bridge installed on the server....
Sreeni .A
iaminlovewit...
Offline Send Email
Aug 19, 2008
7:20 am
3203
Hi all,    I am using DRUPAL (Content Managment System). Actually i'v prolem using smarty engine. I am not getting how can i create my own theme in drupal. ...
vishakha tambe
vish_1204
Offline Send Email
Aug 19, 2008
9:28 am
3204
Our company has software which runs on our server. We need to data from clients and we process it and give clients a form of reports. Now one of our client is...
Anurag's
anurag.bhatia
Offline Send Email
Aug 21, 2008
12:27 pm
3205
Hi, The API can be in two ways. 1. By designing a standard web service (like SOAP which involves developing a WSDL document for applications using the...
Krishna Srikanth
krishna.srikanth@...
Send Email
Aug 21, 2008
12:50 pm
3206
Hi Thanks a lot for your quick response. I will try the first method and see if it works with our application. Thanks a lot. On Thu, Aug 21, 2008 at 6:12 PM,...
Anurag's
anurag.bhatia
Offline Send Email
Aug 22, 2008
4:10 am
3207
Can any one help us for installing memcache in Windows XP with Apache server? Thanks in advance...
nctcmahesh
Offline Send Email
Aug 28, 2008
9:03 am
3208
You can download php extension php_memcache.dll and copy it to ext directory, this will provide u support for memcache client in php 5 You also need a memcache...
Manoj
manoj240375
Online Now Send Email
Aug 28, 2008
9:59 am
3209
Thanks a lot for this quick reply. We have completed these steps earlier ...... We are facing this warning PHP Startup : Unable to load dynamic...
nctcmahesh
Offline Send Email
Aug 28, 2008
10:20 am
3210
have u checked the extension path in php.ini ? make sure u r copying the dll file in the correct extension folder. I m using memcache with XP and not found any...
manoj sharma
manoj240375
Online Now Send Email
Aug 29, 2008
5:59 am
3211
*Hi all, I am using WAMP for developing website. Suddenly my apache server on localhost stopped working. I checked the log, i found following error in log...
vaibhav
vaibhav_s_ku...
Offline Send Email
Nov 17, 2008
6:27 am
3212
All my site work is on https://www. while http:// shows Failed to connect. So I want to redirect my customers to https:// who accidentally visit the unsecured...
Anurag's
anurag.bhatia
Offline Send Email
Nov 18, 2008
10:13 am
3213
Hi, Please use the following code at the top of every pages <?php if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') { $https = true; } else { $url =...
Surajit Koly
chan_suro
Offline Send Email
Nov 18, 2008
12:04 pm
3214
Okay Thanks! I will try this code. But what I understand this will work when a person tries to access http://and I have the code there.?? But my http:// is not...
Anurag's
anurag.bhatia
Offline Send Email
Nov 19, 2008
12:17 pm
3215
Hi Anurag You need to remove the .htaccess from the root to access both http and https. Please ask the server provider to remove the same. After that the http...
Surajit Koly
chan_suro
Offline Send Email
Nov 19, 2008
4:31 pm
3216
Okay I will try to get the .htaccess file removed. I agree that once I have the access to http:// I can use the code to redirect. ... -- Thank you, Anurag...
Anurag's
anurag.bhatia
Offline Send Email
Nov 20, 2008
5:33 am
3217
Hi experts, Can you please tell me that how can i ensure that my script is always coming with the latest update. I mean to say that my script may come from...
Surajit Koly
chan_suro
Offline Send Email
Nov 20, 2008
12:00 pm
3218
Hello, does anyone know that how to put large size files for uploading & downloading on a website through php ? do i need to make any changes on my server or i...
vaibhav
vaibhav_s_ku...
Offline Send Email
Nov 25, 2008
1:27 am
3219
Hi, If i upload the files through ftp, so for downloading those files do i need to modify something ? Because i am going to upload zip files of around 100-200...
vaibhav
vaibhav_s_ku...
Offline Send Email
Nov 25, 2008
6:00 am
3220
Hello, I have a bunch of images that I am displaying on a web page and their path info is stored in a MySQL database. I'm using PHP and MySQL 5 (if that...
geetanuj2002
Offline Send Email
Dec 3, 2008
8:49 am
3221
I think you want something like this Demo! http://www.dhtmlgoodies.com/scripts/floating_gallery/floating_gallery.html Code ...
Anurag's
anurag.bhatia
Offline Send Email
Dec 4, 2008
3:15 am
Messages 3192 - 3221 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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