Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

php programming

  1. JosiahMaybe

    PHP How to encrypt AND decrypt passwords?

    Okay so I use openssl_encrypt and openssl_decrypt but that just sounds like it depends on SSL certificates and since they only last a year, how am I supposed to encrypt and decrypt passwords? I know password_hash won't work because I need to get origin again. Also, unsure what happens if I use...
  2. 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...
  3. 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