Question
PHP Code Help
I have the following code:
header('Location: time_entry.php');
I need to change the location to the following:
employee_view_entry.php?period_id=<?=$row['period_id']?>&user_id=<?=$timeapp_id?>
Can someone please show me how to make this work without getting a string error? I am sure it has to do with ( ) and ' ' mark placment.
Please advise and thank you in advance!
header('Location: time_entry.php');
I need to change the location to the following:
employee_view_entry.php?period_id=<?=$row['period_id']?>&user_id=<?=$timeapp_id?>
Can someone please show me how to make this work without getting a string error? I am sure it has to do with ( ) and ' ' mark placment.
Please advise and thank you in advance!
