Skip to content
View HarbertSammyG's full-sized avatar

Block or report HarbertSammyG

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
HarbertSammyG/README.md
<title>Simple PHP App</title> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0; text-align: center; } .container { margin-top: 50px; } h1 { color: #333; } p { color: #666; } button { padding: 10px 20px; font-size: 16px; cursor: pointer; } </style>

Welcome to My PHP App

This is a simple PHP application with HTML, CSS, and JavaScript.

Click Me

<script>
    function displayMessage() {
        document.getElementById('message').innerHTML = "Hello, this is JavaScript in action!";
    }
</script>

<?php
    echo "<p>This is a message from the server-side PHP script.</p>";
?>

Pinned Loading

  1. intprog2 intprog2 Public