Hi Everybody!
I want to get my member Id after beeing logged via a form login
the problem is that the EE tag {member_id} is not affecting the value to the PHP variable
this is with output & input parsing mode
here is my code
—————————————————————————————————
<?php
$id = “{member_id}”;
<?php
connection to the database to have records with my $id
?>
—————————————————————————————————
if I do an echo to $id it shows {member_id}