Tag Archive | "from"

How to read tags from MP3 files using PHP code?


Hi PHP Folks,

I wanna make a database of my MP3s by reading files from HDD automatically using PHP. This is not a problem. However, it is very painful to write all MP3 descriptions (Title, Albums, Artists, Genre etc) again. So I would like to ask you guys whether you know how to read tags from MP3 file using PHP or any good sources about this.

I’m looking forward to hearing your answers.

Thanks in advance.

Posted in PHPComments (2)

How to load images from local computer instead of the server?


A game I play online offers the option of downloading all the images used in the game onto your computer, and then loading them from your computer instead of the server, which both speeds up your playing experience and the server overall. However, I have not managed to get it to work with Google Chrome. I’m hoping that someone here knows of either a setting to try or some other way to fix it, or can maybe just explain to me how the process of loading off the local computer works so that I can go about figuring it out myself.

Posted in ComputerComments (1)

how I can print and html file from asp.net, What is the code for that?


I made an application form by asp.net VB andnow I want to generate a html page as preview and print. What should I do?

Posted in ASPComments (3)

How do i create a page with results from my sql table from a url i created with php?


i have got a results page which shows results from my database and i put a
echo “
$row[0]

“;
which uses the topic as part of a url
http://ww.url.com/detail.php?topic=becauseidclose/
but the problem is that how do i create detail.php which will show the record with topic “becauseidclose”
What will i include in detail.php to show the record on its respective page
thanks in advance.
if it helps the website is at
http://www.sharewink.com

Posted in PHPComments (3)

How do you tell if your computer has been accessed from somewhere online?


A guest account has been created but my sister used my computer to check her email the other day. Would that automatically create such an account or has someone high jacked my computer? If so how do I disable it? Sorry I am not very computer savy. Thanks.

Posted in ComputerComments (3)

How to determine if a php script is ran from the command line, or as a web request?


say you have a php script (x.php), the script can be called either from the command line, or from a web request. how can the script determine which called it?

simple and elegang solution needed.

Posted in PHPComments (2)

How do I get the value from a directory like structure using php?


I notice that a lot of sites, especially news site with a CMS, use PHP and get a value without the ?=value.For example they can do www.website.com/news/1, and that one will be one story. Change the 1 to a 2 like www.website.com/news/2 , and its a different story.

How do they do this using php?

Posted in PHPComments (2)

How do you get a value back from an html grid with asp.net and vb.net?


I am trying to get a value back from an html grid on an asp.net page. I want to get the details of the controls on the page that I have stored in the html grid. How would I loop though the contents of the grid so that I can get the values back from the html. I have converted the grid to run as a server control.

Posted in ASPComments (1)

How do I open tow or more tables from the same DB to appear on my web page using ASP?


I have three tables I would like to show information from? I can show information from 1 table right now…how do I show the other two on the same page?

Posted in ASPComments (2)

How do I publish a Website which I made from ASP.net and HTML to the Internet?


Please also tell the steps in doing this task.

Posted in ASPComments (4)

Categories