SpiderPhp

Just another WordPress weblog

Posts Tagged ‘Display’

it is possible in PHP to display the latest file added in a certain folder? [along with its date]

When a user clicks an option from drop down menu it should display the content based on selection

;–

Posted Saturday, January 23rd, 2010
Tags: , , ,
Posted in Uncategorized | 3 Comments »

something like “echo filename.php”

I am having an exec() function in my code which invokes a shell script to convert an mp3 file into flv format.
Now this conversion takes some time say around 4-5 minutes if the file is large. During this time I want to show some kind of busy icon with message asking the user to be patient. How to write in the code?

I have a puzzle generated by css where each piece is a link. I need to assign more pages to the links than I have puzzle pieces. I’d like to have a list of pages to display somewhere, and randomly pick one link each time a puzzle piece is clicked and display it in a pop up window. Ideally, there would be a close button on the title bar OR only one window open at a time.

I want the information I retrieved with the while loop to be displayed in 3 columns and start a new row after the 3 columns.

the first 100 results in the first page and then the remaining results in the subsequent pages.

I am making an information system using MySQL and PHP.Catch is I want to display only a small portion of my info online without the rest of the info being accessible or seen on the net.How do I do that?I need to display all of the info I have on the intranet but only a small amount on the internet.Please please help

I have a Pokemon Diamond/Pearl fansite www.trainercommunity.net
I want to make a “pokedex” on the site. Each pokemon (there are around 400) will have it’s own page. All the pages will have the same layout, except they will have different pictures (depending on which pokemon it is for). Is there a way that I can make just 1 page, and depending on a variable that is in the address bar, the page will display the correct info?

How Can I Make A Page To Display Different Games Using Php And Mysql?

Posted Saturday, October 17th, 2009
Tags: , , , , , ,
Posted in Uncategorized | 3 Comments »

For instance if I was to go to:
www.mysite.com/games.php?id=52
it would connect to the mysql database, find the game with the id 52 and display it in the browser?