Wamp not working on Localhost, Wamp Starting problem

Why Wamp not working on Localhost? Are you facing Wamp Starting problem.

 

WampServer a Windows web development environment which allows you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your databases.

Wamp is been used by many WordPress developer who wants to test their website on localhost i.e. offline mode before launching it online.

Wamp generally don’t give installation problem but a installer may face starting problem or error while starting i.e. Wamp may not start or Turn Green WampServer-logo-50-x-50 whatever you may do.

Wamp uses port 80 for its operation, if you have encounter starting problem then please check other application those are running in your taskbar or notification area.

For me, I figure out that Skype was already running when I try to start Wamp after installation. Since Skype was already using port 80 Wamp was unable to load, I tried lot of setting before coming to conclusion that Skype should be turned off.

When I turned off the Skype and open Wamp it turns green  WampServer-logo-50-x-50 and I was finally able to use Wamp.

So always check running application before launching Wamp.

Also one more important point to remember that once Wamp is turned ON you may start other application and those will not affect Wamp at all.

 

 

Read More
GoTitNow.in March 21, 2016 0 Comments

How to add comments in php code or html code, ignore single line or multiple lines

Adding comments to PHP code or HTML code for understanding the code is quite easy, this method will also help to ignore single line of code or multiple line of codes while testing your code.

Adding comments to HTML CODE

To add comments to HTML CODE use below syntax –

<!– Add your comments here –>

Adding comments to PHP CODE

  1. To add comments to single line “//” or “#”

for e.g.

PHP CODE – 

<?php
echo “What is my name”; // This will display the sentence
// echo “I am scholar”;
# echo “I sleep on time”;
?>

OUTPUT WILL BE –

What is my name

2. To add comments to multiple line of code in php follow below method –

PHP CODE – 

<?php

/* echo “What is my name”;
echo “I am scholar”;
echo “I sleep on time”; */

echo “I want to learn more”;
?>

OUTPUT WILL BE –

I want to learn more

I hope above explanation will help you.

Read More
GoTitNow.in March 20, 2016 0 Comments
Call Back Request
close slider

    Contact Form
  • Please Tick to Submit"I authorize GoTitNow.in representative to contact me through Email, SMS, Calls. I understand that this will override the DND status on my mobile number and I have no objection for the same."