Posts by DanZing • 9 points
3 posts
-
-1
votes2
answers77
viewsA: How to recover session data beyond ID
Print everything on Session: var_dump($_SESSION); Then just use what you need.
-
1
votes1
answer183
viewsA: Problem concatenating query in PDO
Missing parentheses in query. Try this: $sql = "SELECT * FROM estabelecimentos WHERE keywords_pesquisa LIKE (:keywords_pesquisa) OR titulo LIKE (:titulo) AND activo = :activo "; Don’t forget to…
-
0
votes4
answers129
viewsA: Sort H tags within a page
Try using a H1 for each page. Use the tag for the main title of the page, not for various items. For this, use OL