Pages: Previous12
Current Page: 2 of 2
Results 31 - 55 of 55
9 years ago
Kirk
If your PHP code is embedded in the page then it must be published as a PHP page, not HTML.
Forum: WampServer English
9 years ago
Kirk
Require local The local provider allows access to the server if any of the following conditions is true: the client address matches 127.0.0.0/8 the client address is ::1 both the client and the server address of the connection are the same This allows a convenient way to match connections that originate from the local host: Further information here:
Forum: WampServer English
9 years ago
Kirk
Cell Guy, Do you happen to have Skype installed? If so make sure that it isn't using port 80 if you haven't already.
Forum: WampServer English
10 years ago
Kirk
I'm assuming you're trying to enter into your browser something like this: where hello_world.php contains: <?php echo"Hello World" ?> If not, what are you doing?
Forum: WampServer English
10 years ago
Kirk
Try this: <?php echo"Hello World" ?> Note, no space between ? and php.
Forum: WampServer English
10 years ago
Kirk
You might want to try this: I use it all the time to transfer Excel to MySQL.
Forum: WampServer English
10 years ago
Kirk
David, are you trying to download or install? Is it Windows 8.1 or Norton's 360 that is giving you the warning, and what is the warning you're getting? If Norton is causing the issue, you should be able to bypass it by telling Norton to ignore it. You might try downloading and installing the 64bit version and see it you have the same issues.
Forum: WampServer English
10 years ago
Kirk
Are you publishing your page(s) as PHP pages and not HTML pages? Whenever you have PHP code on a page, it must be published as a PHP page.
Forum: WampServer English
11 years ago
Kirk
Since Win 8.1 is an update to Win 8 and if you had WAMP running before updating, I'm not sure why you'd be re-installing WAMP anyway. I had zero problems going from 8 -> 8.1. You also need to be a bit more explicit on what your problem is other than "it won't install".
Forum: WampServer English
11 years ago
Kirk
Could you elaborate on what "... php language does not show" means? Ideally, you should never actually "see" PHP code on a website. Also, when you publish a web page that contains PHP, it should be published as <page_name>.php and not <page_name>.html.
Forum: WampServer English
11 years ago
Kirk
This was actually answered a couple of days ago. If you do a search on "phpmyadmin login" you'll find it right away. (http://forum.wampserver.com/read.php?2,117289,117295#msg-117295) Anyway, if you haven't assigned a password, which you apparently haven't, the default username is "root" (all lowercase) and leave password blank. You can assign a password after you get logg
Forum: WampServer English
11 years ago
Kirk
When you click "www directory" (right click on the green wamp icon), do you see an index.html file?
Forum: WampServer English
11 years ago
Kirk
Your top level page must be named index.html.
Forum: WampServer English
11 years ago
Kirk
If you do some research (i,e., use Google or whatever search tool you prefer) you will find tons of sites with tutorials on how to create databases in MySQL. The real question you should be asking yourself is what will the database be used for and how do I utilize it? You will probably also need to learn PHP, as that is the language that is most associated with MySQL for database management.
Forum: WampServer English
11 years ago
Kirk
I'm not a Joomla guy so I probably can't help you much. I'm guessing that you have this Joomla template that has some installation sequence and that it appears to get hung up in step 4 of the installation, whatever step 4 is. Can you look at the database and see if anything has been accomplished? Again, I'm guessing that one of the steps in the installation is the creation of the database and
Forum: WampServer English
11 years ago
Kirk
I may be dense today, but could you be a little more explicit about what your problem is?
Forum: WampServer English
11 years ago
Kirk
Assuming your WampServer is on-line, open a browser and enter "localhost" (without the quotes) in the address bar.
Forum: WampServer English
11 years ago
Kirk
What would it take to ban user pharmainno so we don't get inundated with his spam?
Forum: WampServer English
11 years ago
Kirk
In Skype, go to Tools -> Options. Click Advanced tab (on left). Click Connections (under Advanced tab). Uncheck "Use port 80 and 443 ...". Quit and restart Skype. You should then be able to start Wampserver after Skype has started.
Forum: WampServer English
12 years ago
Kirk
If you mean phpMyAdmin and you used the defaults when installing, your username is 'root' and there is no password. If you mean something else, then like Riggs said, you'll have to be a bit more specific.
Forum: WampServer English
12 years ago
Kirk
Late to the party here, but I've been running WampServer on my laptop since a few days after I got it. Ran with 32 bit Vista, 64 bit Win7 and 64 bit Win8. No problems.
Forum: WampServer English
12 years ago
Kirk
Strange, I'm looking at PHP version 5.4.3 on my system. Have you updated to the latest 2.2E version of WampServer?
Forum: WampServer English
12 years ago
Kirk
Henry, I would suggest doing some research online for PHP/MySQL tutorials. There are many that are free and well worth pursuing. There are also many that are not free, but are still worth checking out. Creating shopping carts is not something a novice should dive into. No offense meant here, but you need to learn how to crawl before you start trying to run the 4 minute mile.
Forum: WampServer English
12 years ago
Kirk
are your pages *.php or *.html? If the latter, you will just see the php.
Forum: WampServer English
Pages: Previous12
Current Page: 2 of 2