Beginner PHP Tutorial – 34 – String Functions Part 1

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

25 responses to “Beginner PHP Tutorial – 34 – String Functions Part 1”

  1. Drunk Arsonist Avatar

    Hell yeah still watching in 2018

  2. jondy gonzales Avatar

    if we complete this php tutorial.. whats the next could we code further now.?

  3. Liam Avatar

    Once again another problem

    <?php

    $string = 'This is a string';
    $string_word_count = str_word_count($string);

    echo string_word_count;

    ?>

    Parse error: syntax error, unexpected 'str_word_count' (T_STRING) in C:xampphtdocsSeariesechoindex.php on line 4

    Why do I get this error???????

  4. Nikhil Ganji Avatar

    Am I the only one who is missing Bucky here? :/

  5. MemeHunterTV Avatar

    You better use Adobe Dreamweaver

  6. Andrew Guo Avatar

    Unless you're already familiar with arrays, this video may be slightly confusing from 2:41 to the end.

  7. lucio kins Avatar

    hi? can I get the enjoined videos as a single file

  8. AKSHAT SAXENA Avatar

    now days we can use explode function

  9. rohit nikalje Avatar

    I find confusing when the array thing comes up , what's the real time example ?

  10. Anonymous faggot Avatar

    I know it would make no sense to do this but how would you code the function "str_replace" from 0?

  11. Anuj Kumar Avatar

    <?php

    $string = 'This Is An Anuj AJ';
    $string_word_count = srt_word_count($string);

    echo $string_word_count;

    ?>

    Fatal error: Call to undefined function srt_word_count() in C:xampphtdocsimgfirst.php on line 4

    Why This error is showing ??
    Help

  12. Tanuj Nayanam Avatar

    Better to say Index instead of key. What say?

  13. Semih Sezer Avatar

    2:26: The clashing noise of phone and internet signals which is like diridittiri dittirii diiit; haha what nostalgia!  Year 2015.

  14. Jenna Johnson Avatar

    Fatal error: Call to undefined function str_wrd_count() in C:xampphtdocstutorialsindexStringFunction.php on line 4 // never figured out WHY? (yes, ; spelling)

  15. Janis L. Avatar

    its easier to use sizeof

  16. Janis L. Avatar

    can someon please tell me where should I found other Alxe's tutorials.I realy like them.They're even better than Bucky's

  17. King Trawal Avatar

    dude, you kinda suck at explaining things clearly.  just sayin…

  18. Josefine J Avatar

    I watched the three lessons about arrays, and it all makes sense to me now. It seems that he, for some reason (maybe accidentally), switched these videos around. It makes more sense to watch the videos about arrays before these, so that is what I would recommend (if you are still confused about these tutorials) 🙂

  19. Josefine J Avatar

    I couldn't agree more. I think he should've explained arrays and associate arrays or whatever in PHP before using them in this example… it was very confusing.
    Though the lessons up until now have been great and easy to understand.

  20. cobainc0 Avatar

    you cant echo out echo $string_word_count once its an array. You have to use the print_r() function
    like he did…

    $string1 = 'This is an example string.';
    $string_word_count = str_word_count($string1, 1);
    print_r ($string_word_count) ;

  21. Mohamed Elkholy Avatar

    i have a problem
    Notice: Array to string conversion in C:xampphtdocsFirstsiteindex.php on line 5
    the the line as he do it its just an echo
    $string1 = 'This is an example string.';
    $string_word_count = str_word_count($string1, 1);
    echo $string_word_count ;
    so whats wrong with it ???

  22. PokeWizBro Avatar

    Even after reading top two comments, I flipped out BAD

  23. J Carson Avatar

    A Call or a Text @ 2:19? Youtube is full of trolls. Good tut dude.

  24. Monkey_so_Cool Avatar

    2 years later and it still cheating us… heheh
    i did the same thing…

Leave a Reply

Your email address will not be published. Required fields are marked *