Search results

  1. J

    [PHP] Basics of PHP Scripting

    Basics of PHP Here you will find a tutorial that is about the very basics of developing in PHP. This tutorial will continue to grow as I add more to it and is a beginning step for newbie PHP Developers or for those looking for a refresher. **NOTE: PLEASE DO NOT REPLY TO THIS POST. IT WILL...
  2. J

    [Info] Tutorial Requests and Index

    Tutorial Request and Index Hello, if you're here than you're either looking for an index to tutorials posted or you are looking to request a tutorial to be made. Please realize that this is an attempt to help forum users so please do not bash me if you do not like this post, I am only trying...
  3. J

    Problem Locating Header/Footer Files

    Hi, I'm running into an issue when I'm including my header.php and footer.php into my web pages. The problem is that for each web page I have to specify how far back into the directory the page needs to go to reach header and footer. Example: Includes for a page located in...
  4. J

    PHP: Putting Variable into Hyperlink Text Problem

    Hi, I am having a problem with getting some PHP code to work... This is what I'm trying to do: I am attempting to create my own simple login script, and so far it works properly for comparing Username and Password values to the DB and returning whether the user is correctly logging in or...
Top