Skip to main content

Home/ PHP Programming/ Group items tagged php workaround

Rss Feed Group items tagged

qualitypoint Tech

Parsing webpage using php DOM. - 4 views

  •  
    PHP is having DOM functionality for parsing webpage by considering the HTML content of the webpage as XML data. If you assign the $data with the HTML content of the webpage, below code will load the HTML content in DOM object.
qualitypoint Tech

print_r() Versus var_dump() - 3 views

  •  
    PHP is having various functions for debugging a variable. Seeing values stored in an array or in any other object is important for doing any troubleshooting in a code.
qualitypoint Tech

Workaround for inconsistent issue with mySql query handling integer id - 1 views

  •  
    We faced some inconsistent issue with MySql query.
1 - 3 of 3
Showing 20 items per page