Jump to content
xisto Community
k_s_baskar

Any Opensource Software Or Script Like This?

Recommended Posts

Hi,I am having mysql database with the fields SlNo, Product name, Review, price i wish to create separate webpage for each and every record in the database offline. I googled for such software or script in net, Finally i found a software named webmerge which will solve my purpose unfortunately it is not free. I am searching for Free tools or script. Can anybody here recommend me such software or script in php?Thanks in advance.:)

Share this post


Link to post
Share on other sites

What you are asking for is a bit too simple to be writing a third-party tool for—if anything, that is more of a task for an extension or plug-in to an already existing script. Normally, the kind of scripts (if any) that do something close to what you want are content management systems (CMS), but these do things a certain way that may not be what you are looking for, or are more than what you are looking for, and are more complicated than what you are asking for. You say you wish to create, but you are looking for a third-party tool. For the task at hand, learning some PHP would be enough. You could probably find a PHP tutorial on conditional statements, connecting to a MySQL database, and getting any content from the database.

Share this post


Link to post
Share on other sites

I suggest you to search in the script directory - scriptsdesk which is the best scripts directory that compiles and distributes Web programming-related resources,scripts, geared toward webmasters, developers and programmers looking for enhancing their Web sites and intranets with dynamic development tools.

Share this post


Link to post
Share on other sites

I would think that you could write a PHP script that can do this for you.You really do not need a separate 'page' for each record, just use the query-string in the link to develop the page and retrieve the database information. To a search engine, the page would be accessible. This is one reason why scripting is important. You can build pages "on-the-fly" with query-strings and DB searches. Forums and Content Management Systems work exactly this way.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.