PHP List and Explode

preview_player
Показать описание
These 2 guys are really useful. Explode will brake a string up into an array by an character,

list will store the indecies of an array into variables. This is more for writing more usueful better readable code
Рекомендации по теме
Комментарии
Автор

now i can finally finish that php assignment

danielchavez
Автор

@cheatonly2win Thanks. I will I got a giant list of videos to do. Work makes it difficult sometimes.

optikalefx
Автор

Thanks for making this! Really helpful :)

TorBarstad
Автор

@optikalefxx yeah i just looked again after this video. When they announced the latest php major explode was depreciated, they must have gotten complaints and added it back in.

secoxxx
Автор

explode is depreciated after php 5.2.12, kinda dumb move on their part, its such a handy function.

secoxxx
Автор

@secoxxx It's not gone I checked all over php net

optikalefx
Автор

@cheatonly2win strange, i swear they said it was gone, which is why i havent updated the major... i remember php.net saying depreciated as of 2.3.0 hmm maybe they added it back in?

secoxxx
Автор

string = "PHP CODING TECH "
output:
PCT
PHCT
PHPCT
PHPCOT
PHPCODT
PHPCODIT

i tried this to print but unale to print

akshayparate