If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > Database viewing/manipulation via webpage

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-20-11, 17:03
Shannon82 Shannon82 is offline
Registered User
 
Join Date: May 2011
Posts: 2
Database viewing/manipulation via webpage

Hello,

I am a student working on my senior project, we are creating a back end admin webpage and would like to be able to view/update a database through our website, we have created the database through mySQL created at myPHPadmin, and we use dreamhost.com as our webhost.

so what we would like to happen is type in our url/admin to login in to view/update the database located at myPHPadmin

is there an application that we can use, if not does anyone know what and how the scripting works?

Shannon
Reply With Quote
  #2 (permalink)  
Old 05-23-11, 07:48
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
whats wrong with using PHPMyAdmin, after all it is a PHP scripted db admin tool for MySQL. if it doesn't provide enough functionality then you will have to roll your own or consider using something like MySQL Workbench which rolls the design, admin & query toolsets into one package
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 05-23-11, 07:48
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
you should be able to examine the PHP code used in phpmyadmin
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #4 (permalink)  
Old 05-23-11, 15:36
Shannon82 Shannon82 is offline
Registered User
 
Join Date: May 2011
Posts: 2
database manipulation

Thanks for your reply, we do have the database set up through myPHPadmin, we wanted to establish a connection to a table in the database to view and manipulate through our back end admin webpage.

What we decided to do was just create a link to the the myPHPadmin website, this adds another layer of security.

but we wanted to see if we would be able to do something like that through the website.

Shannon
Reply With Quote
  #5 (permalink)  
Old 05-23-11, 15:48
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
yes
if you want to write something yourselves
what does PHPmyAdmin not give you
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On