Guest User

Untitled

a guest
Oct 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2. class read {
  3. public function get($_GET)
  4. {
  5. //proceso de lectura
  6. $abc = $_GET;
  7. }
  8. }
  9.  
  10.  
  11. $read = new Read();
  12. $read->get($_GET); //Esto lanza un error, mm bueno no recuerdo si es warning o error.
  13. //Nota es obvio que esta mal, pero en php 5.3 o - no lo marcaba
Add Comment
Please, Sign In to add comment