Programming

PHP, Perl, Pyhon, bash, javascript and jQuery and probably other languages to come. This category is all about programming!


How to check and create php session variables

How to check and create php session variable In this article I’m going to show you some simple things to work with sessions in php, these are mostly used to store information about your users, like usernames, choices selected by users and similar, these however are stored on the server and deleted once the user

How to make a jQuery ajax call

jquery ajax call

How to make a jQuery ajax call I’ve had this exact thing a few days ago when I wanted to run form post requests in background asynchronous and wanted to have the form output after each iteration from looping through an array. I received from my friends that I could have used output_buffering off or

How to parse an array in php

How to parse an array in php I remember back when I first started programming that I was having a bit of hard time when parsing an array in any giving language (well only php or java at the time), its always like that, after you learn it, you always think its very simple. Well

How to select from table where name

How to fix mysql server has gone away error

How to select from table where name Not the most ingenious article name, but will go with this one for now. I’m going to write a few tricks that I stumble upon working with mysql queries and the select method. This is about how to select from table where name is equal to something related

Request an article ←