Jump to content

Yet Another Php Vigilance Problem


23.12.2012

Recommended Posts

I'm trying to experiment the $_GET function, but I keep making a spelling mistake in my code, which causes it not to get displayed.

echo '<a href="add_user.php?id=' . $row['id'] . '&first_name=' . $row['first_name'] . '&last_name=' . $row['last_name'] . '&gender=' . $row['gender'] . '&address=' . $row['address'] . '&phone=' . $row['phone'] . '&reg_nr=' . $row['reg_nr'] . '&reg_date=' . NOW() . '&other=' . $row['other'] . '&membership=' . $row['membership'] . '">ReƮnnoire Abonament</a></div>';

Later EDITThe error appears to be triggered by the NOW() function. I think I've found a workaround for my case...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...