|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
How to split the line by tabed delimeter in php?
How to split the line by tabed delimeter in php?
|
|
#2
|
||||
|
||||
|
PHP Code:
You can also use explode with the same arguments. Check my argument order. I can never remember whether the delimiter or the line comes first. The split and explode functions return an array of the elements, which you can then use as you see fit. |
|
#3
|
|||
|
|||
|
dhouston,
your syntax is correct.
__________________
__________________________________________________ _ Wil Moore III, MCP | Integrations Specialist | Senior Consultant Are You Listed...? | DigitallySmooth Inc. |
|
#4
|
||||
|
||||
|
Thanks. I usually manage to do it without hitting the manual if I'm actually coding (muscle memory, I guess), but I wasn't sure when I tried to think about typing it correctly.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > How to split the line by tabed delimeter in php? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|