SpiderPhp

Just another WordPress weblog

Posts Tagged ‘Files’

How Do I Update Content Of A Site With A Bunch Of Php Files?

Posted Wednesday, February 10th, 2010
Tags: , , , , ,
Posted in 6 | 2 Comments »

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?

How To Upload To Create A Xml File If U Have Different/many Php Files?

Posted Friday, November 27th, 2009
Tags: , , , , ,
Posted in Uncategorized | 1 Comment »

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?

I Want To Make A Php Page And Use It To Combine Individual Html Files?

Posted Tuesday, November 10th, 2009
Tags: , , , , , ,
Posted in Uncategorized | 2 Comments »

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?

What Is The Easiest Way To Run My Php Files?

Posted Sunday, November 8th, 2009
Tags: , ,
Posted in Uncategorized | 2 Comments »

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

How Can I Unzip Files On A Server Using Php?

Posted Wednesday, November 4th, 2009
Tags: , , ,
Posted in Uncategorized | 1 Comment »

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?