Skip to content

Tag: php

I’m Trying to Create a search field

I am trying to create a search field in PHP and HTML. My code is not showing any error message, however it doesn’t echo anything. My search page comes up blank. Here is my PHP code: <?php …

Merge pdf files in PHP and keep weblinks inside

We have a project where we merge different pdfs to create a catalog. Right now it’s running on myokyawhtun/pdfmerger, which runs fine, but it does not keep links set in acrobat. We have tried different libraries we found (pure PHP, we cannot install or call applications from the command line via shell-e…