Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PHP and MySQL for beginners? Re: PHP and MySQL for beginners?

#73401
Irrorate
Member

PHP: viewtopic.php?f=6&t=1721

SQL: http://net.tutsplus.com/tutorials/datab … beginners/

To answer your question, the tables inside the database are created on the server and the PHP script accesses the tables and does what is required (retrieve/insert/alter contents).

The tables are there on the server once, but the PHP shows it to everyone who views.