Jump to content

Search the Community

Showing results for tags 'php'.

  • Search By Tags

    • php ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 6 results

  1. A new PHP package has been released by TrackBase. Anyone who wants to fetch data from TrackBase but did have problems with cURL requests, we got you. With the new library you can now make API calls with just two lines of code. All necessary information is placed inside the README file and you can ea...
  2. Hello everyone, mySQL is driving me mad for several days yet. I thought twice, trice, googled, googled and googled as hell and would not ask if I wouldn't be f*kd up like now... The starting situation is that I wanted to write a little blog system with PHP and SQL. Sof...
  3. Working on adding another website to my Direct Image code.
  4. Firstly, a little introduction to these tutorials. I am currently working on a clients website, and when I want to take a break, I've decided I will be posting about techniques I've used to cater for different needs, which people may find interesting. Today, I'll be showing you how you can easi...
  5. Structure of PHP We have learned how we can parse some text to browser so far, the easiest thing in PHP. But wait, everything is easy, you only have to know how! PHP uses a if … else structure, similar like flash and Java. <?php if(1+2==3) { echo ‘Correct!’; } else { echo ‘Incorrect’; } ?>The...
  6. First steps into PHP What is PHP? PHP stands for Hypertext Preprocessor and is executed by a webserver instead of the browser, the program where are watching this page in. This means that the server executes all the pages who are containing actions, server-side and then passes the results to yo...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.