PHP Simple example of using get and post
Feb 21, 2011 Author: aleksandar
In this tutorial we are going to talk about the difference of POST and GET method and show you with simple examples how you can use them for sending data from forms. First of lets start with the GET method.…
Nov 28, 2010 Author: LinuxAdmin
Serialization of data means converting it into a string of bytes in such a way that you can produce the original data again from the string (via a process known, unsurprisingly, as unserialization). After…
Nov 12, 2010 Author: City Hall
The reason to use classes is that they provide data protection; that is,
classes prevent a programmer from making logic errors in dealing with
complex data structures. Using curl to Query Remote Servers
Oct 05, 2010 Author: LinuxAdmin
curl is the client URL function library. PHP supports it through libcurl. To enable support for libcurl when installing PHP add --with-curl=[location of curl libraries] to the configure statement before…
Aug 14, 2009 Author: City Hall
PHP assigns a data type to each value and that the numeric data types are integer and double, for whole numbers.

