Skip to content

Tag: html

PHP Page Navigation Optimizing – Setting “active” on nav items

I have my nav.php setup with code like this. This is to determine the page and then set both the navigation header and the item as active. I then have the following html code. How can I optimize this as I feel this is horribly done and outdated. I’ve been working on cleaning up all my older code and thi…

Include HTML markup from another file inside PHP file

So this is the method that I am using and it’s kinda working, but I don’t think that it’s best practice and just seems kinda off, so I wanted to see if someone knew a much better and/or cleaner method on importing HTML markup that will be located in two locations. So let’s say that I h…

PHP Upload Multiple Images through Loop

I am trying to upload multiple images in a loop but for some reason it will create the directory, upload 1 file and create the MySQL record so I’m not sure why it only uploads 1 file even though when i’ve printed $i to see how many files have been counted it always counts the correct amount. PHP H…

how can I upload csv file and password_hash [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 11 months ago. Improve this question I have this code on my website, work great, I can upload CSV file to my database, but I wa…