NathanLedet
07-27-2010, 09:48 PM
Using the 3.x methods, I have the following code:
eval(print_standard_redirect('foobar'));
How would I update that to the new 4.x syntax?
eval(print_standard_redirect('foobar'));
How would I update that to the new 4.x syntax?