Home
Welcome to www.developerpages.gr
Place for professionals or hobbyists Developers. You can read technical articles for many programming languages, you can post your own articles, comment on solutions to several issues given by other developers to participate in our discussions, to ask your own questions and get answers from professionals.
Create your own account and enter in our community, learn, find solutions and give your own opinion about programming.
Random Articles
jQuery Hello World example
Hello World with jQuery :
How to get List of Java Threads
The following code returns a list of Java Threads :
Create mysql database and tables with php
Create database and table(s) in MySQL Database with php code:
Create Sales Order with BAPI Function
Create sales Order in SAP R/3 with BAPI funcion :
PHP GET method
There are two ways the browser client can send information to the web server.
The GET Method
The POST Method
The GET method sends the encoded user information appended to the page request. The page and the encoded information are separated by the ? character.