Pages: PreviousFirst...34567...LastNext
Current Page: 5 of 9
Results 121 - 150 of 270
17 years ago
roms
Otherwise, if you need differnt documentroot for different porjets, you'll have to configure virtualhosts for your projects, see the apache documentation.
Forum: WampServer English
17 years ago
roms
As said Cyber, you don't have to configure WAMP for that. If your domain name points on your Ip adress then, it will work. Now if you want, you can configure a Virtualhost in Apache, so you will be able to manage multiple domain names. For MySQL, there's really nothing to do. If you have a dynamic IP, you will need to use a dynamic DNS system like DynDNS. If you have a router, you will need to
Forum: WampServer English
17 years ago
roms
go in your router settings nd redirect port 80 to your computer
Forum: WampServer English
17 years ago
roms
click on the wamp icon, then php setting->php extensions->php_gd2 Romain
Forum: WampServer English
17 years ago
roms
Nothing to install, MD5 is available as a function in MySQL. It is also available directly in PHP with the md5() function.
Forum: WampServer English
17 years ago
roms
126. Re: mySQL
Use phpmyadmin to export your local databases. You shoiuld also have a phpmyadmin on your server, use it to import your database.
Forum: WampServer English
17 years ago
roms
Use $_GET['id'] instead of $id (or put register_globals at On in the php.ini file).
Forum: WampServer English
17 years ago
roms
Well, we have banners on the credits page, but If you think you can make nicer ones (they are old and i'm sure you can do better) go ahead ;-) Thanks for your help
Forum: WampServer English
17 years ago
roms
Give more info if you want some help.
Forum: WampServer English
17 years ago
roms
This update will come as soon as I have time for it, I hope this week end. I started last week end but didn't find the time to finish. Maybe PHP 5.2.0 will be out until then???
Forum: WampServer English
17 years ago
roms
don't open your files directly with your browser, open Romain
Forum: WampServer English
17 years ago
roms
17 years ago
roms
yes, just launch the go-pear.bat like you would do with a manuyal install
Forum: WampServer English
17 years ago
roms
Nice work you've done here David, the wamp5 website will soon be rebuild, we'll have a special section for non official add-ons, you'll be there ;-)
Forum: WampServer English
17 years ago
roms
Just modifiy the value in the index.php file.
Forum: WampServer English
17 years ago
roms
No, just replace the old phpmyadmin directory by the new one.
Forum: WampServer English
17 years ago
roms
Well, in fact, it should work, even the config.php file should be preserved.
Forum: WampServer English
17 years ago
roms
You've got your answer ;-)
Forum: WampServer English
17 years ago
roms
just click on thte 'put online' button in the wamp menu.
Forum: WampServer English
17 years ago
roms
Weired, try to download again from another mirror
Forum: WampServer English
17 years ago
roms
hi, juste change the name of your php script to something else then browse.php (same name as your directory) and you'll see taht everything works fine.
Forum: WampServer English
17 years ago
roms
It's $_POST and not $_post (case sensitive). Now since your data is a string it should be with quotes in your query so $query = "INSERT INTO sender VALUES ('$fname')";
Forum: WampServer English
17 years ago
roms
WAMP should work on Vista, you just have to make sure that services are well installed.
Forum: WampServer English
17 years ago
roms
come on, this is the new feature of WAMP5, just read the text on the main page of this website, or try to click on the put online link of the WAMP5 menu.
Forum: WampServer English
17 years ago
roms
No, sorry ;-)
Forum: WampServer English
17 years ago
roms
no pb ;-)
Forum: WampServer English
17 years ago
roms
No problem with HTML, but you can have probelms with other languages like xml (open tags like <?xml ....). <?php= is not possible, you'll have to replace by <?php echo
Forum: WampServer English
17 years ago
roms
shorti_open_tags problem. Short_open_tags have been desactivated ion wamp since 1.6.0 bevause they are not compatible with XHTML. The best is to use <?php open tags (short_open_tags might dissapear in php6). If you really want to use short_open_tags just activate them in the php.ini file.
Forum: WampServer English
17 years ago
roms
problem de short_open_tags (<? au lieu de <?php). Soit tu actves les short_open_tags dans le php.ini, soit tu rempaces tes balises par de belles balises <?php.
Forum: WampServer English
17 years ago
roms
Hummm, you should all have a look at the latest WAMP version (1.6.4) with the new online/offline feature.
Forum: WampServer English
Pages: PreviousFirst...34567...LastNext
Current Page: 5 of 9