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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 3211 - 3240 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
3222
NCOSS-09: National Conference on Open Source Software May 25th - 26th, 2009, Mumbai, India Organized by C-DAC, Mumbai Supported by IEEE Computer Society,...
Ncoss Ncoss
ncoss2009
Offline Send Email
Dec 24, 2008
5:28 am
3223
Hello All,          I've written code for uploading images. I've used move_uploaded_file() function. Now i want to display that uploaded images...
vishakha tambe
vish_1204
Offline Send Email
Dec 24, 2008
6:30 am
3224
Hello, I want to know the process to convert mysql database from version 4 to version 5. Regards, Smita...
smitam_02
Offline Send Email
Dec 31, 2008
9:10 am
3225
Hello, We just want to take a few minute of yours to inform about the website abcphp.com, that we have launched to support the PHP developer community. ...
abcphp_com
Offline Send Email
Jan 26, 2009
1:27 am
3226
Hi experts, We are developing a news letter module. We are successfully sending the email from the module admin area. But we are unable to track whether the ...
Surajit Koly
chan_suro
Offline Send Email
Feb 3, 2009
7:39 am
3227
Hi,   Are you sending html mail or plain text mail?   Karunakar ... From: Surajit Koly <chansuro@...> Subject: [in-phpug] Urgent help needed To:...
karni karan
heydude517
Offline Send Email
Feb 4, 2009
4:29 pm
3228
use Beacon - An image of 1x1 pixel with src pointing to your php file on domain where you can do the operations. If you get any request to that PHP file you're...
Ashish Jain
ashishjain_cse
Offline Send Email
Feb 5, 2009
1:29 am
3229
Most of the emails doesn't display images by default these days, so it might track it. I doubt that there is any other way. It's all an appoximation. Aji -- ...
Aji Issac
ajigrmtech
Offline Send Email
Feb 5, 2009
4:24 am
3230
ok put an hidden iframe. You just need to access the url though. Else write a javascript statement to put the image src or the frame src as the tareget url. ...
Ashish Jain
ashishjain_cse
Offline Send Email
Feb 5, 2009
5:09 am
3231
I am trying to set up a multiple virtual host on my apache! So that it allows us to access to files files using https:// and http://. Currently our server is...
Anurag's
anurag.bhatia
Offline Send Email
Feb 18, 2009
6:34 am
3232
Dear Colleagues, If you received this email in error, please forward it to the appropriate department at your institution. Please do not reply to this message....
ncoss2009
Offline Send Email
Apr 8, 2009
9:37 am
3233
Hi Friends, I have a big problem related to PHP Unicode support, I need to convert to the hex for the hindi unicode characters. So eg. if i have...
abhishek jain
ejaincom
Offline Send Email
Apr 29, 2009
11:35 am
3234
I have Book & book Code for "Practical Web 2.0 Applications with PHP" (apress.com/Apress Publication) I am facing problem to setup the application. I am...
jayesh
jdz66
Offline Send Email
May 16, 2009
3:19 pm
3235
Hi all, I am new to SOAP. can you please explain why this errors are coming. ... Warning: SoapClient::SoapClient(http://localhost/nusoap/helloworld.php) ...
Surajit Koly
chan_suro
Offline Send Email
May 29, 2009
4:02 pm
3236
Hi exprts, I am getting the folowing errors regarding soap. Please help me *Fatal error*: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL:...
Surajit Koly
chan_suro
Offline Send Email
May 29, 2009
4:03 pm
3237
This worked perfectly fine for me, although the nusoap library conflicted with my PHP SOAP extension, so i had to disable the PHP SOAP ext. by commenting the...
Krishna Shasankar
shasankar
Offline Send Email
May 30, 2009
7:25 am
3238
I think WSDL support is not enabled in your SOAP Server code. To enable WSDL support, you will need to initialize WSDL using the following settings //...
Krishna Shasankar
shasankar
Offline Send Email
May 30, 2009
7:25 am
3239
Hi Krishna, All of my problems regarding SOAP is solved now with your help. Your comment is really helpfull for me. Thanks :) Regards Surajit ...
Surajit Koly
chan_suro
Offline Send Email
Jun 1, 2009
11:48 am
3240
Hi Due we still need to rely on xml_parse or is there a better way so that the XML is parsed and we get a array for that xml. Thanks -- Regards, Abhishek jain...
abhishek jain
ejaincom
Offline Send Email
Jun 4, 2009
2:13 pm
Messages 3211 - 3240 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