 |
|
 |
| |
|
 |
|
 |
| |
|
 |
|
 |
| |
|
 |
|
 |
| |
|
 |
|
 |
| |
|
 |
|
 |
| |
|
 |
|
 |
| |
|
 |
|
 |
| |
|
 |
| Reading xml file using php |
| The easiest way to read a well-formed XML file is to use the Document Object Model (DOM) library compiled into some installations of PHP. The DOM library reads the entire XML document into memory and represents it as a tree of nodes. Here is a script which reads the xml file....more » |
| Category :
PHP Examples |
Hits : 618 |
|
 |
| |
|
 |
|
 |
| |
|
 |
| Uploading file using php |
Here is a simple script to upload file using php. we are using move_uploaded_file function to upload file. The move_uploaded_file function needs two parameters
1. The path of the temporary file.
2. The path where it is to be moved to. ...more » |
| Category :
PHP Examples |
Hits : 364 |
|
 |
| |
|
 |
|
 |
| |
|