PHP Examples of the regular expressions

Content

  1. How to get a substring inside the brackets from the string?
  2. How to substitute a substring inside the brackets in a string taking the ending standing right after the closing bracket?
  3. How to get a value of variable from url using regular expression PHP?
  4. How to cut out text inside a tag?
  5. Exploding, cutting an src attribute of the img tag from the text
  6. Exploding, cutting an img tag from the text together with the attributes

Read more

Notebook excel

Hi, friends! Today I would like to discuss how to make a diary by hand using Excel. Let’s go!

Read more
How to combine PHP and Java Script

Suppose you need to transfer the value of PHP variables to the JavaScript function. Let’s assign values to two variables in the following way: Read more