Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

php script

  1. Johna

    PHP rename() not working to move files

    I have a file called index.php (located in the root folder of the website) which creates a file called cat.php in the root folder of the website. <?php $title = "cat"; $image = "cat_pics"; $desc = "funny cat pictures"; $content = "<?php include '_data/head.php'; ?><title>" . $title . " | Crazy...
  2. S

    PHP Can Someone help me send this web form to "welcome.php" to my email address [email protected]

    <form action="welcome" method="post" name="form" class="form-box"> <h1>Find Local Landscape Pros</h1> <!-- One "tab" for each step in the form: --> <div class="tab">Name: <p><input placeholder="First name..." oninput="this.className = ''" name="fname"></p> <p><input...
  3. MIke33

    PHP Need help

    HI. Is this easy to make font generators like this https://toolzweb.net/. I know a little bit php if any one help me to make like this so it will be very thankful and i will pay him/her a little bit :x3:.
  4. Ghost

    PHP Hello World PHP Beginner Tutorial

    I want to share this easy beginner PHP tutorial for how to code Hello World in PHP! It is one of the easiest ways to learn a new programming language because it covers how to start your code block in the PHP file and show text on the page. You can read my full beginner PHP Hello World tutorial...
Back
Top Bottom