Removed manufacturer code #10
websitecareio
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cleaning up code... saved for later use (maybe)
/inc/header.php
`/* MANUFACTURES */
$stmt = $dbh->prepare("SELECT name,searchterm FROM se_manufacturer ORDER BY name ASC");
$result = $stmt->execute();
/* MANUFACTURES END */
`
Beta Was this translation helpful? Give feedback.
All reactions