Hy i'm using $_GET function to a variable and after make a query, but when i simply trying to display that variable, is not the full text...is less and then thats why dsnt work the query...how can i fix it ?

<?php
$anagrafica=$_GET['anagrafica'];
echo"<center><h4>$anagrafica</h4></center>";
?>

is not even showing the full....

sorry the problems was that i have an & in the variable, how can skip it to have full characters?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.