Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > PHP How-To
|
PHP How-To Post your "How do I do this with PHP?" questions here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the PHP How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 25th, 2004, 03:41 PM
Registered User
 
Join Date: Aug 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to codeprice Send a message via Yahoo to codeprice
Default Php User functionalities

I will like to code php pages that can add, search and edit to my MySQL database.

Thanks you.

 
Old August 25th, 2004, 03:51 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,285
Thanks: 0
Thanked 2 Times in 2 Posts
Default

I suggest using a pre-built solution like phpMyAdmin.

Snib

<><
 
Old August 25th, 2004, 05:30 PM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

PHPMyAdmin is an open source solution that allows you to completely manage a MySQL database from a web-based, PHP-driven interface.

You can obtain the necessary files from http://www.phpmyadmin.net.

Last I checked the only file that you have to edit to get things working is 'config.inc.php' , you must include the authentication scheme, the user/pass and the absolute path to the PHPMyAdmin base directory by editing several variables that appear in that file.

If that wasn't what you were looking for, RTM:
http://www.php.net/mysql
http://dev.mysql.com/doc/

Regards,
Rich

--
[http://www.smilingsouls.net]
[http://pear.php.net/Mail_IMAP] A PHP/C-Client/PEAR solution for webmail





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 13: Error in user.php pherank BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 0 July 4th, 2008 09:09 PM
transact-user.php Matthias BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 1 December 18th, 2005 09:34 AM
Run DTS with a windows user, not a SQL user Kalli SQL Server DTS 1 September 15th, 2005 11:53 PM
Adding functionalities (and new UI) in DataGrid? tinlong ASP.NET 1.0 and 1.1 Professional 0 October 21st, 2003 08:30 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.