Web designer kind of stranded me. I have ftp access and dreamweaver.
I have a directory that is going to have more than 500 files in it. How can I quickly retrieve the number of files in this directory? Is there a better/quicker method than: count(glob(‘*.*’))?
I have some very basic HTML skills but I’ve put these on a back-burner in recent years and done what little web site coding I’ve needed to do in Dreamweaver.
Lately I’ve been working with some open source code which pulls information from a MYSQL database but the PHP files used are very basic. I’d like to adapt these files to fit in with my website’s basic template but don’t know how to edit the PHP. I’d like a nice simple way, in something like Dreamweaver where I can just cut the existing tables from the old document, drop them into the relevant section of my site and then just save it.
Can anyone explain the easiest way for me please?
i create a template and downloaded it. but they gave me many different php files and they told me to upload and im done. what they mean by upload? upload where?
Basically I want the index for my site to be in one file that can be referenced into my website pages.How do I do this?
I’m new to PHP. I want to run my php files on my computer locally. I’ve no idea of web server too. whats the way to do this. Plz help me
I’m using XAMPP for testing a mini-website. Basically, I just want to be able to dump a few zip files into a specific folder on the server, then for them to be automatically unzipped, with the contents of each zip file saved to their own newly created directory on the server.
I’m also using Windows by the way.
And the unzipped files (which will be directories containing text files) will then be read afterwards.
Any help would be much appreciated!
I am just looking to display all the .txt files in a directory, i dont want users to be able to access any other directories
I want to protect a directory that contains my database connection information.
I’m looking for examples of php sites with html with all the .php files and .css files in it?