Dynamic Web Pages: deutschsprachiger PHP Knotenpunkt seit 1999

Dynamic Web Pages : tutorials _





 
 
 
 
 
 
 

PHP QuickRef

Via QuickRef gelangen Sie direkt zur gesuchten Funktion im Handbuch.

 
 

Printmedien

PHP-Magazin
Das PHP Magazin erscheint 2-monatlich zum Preis von 9,80 €. Studenten erfreuen sich über ermäßigte Abos.

PHP-Journal
Das PHP Journal erscheint 2-monatlich zum Preis von 14,95 €. Studenten und Abonnenten erfreuen sich über bis zu 25% Ermäßigung.

PHP Solutions Magazin
Das PHP Solutions Magazin erscheint alle 3 Monate zum Preis von 8,75 €. Studenten erfreuen sich über ermäßigte Abos.

PHP-Architect
Der php|architect erscheint monatlich als digitale PDF-Version zum Preis von $3,99 USD und als Print-Version zum Preis von $8,69 USD. Im Abo gibt es Rabatt (30% Print, 15% PDF).

 
Tutorials: FTP & PHP
Tutorial in dieser Kategorie hinzufügen
Keep your options open with FTP file uploads (2219 Zugriffe)

With PHP, there's always more than one way to accomplish a particular task.

Take file upload, for example. Sure, you can do it the traditional way, using HTTP file upload and transferring the file directly to a location on your Web server's disk. Or you can do it the more exotic way, and use the FTP protocol to upload in a two-step process: from your local disk to a Web server, and then to an FTP server.

Tutorial kommentieren  Defekten Link melden

 
Using PHP’s Program Execution Functions for SFTP (1686 Zugriffe)

The grumpy programmer speaks: I’ve seen too many scripts over the years where the author just calls some external program with an exec or system command, usually without checking for a return value, and then continues on his merry way. This can cause race conditions (i.e. two interdependent processes each not knowing when the other has finished, and stepping on each other’s toes) and unchecked errors, which can in turn cause serious failures. If you need to make use of an external program from within a PHP script, and you want to avoid these problems, then this essay is for you. My example script is for managing an sftp connection, but the principals can be applied to any interaction that requires communication between your script and an external process.

Tutorial kommentieren  Defekten Link melden

 
Pushing and Pulling GnuPG documents via FTP protocol (1468 Zugriffe)

Highly sophisticated applications do not only consist of web forms processed interactively. With underlying modules interfacing external services and different technologies managing a clever workflow the application quickly becomes quite complex. This article introduces the technical details of setting up a batch system which uses FTP communication with encrypted files. Possibly even more important, a basic understanding of an approach which interfaces heterogeneous platforms with PHP as the "glue language" is provided.

Tutorial kommentieren  Defekten Link melden

 
My FTP Wrapper Class for PHP (1606 Zugriffe)

In this article Mitchell shares his FTP wrapper class which he has written in PHP. It includes error checking and many useful functions.

Tutorial kommentieren  Defekten Link melden

 
Building An FTP Client With PHP (1994 Zugriffe)

Ever wondered how to make your own FTP client with PHP? Look no further. In this article Mitchell teaches you everything you need to do just that.

Tutorial kommentieren  Defekten Link melden

 
1
zurück

Folge DynamicWebPages!

PHP News als RSS abonnieren ...
Auf Twitter folgen ...
Fan werden auf Facebook ...

 
 

PHP Newsletter

Bleiben Sie immer "Up-To-Date" mit unseren Newslettern!

PHP Newsletter
PHP Trainingsletter

 
 
 
 
 
 

PHP Releases

 
 

Sponsoren

 
 
 
   
powered by Hetzner


top Alle Rechte vorbehalten. © Dynamic Web Pages 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 top

  Seitenaufbau in 0.038 Sekunden