I have WampServer 2.0 that is installed on Windows on my laptop.
I'm running on it an application that I wrote. The application is working with MySQL database.
I would like to make backups of this database periodically.
How this can be done ?
How could I define cron on Windows ?
...
I have wamp installed on my pc. and i have used the put online option. But when i visit my ip address. it doesnt visit my local host. on my desktop it used to happen. when i got my laptop. not it redirects to my Router Modems login page.
How to set wamp to access it via my ip address.
...
hi i am using localhost wamp server and i want to add smarty to it how can i do that
and is there any tutorial or ebook i should start with
thanks
...
Can anyone explain why the following script behaves differently on two different platforms?
Script:
<?php
echo "hello!";
$view_content = ob_get_clean();
echo "'".gettype($view_content)."' >".$view_content."<";
Output 1 (on WampServer 2i - php v5.3.0 - Windows 7 x64 ):
'string' >hello!<
Output 2 ( on MAMP 1.9 - php v5.3.2 - OSX ...
I have .htacces like:
RewriteEngine On
RewriteRule ^en/$ index.php?page=index&lang_id=2
RewriteRule ^contact.html$ index.php?page=contact
RewriteRule ^en/contact.html$ index.php?page=contact&lang_id=2
# ...[and so on]
In my site i have a switch language button(image). My basic language is in Ro and and i want to swtich ...
I am running wamp server with php 5.3.0. My efforts running memcached were a fail :( After googeling I found out that the problem is that I need the correct php_memcache.dll which is a vc6 compiled for windows 7 X64. Does anyone know where can I find the dll?
...
I am trying to develop websites using Zend Framework. But I came to a strange problem, the public folder is not showing up. I was suppose to change the apache's configuration to redirect http://localhost/ to http://localhost/public, but there are many projects inside the WWW folder, which has to be accesed.
I can enable the mod_rewrite ...
I have deployed a PHP application on the WAMP. Presiously it was working fine. But now when I access WAMP it displays a blank page. I have confirmed that WAMP is running.
...
"
I had WampServer running well for a long while. For some reason it stopped responding and I cannot get any error messages anywhere as to why.
Trying to load the mysql and then apache services using services.msc reports:
For wampmysqld:
"Could not start wampmysqld on Local Computer. Error 1067: the process terminated unexpectedly."
F...
Hi,
I'm developing a website which run on WAMP stack (windows-apache-mysql-php). I'm trying to connect my web server to another enterprise application server and get some web services from it. I need to register my web server as "OAuth Consumer" in that enterprise server.
I already configure my web server to use SSL. I have a cert file...
I just got my self a new laptop, it runs on windows 7 and i am in deliberation what dev environment to set up.
I have most of my life used wamp set up, on windows machines for local dev environments. Here i recently installed IIS and it looks very convenient to set up sites and so on and so forth.
So I am thinking of installing php and...
Please help, how do I configure apache (wamp) in windows when I want to use symfony as my php framework, I followed the guide(pdf) from the symfony site. But I end up with this when I access http://127.0.0.1:8080/:
But I end up with this, when I try to access http://localhost/sfproject/web/frontend_dev.php
What is the correct url to a...
I installed wamp server and after that I received an error and then I reopened it but this time I ran it as an administrator and after that I checked on my browser if the 'localhost/' is working and unfortunately it doesn't.
I installed wamp server on the default location which is 'c:'
...
I would like to briefly open up my computer and allow my business partener to see what I've been developing on the my localhost. I understand there are probably some security issues with this but I only want to open up my computer for a few minutes...
What do i need to setup on the following interfaces to do this?
my wireless router
w...
I was wondering if there was a way to create a local webserver on your own computer which uses ASP.Net? Sort of like WAMP for Microsoft technologies.
...
Hey,
So I have my email on a site w/ cpanel and my support site currently running locally. I've set up a forwarder to automail.php which triggers correctly. Here is the code:
#!/usr/bin/php -q
<?php
try {
#pre-checks
function_exists('file_get_contents') or die('upgrade php >=4.3');
set_time_limit(30);
#Configuration: Enter the url ...
I have downloaded a backup copy of my cpanel webserver. I install WAMP on my local laptop.The database and php username and password have been set. Then I loaded the database into the local MySQL database. I verified the phpinfo.php is working. I setup dreamweaver manage site with the extracted website on my laptop. Now the back end adm...
I am aware of how to enable the php_curl.dll file by uncommenting the ; from within php.ini
When I do that however, the version of curl provided with a default WAMP install is 7.19.2 at the moment (Oct 2010).
I am in need of the latest libcurl version which is 7.21.2 to be working together with PHP and Apache on a Windows 7 32 bit OS.
...
Hi, Iv set up a wamp box but I can't seem to find any good server management software to install. Iv used plesk before and think it's really good but I don't think you can run in on a WAMP box. Does anyone know any good software preferably free?
Thanks
...