Yongyao YanComic book: Daily Laughs 1Our new comic book, Daily Laughs Book 1, is available on Amazon.Jul 16, 2022Jul 16, 2022
Yongyao YanHow to calculate keyword frequency and draw the bar chart in PHPThis post shows you how to calculate the keyword frequency from text and draw the bar chart by using the JpGraph library.Jul 11, 2022Jul 11, 2022
Yongyao YanHow to count words in a string in PHPBy using the function str_word_count(), we can get information about words used in a string.Jun 29, 20222Jun 29, 20222
Yongyao YanCreate an object from a string variable in PHPIn PHP, objects can be created from string variables. It provides a very convenient way for you to define rules in text and handle requests…Jun 4, 20224Jun 4, 20224
Yongyao YanReverse an array in PHP by using recursionLet’s go back to a computer science textbook topic. Show you how to reverse an array in PHP without using any native array functions such…May 15, 2022May 15, 2022
Yongyao YanMake Ajax Requests in JavaScriptAjax is a set of web development techniques on the client side to exchange data with a server asynchronously. It allows updating parts of a…Apr 19, 20221Apr 19, 20221
Yongyao YanCreate an array and access array elements in PHPIn PHP, we can create indexed and associative arrays, where integer and string can be used as keys respectively.Apr 17, 20221Apr 17, 20221
Yongyao YanSet Up Twig for Web Projects in WampServer on WindowsTwig is a popular template engine for PHP programming. WampServer is a web development environment on Windows, and it allows you to create…Apr 17, 2022Apr 17, 2022