Online Notes
PHP

Recent PHP Snippets

  • Clear the browser cache of CSS or JavaScript Using PHP
  • Current Site URL – Codeigniter
  • PHP: fopen error handling
  • Random String PHP
  • PHP function to make slug (URL string)
  • Include all files with in the folder
  • How can I remove 3 characters at the end of a string in php?
  • Print all value of an array – Smarty
  • Receive JSON POST with PHP
  • Adding divs to a foreach loop every 4 times

Recent PHP Questions

  • What’s the difference between unset() and unlink() ?
  • How can we get the IP address of the client ?
  • Difference between require, include, require_once and include_once ?
  • What’s the difference between the include() and require() functions?

Receive JSON POST with PHP

  • Snippets

1
$HTTP_RAW_POST_DATA

instead of

1
$_POST

It will give you POST data as is. You will be able to decode it using

1
json_decode()

later

Related posts

  • Clear the browser cache of CSS or JavaScript Using PHP
  • Adding divs to a foreach loop every 4 times
  • Current Site URL – Codeigniter
  • How can I remove 3 characters at the end of a string in php?
  • PHP function to make slug (URL string)
  • Print all value of an array – Smarty
  • Random String PHP
  • Include all files with in the folder
  • PHP: fopen error handling

Recent Snippets

  • How to Install Angular on Ubuntu (18.04 & 16.04)
  • Install Node.js in Ubuntu
  • Angular CLI & Troubleshooting
  • Simple POJO Example - Employee
  • Hibernate Example Configuration File — hibernate.cfg.xml

Recent Examples

  • How to reverse Singly Linked List?
  • Find out duplicate number between 1 to N numbers.
  • Find out middle index where sum of both ends are equal
  • Write a singleton class in Java
  • Write a java program to reverse a string?

Recent Questions

  • What are the modules of spring framework?
  • List some of the Spring Framework Annotations?
  • How many types of association mapping are possible in hibernate?
  • Define persistent classes?
  • What is HQL?

  • Contact

All Right Reserved © Online Note