Welcome!

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

SignUp Now!

php help

  1. phpio

    PHP Asking for your feedback on a PHP code security scanner in beta

    Hi, I'm Theo! Just to preface this for the mods: this is not an ad nor is this a commercial project -- a small team of devs (myself included) has recently finished working on a PHP code security scanner and we are humbly asking for your feedback. We have already been told that integration...
  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. janey98

    PHP Quick PHP help!

    Hello world! Looking for help with my login system code (php and SQL). This error is returning when I try to login on my form. Fatal error: Call to a member function execute() on boolean in /home/****/****/***/auth.php on line 16 <?php include 'dbconn.php'; if (isset($_POST['username']) &&...
  4. C

    PHP Help with displaying search form when sub-category page appears

    Thanks for all the previous help. The web script that I'm trying to modify successfully allows for the ability to search the site by keyword, and filters results by category and by sub-category. I am trying to display a search form when sub-category page appears (as a first step in creating the...
  5. 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:.
  6. Stewpid

    PHP Forum Code I Need Help

    Yo I am new to PHP and I hate to pull a code-kitty but does anyone have the code for a basic working forum?
Back
Top Bottom