Interactive Programming Forums
Login
Register
Home
Questions/Snippets/Exercises
Unanswered
Tags
Ask a Question
Post a Code Snippet
Post an Exercise
Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.
All categories
Ruby
(3)
Python
(10)
PHP
(7)
Perl
(2)
SQL
(8)
Javascript
(6)
HTML
(20)
CSS
(4)
jQuery
(0)
XML
(3)
Code Snippets
(1)
Exercises
(4)
Other
(9)
i have designed database using ms access , how can i convert it to php?
+10
votes
my database is designed using Microsoft access and i want to change it to php without overhauling the entire database so that it can have more security features, how is that made possible?
posted
13 years
ago
in
Other
by
Danny William
(
520
points)
1 Answer
+2
votes
Halo Danny William, i don't think that is possible. Because PHP is a server script language (executed at the server side not browser/client side). . . . it is not a database like MySQL or Sybase and Imfomix........it helps in accessing and manipulating the database that is on the server.
Hope you are with me.
Which server do u have that supports PHP and MySQL......I mean do you have WAMP or XAMP......coz in them i think there is that function to import or export a database. If you import yours to one of the servers correctly it will now be easy for you to query and manipulate the database using MySQL incombination with PHP.
Hope i have sorted you out all the best.........
answered
13 years
ago
by
abustainer
(
770
points)
1
flag
Good answer. PHP is not a database engine like Mysql, Access, oracle, Informix but is a script language that runs on server, You can also control users input at client side and in that case you will need a script language such as javascript.
Related questions
–2
votes
1
answer
I am have a problem with understanding a while loop, how to terminate it?
posted
12 years
ago
in
Python
by
simphiwemakola12
(
1,010
points)
+11
votes
0
answers
How can I create a blog using XML in XHTML web site?
posted
13 years
ago
in
XML
by
Sreemonta
(
700
points)
0
votes
1
answer
how can i use php......
posted
12 years
ago
in
PHP
by
Evan Cunatt Nsepuka
(
590
points)
+14
votes
2
answers
I want to learn PHP
posted
12 years
ago
in
Other
by
arshadansari5688
(
1,180
points)
+3
votes
1
answer
How can I learn phpMyadmin
posted
12 years
ago
in
Other
by
greeneduconsultant
(
5,000
points)
phpmyadmin
sql