Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View record #36

Open
Vellimack opened this issue Jul 23, 2021 · 0 comments
Open

View record #36

Vellimack opened this issue Jul 23, 2021 · 0 comments

Comments

@Vellimack
Copy link

Vellimack commented Jul 23, 2021

Hi there,

In the edit_customers.php file there is the following line:
($operation == 'edit') ? $edit = true : $edit = false;

Can a new operation be added to view records as well?

Then in the customers.php file the following could be added:
<a href="edit_customer.php?customer_id=<?php echo $row['id']; ?>&operation=view" class="btn btn-info"><i class="glyphicon glyphicon-eye-open"></i></a>

Is this possible?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant