MySQL - PHP

Hello every one
i have question i want to build DATAbase using PHP as interface
i use shell to access to linux . i have in linux psql and SQLplus
i'll call all html files that has db tabels from shell directory.
what should to do before design php pages. can build the database sql design Php pages. what mean create table in php ?
that mean we can create sql tables from php?

thanks

Yes. You can issue mysql commands with php if you have the mysql interface libs for php installed and correctly configured.

This mean i can build my database from the scratch using php.
create tabels , qeries, triggers , and so on using php codes.
for example if want design interface with paswords or i want to create customers tabels or insert any statement i shouldn't to have sql database before?

thanks

---------- Post updated at 08:51 PM ---------- Previous update was at 08:48 PM ----------

also, i want check the lenix about php lib
what command to type ?

man ?v

Yes. You can create databases with php.

Why not?

Just search the web with keywords like:

php create database

Create a MySQL Database With PHP

1 Like