Posted on 09 June 2010. Tags: developed, offline, system, using, were
I am developing a database system that enables several users to connect to a database on a server via ASP. The database system also enables users to run some stored procedures.
One function in which is required is that the user can dump a portion of the database into his or her own laptop, and work offline with the running system, when outstation. Is this possible?
Posted in ASP
Posted on 09 June 2010. Tags: code, files, from, read, tags, using
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 PHP
Posted on 08 June 2010. Tags: ASP.NET, delay, JavaScript, loading, page, using
How do i make page loading delay using asp.net or javascript ?
Posted in ASP
Posted on 06 June 2010. Tags: directory, from, like, structure, using, value
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 PHP
Posted on 05 June 2010. Tags: form, multiple, pages, using
I know how to do one page form using php, but i want to do more than one page form and when i submit them they go in the same row in mysql database?
Posted in PHP
Posted on 04 June 2010. Tags: create, dynamically, table, updated, using
hi i want to create a table in a pdf using php. im retrieving data from a query and i want to display it on a table in a pdf. i can create the pdf…but i cnt figr out the table part. im usinf php 4 and MySQL.
Posted in PHP
Posted on 04 June 2010. Tags: basic, control, create, data, database, using, visual
what are the procedures in creating a vb program using asp or data control?
Posted in ASP
Posted on 03 June 2010. Tags: advantage, html, instead, just, plain, using
It seems like HTML can do everything that CSS and PHP can do.
Posted in PHP
Posted on 02 June 2010. Tags: address, email, imap, sender, using
i’m using php imap for a project of mine in college and i can use it to check my email, check how many unread messages there are etc but i can’t seem to get the email address of the email sender, does anyone know the code for a simple php script that shows who sent the email?
thanks
Posted in PHP
Posted on 01 June 2010. Tags: appear, from, more, open, page, same, tables, using
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 ASP