*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...
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...
Hi, Please use the following code at the top of every pages <?php if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') { $https = true; } else { $url =...
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...
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...
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...
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...
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...
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...
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...
NCOSS-09: National Conference on Open Source Software May 25th - 26th, 2009, Mumbai, India Organized by C-DAC, Mumbai Supported by IEEE Computer Society,...
Hello All, Â Â Â Â Â Â Â Â I've written code for uploading images. I've used move_uploaded_file() function. Now i want to display that uploaded images...
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. ...
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 ...
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...
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 -- ...
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. ...
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...
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....
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...
Hi all, I am new to SOAP. can you please explain why this errors are coming. ... Warning: SoapClient::SoapClient(http://localhost/nusoap/helloworld.php) ...
Hi exprts, I am getting the folowing errors regarding soap. Please help me *Fatal error*: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL:...
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...
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 //...
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...