Ajax
ASP
C,C++
C#,.NET
CSS,HTML
Delphi,Kylix
Experience
Flash
Java
JavaScript
PHP
Python
QT
SQL
ShellScript
VB
U :
P :
Register
Lost Password
Other Links
Code Archive
Save Giovanni
PHP Category Code
Real Name
:
Secure Shell
Subject
:
Explode CSV File
Description
:
Explode CSV File / CSV Dosyası içindeki verileri explode ile ayrıştırmak..
<?php $users = file("./demoCSV.csv"); foreach ($users as $user) { list($name, $email, $phone) = explode(",", $user); echo "<p>$name ($email) Tel. $phone</p>"; } ?> <!-- A,a@example.com,11111 B,b@example.com,22222 -->
Rating
:
0.00
(out of 5)
Visitor Voting Booth
:
Excellent
Very Good
Good
Fair
Poor
Copyright © 2006 SharingCode.NET . All rights reserved. Hosted By: SisNetworks