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.… PHP Fatal Error Fix: Can’t use method return value in write context
Jan 09, 2011 Author: Dr_ViRuS
PHP Fatal Error Fix: Can’t use method return value in write context.
Very nice error in very bad moment but very very logical error.
When i got this error in my code i was confused Matching variables and DB columns
Jan 07, 2011 Author: Dusan
One frequent use for PHP objects in database-driven systems is as a wrapper around the entire database API. The theory is that the wrapper insulates the code from the specific database system, which will…
Dec 01, 2010 Author: Dusan
PHP provides a hook mechanism so that objects can specify what should happen just before serialization and just after unserialization. The special member function __sleep() (that’s two underscores before…
Nov 10, 2010 Author: LinuxAdmin
This is a sophisticated PHP Login script. In this Login script we are going to create one database table called members. Than we create php file called main_login.php that would be the form where to put…

