Current Page: 1 of 1
Results 1 - 16 of 16
17 years ago
mongtay
Ok, if you don't know what program has taken port 80, just change Apache's listen port to another by following these actions below: - Right click on the WAMP icon - Open httpd.conf file (Under menu Config Files) - Locate to the line contains this string "Listen 80" and change this default port to whatever you want (uhm, maybe 8008) . So this string become: Listen 8008 - Also, locate to
Forum: WampServer English
17 years ago
mongtay
Turn "off" "ServerSignature in *httpd.conf* file.
Forum: WampServer English
17 years ago
mongtay
If seems maybe some apps in your PC have held your port 80. Using "Test port 80" menu, under Apache section to determine what it is. Maybe, it's IIS or Skype...
Forum: WampServer English
17 years ago
mongtay
If seems maybe some apps in your PC have held your port 80. Using "Test port 80" menu, under Apache section to determine what it is. Maybe, it's IIS or Skype...
Forum: WampServer English
17 years ago
mongtay
Left click on the WAMP icon (at the right corner on System Tray), then click on "Put Online" option. Yeah, you go!
Forum: WampServer English
17 years ago
mongtay
Wah! I did it! Thank you, two!
Forum: WampServer English
17 years ago
mongtay
Oh, i know, i know. Thank!
Forum: WampServer English
17 years ago
mongtay
Thank, but can you give me another solution (uhm, maybe i need to config something?) Bytheway, thank!
Forum: WampServer English
17 years ago
mongtay
Hi all, I've installed WAMP server (newest version) in my Computer (XP SP2) and it's working properly. I setup a new directory under www folder (named: ABC) and when i'm typing the URL below, all files in the ABC directory are listed: You can view this picture describe my problem here: So, how can i deny this "listing service" (dunno what its name )? Thank for advice!
Forum: WampServer English
17 years ago
mongtay
Can i setup phpBB (or using template model) with WAMP? If yes, plese tell me how! Thank in advice!
Forum: WampServer English
17 years ago
mongtay
I swear that i don't know anything which you're talking about Can you post your code here (insert_contact2b.php) or just a line 25. Btw, you're welcome
Forum: WampServer English
17 years ago
mongtay
If you don't know what IIS is, actually, you don't need it. Just delete it by following those steps below: - Go to Control Panel - Click Add or Remove programs - Click Add/Remove Windows Components - Uncheck Internet Information Services (IIS) - OK. Maybe, you should reinstall WAMP. Hope this help.
Forum: WampServer English
17 years ago
mongtay
Uhm, Ajax is a good once, but you can also go back by writing some JavaScript code in your PHP file (after inserted your data), like this: if ($result = mysql_query($sql, $conn)) { print "<script language=\"javascript\"> document.location = \"main.htm\"; </script>"; } else { //Anything you want... } Hope this help!
Forum: WampServer English
17 years ago
mongtay
What does happen when you clicking on Privileges link? If new page appears, just click on Edit Privileges icon beside root account to change anything you want (certainly, also your password). Remember, change root password (in WAMP) takes two "actions": - Set password in Privilleges in phpMyAdmin from your Browser at localhost. - Set password in config.inc.php in /wamp/phpmyadmin at li
Forum: WampServer English
17 years ago
mongtay
Thank you so much! It helps!
Forum: WampServer English
17 years ago
mongtay
I've just installed WAMP5 with all default settings, but i can't using $_SESSION variable. Here's my two code pages: change.php: //Begin code <?php if (!isset($_SESSION['count'])) { session_start(); $_SESSION['count']=0; print $_SESSION['count']; print "<a href=delete.php>delete</a>"; } else { session_start(); $_SESSION['count']++; print $_SESSION['count']++;
Forum: WampServer English
Current Page: 1 of 1