wamp

i have a problem with setting up the connection for a site using dreamweaver and wampp 5: Http Error 404

i use dreamweaver to develop a website but when i tryd to connect it with the wampp 5, it displays http error 404. i have checked the configuration and nothing seems to be wrong, don't know what i am missing, pls can someone pls help me out? ...

WebClient.DownloadFile Garbles Paths in Debug Mode

This is a really strange issue. When using WebClient.DownloadFile in Debug configuration, it appears as if it combines the source and destination paths and tries to do... something. The destination file does get created (but it's empty). The problem dissaperes if I simply switch to Release configuration. Additionally, this used to wo...

Working with vars on PHP, issue when i use -> or = to assign values.

I'm very new at php, I'm trying to run a php script on my WAMP server, this is not the first time i try a script, buy always when i assign a value to a var i do it in this way: $var1="Value of the var"; But now is the first time I'm trying to run a script who has this format: $user->logout('http://'.$_SERVER['HTTP_HOST'].$_SERVER['PH...

Executing GPGPU program through WAMP

Hi, I have a program that uses the GPU for performing certain computations. I can get the program to run correctly using the command line. But when i try to execute the same statement through PHP, i run into trouble. I'm using wamp 2.0, and I've tried the exec and proc_open functions to try to get the program to run, but even though th...

Using Python with WAMP

I use WAMP for my PHP and MySQL development. I want to start learning Python for use in web development. Is there a way for me to use Python within WAMP? ...

What could change the directory in php Windows besides chdir() and chroot()? (Simpletest include file bug in Windows)

(Sorry if this is titled poorly. I'm actually trying to accomplish two things - find out how the current directory can get changed in PHP, and fix a bug in Simpletest running on WAMP.) I'm running SimpleTest (simpletest.org) on my Windows 7 local machine on EasyPHP (a WAMP variation). When I run tests, the directory changes from the l...

PHP new DOTNET() error

This is a fairly obscure question, but I'm having a devil of a time figuring it out: I'm running PHP on IIS and am using PHP's DOTNET function to load Microsoft's System.Speech class. <?php $recognizer= new DOTNET('System.Speech, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35', 'System.Speech'); ?> I'm getting a ...

php DateTime construct crash on wamp server

Hello, I have a problem with DateTime class. I'm using xampp server: Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 and there were no problems at all, but on the other server (wamp): Apache/2.2.11 (Win32) SVN/1.6.4 DAV/2 PHP/5.3.0 web ...

Differences between the way WAMP and XAMPP handle vhosts?

I'm switching from WAMP to XAMPP and XAMPP has broken my vhosts. It won't allow access to them. "You don't have permission to access the requested directory. There is either no index document or the directory is read-protected." The Apache error log says: "[error] [client 127.0.0.1] client denied by server configuration...

How to use a network drive as a DocumentRoot in wampserver ?

Is it possible to use a 'network drive' connected to a Samba server as a DocumentRoot directory in wamp server? I've tried this and my Wamp Server won't restart. (yellow icon) If I connect the same vhost to a local folder, it works like a charm. So this is what I'm trying to do: where 'G:/' is a network drive connected a Samba server: ...

Relative paths not working when I put WAMP in "Put Online" mode

I have installed the WAMP server on my local machine, and would like to use it in "Put Online" mode to share the work with clients. I have it working with the IP address, but when I click on a PHP file in the localhost, the basic HTML displays, but the CSS doesn't seem to work. The CSS is connected through a relative path, but it won't...

Why mail() PHP function does not work with WAMP default installation ?

I have a default installation of WAMP Server 2.0. I'm trying to send email using this simple script: <?php if (mail('[email protected]', 'My Title', 'Some Text')) { echo "OK"; } else { echo "Why ??"; } ?> Unfortunately, I get the following warning: Warning: mail() [function.mail]: Failed to connect to mailserver at "local...

WAMPSERVER Server not working

I have just installed wampserver on windows 7 it works fine for me but when i restart windows and click on Start Wamp Server it starts but not showing any page at http://localhost i have not any skype or any service install let me know how can i fix that ...

List of useful Apache modules for PHP development

I'm rethinking which modules I need for local PHP development. Which of these modules have you found essential for you, or rarely used, or never used for PHP development. Please share your experience, or share any other that aren't on this list. a: actions_module, alias_module, asis_module, auth_basic_module, auth_digest_module, authn_...

XAMPP portabilty, can the same installation work on Windows 7 and Snow Leopard

I'm new to website development and used WAMP in my introductory course. My desktop runs Windows 7 but I'm planning to get a MacBook Pro laptop. Can I install XAMPP on a flash drive and use it on both systems? If so, is there any special way it should be configured when I first install it on the flash drive? What are the differences be...

Best methodology for PHP+APACHE+MYSQL Development

Hi! I want to start learning PHP. I have had a look at the various options available to install the PHP+MySQL+Apache combination. But it all seems too cumbersome and a lot of editing to the CONF files always leads to one problem or the other. So I had a couple of questions to ask: 1) How will something like WAMP help me? If I instal...

Which wamp/lamp development environments have openSSL

I'm looking for a wamp/lamp development environment that supports OpenSSL out of the box so I can do things with https://. I'm not sure if OpenSSL is a feature of Apache or PHP, but I would rather not add that myself. If your development environment supports it, please add it here. ...

How do I work with PDT and WAMP

I have installed PDT for Eclipse and WAMP server. I want to know how do i start writing code in PHP now? What should I do so that WAMP gets all my PHP files? Thanks! ...

Wamp with php3?

I am looking for a wamp with PHP3 (i need to audit some old application that was coded for php3) I couldn't find any on google, does anyone knows one? ...

Eclipse output to WAMP webserver www folder

I have an eclipse workspace folder. I want to store all the different projects I am working on over here. Now I am working on a PHP project and have WAMP installed. Is there some way to configure eclipse such that it outputs my project files to the server's www folder. I don't want to create my workspace in the server's www folder, for ...