Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~1K People Reached
Favorite Forums
Favorite Tags
php x 1
c++ x 1

2 Posted Topics

Member Avatar for mandysaini

I would recommend doing it manually. It's not that bad. I'll give you some basic pointers to get you going. There are actually only 3-ish steps, but I'll explain them in detail so you can learn it and not just copy-paste some gibberish. First you need to open a terminal. …

Member Avatar for ghaveIT.000.
0
971
Member Avatar for mandysaini

Make a page with the following: <?php echo 'test'; ?> name is something.php Then access that page through your server, if you see all that text it has failed. If you only see 'test', then PHP is working -- Hope this helps

Member Avatar for digital-ether
0
142

The End.