Murugan.com
Murugan Andezuthu Dharmaratnam

  |  HOME   |  BLOG   |  TWITTER   |  ARTICLES   |  8086  |  C++   |  VC++   |  ASP .NET   |  VB .NET   |  JAVA SCRIPT   |  MS SQL   |  PHP   |  MY   |  VIDEOS   |  DOWNLOADS   |  CONTACT ME   |  



php display or dump array


Home  > php  > php display or dump array 
       
print_r or var_dump are the functions used mostly do display the contents of
an array for debugging purposes. Ideally its a dump of everything in the array

php display array
print_r($posts_rows);
echo "

var dump follows


"; var_dump($posts_rows);
index

Wordpress Database File

SQL Connection in Wordpress

php display or dump array

php stdClass

Wordpress SQL Query to Get All Images Data Under Media Library

php wordpress populate all images from image libary to a drop down

php retrive value from get method in php after submit

update a table in wordpress



  |  HOME   |  BLOG   |  TWITTER   |  ARTICLES   |  8086  |  C++   |  VC++   |  ASP .NET   |  VB .NET   |  JAVA SCRIPT   |  MS SQL   |  PHP   |  MY   |  VIDEOS   |  DOWNLOADS   |  CONTACT ME   |  

Copyright 2009 @ Murugan Andezuthu Dharmaratnam