Home
Καλωσήρθατε στο www.developerpages.gr
Χώρος για επαγγελματίες ή χομπίστες Προγραμματιστές. Μπορείτε να διαβάσετε τεχνικά άρθρα για πολλές γλώσσες προγραμματισμού , να αναρτήσετε δικά σας άρθρα, να σχολιάσετε λύσεις σε διάφορα θέματα που δίνονται από άλλους Προγραμματιστές , να συμμετέχετε στις συζητήσεις μας , να θέσετε τα δικά σας ερωτήματα και να πάρετε απαντήσεις από επαγγελματίες.
Δημιούργησε τον δικό σου λογαριασμό και μπες στην κοινοτητά μας, μάθε, βρες λυσεις και δώσε την δική σου άποψη για τον Προγραμματισμό.
Τυχαία άρθρα
IPHONE app Hello World !
IPHONE app to say "Hello World":
Create Purchase Order with BAPI Function
Create purchase order with BAPI Function :
Resize image with php
The following php class resizes the image to a specific size.
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.
calculate working days between two dates with abap
The following program calculates working days between two dates :