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
Visual Basic "Hello World" Program
Write "Hello World" with Visual Basic
PHP POST method
The POST method transfers information via HTTP headers. The information is encoded as described in case of GET method and put into a header called QUERY_STRING.
- The POST method does not have any restriction on data size to be sent.
- The POST method can be used to send ASCII as well as binary data.
- The data sent by POST method goes through HTTP header so security depends on HTTP protocol. By using Secure HTTP you can make sure that your information is secure.
- The PHP provides $_POST associative array to access all the sent information using GET method.
IPHONE app Hello World !
IPHONE app to say "Hello World":
Parse xml file with ABAP
Parse xml with abap using standard SAP classes and methonds:
Read first : Read utf-8 xml file with abap
and here the example program :
yii2 advanced application template demo site
yii2 framework ( Alpha release ) advanced application template :
https://github.com/yiisoft/yii2/blob/master/docs/guide/apps-advanced.md
This template is for large projects developed in teams where backend is divided from frontend, application is deployed to multiple servers etc. This application template also goes a bit further regarding features and provides essential database, signup and password restore out of the box.