PHP CMS System
Moderator: General Moderators
PHP CMS System
If anyone would be willing to help me make some kind of little CMS system that would be great. If not, I really just need to know how to name the variables in the PHP/HTML file where the inputs and stuff are and how to get it to find it in the action file and such. Please if anyone would be kind enought to help me out that would be great and I would be very appriciative.
Hey Jake! Welcome to the PHPDN.
Check out this tutorial: http://www.time-2-design.com/viewtut.php?id=17&type=php
I've not gone through it myself, but from the user comments others have found it interesting and very helpful.
Check out this tutorial: http://www.time-2-design.com/viewtut.php?id=17&type=php
I've not gone through it myself, but from the user comments others have found it interesting and very helpful.
- khaki_monster
- Forum Commoner
- Posts: 73
- Joined: Tue Oct 11, 2005 12:36 am
- Location: Philippines
- Contact:
1.) you need to install PHP, MySQL, Hosting Server(IIS, Apache).
http://www.php.net/manual/en/install.php
2.) You have to study and learned PHP and MySQL
Tutorial: http://www.tizag.com/phpT/index.php
http://www.php.net/manual/en/install.php
2.) You have to study and learned PHP and MySQL
Tutorial: http://www.tizag.com/phpT/index.php
- Buddha443556
- Forum Regular
- Posts: 873
- Joined: Fri Mar 19, 2004 1:51 pm
Shared hosting isn't really meant to be used for development. Of course, if your talking about a dedicated server then that's different.I have PHP and mySQL installed (I am using my webhosting).
Setting up a development server on your home PC isn't difficult. You can even use a package like WAMP5.
Welcome to PHPDN.
I agree. The optimal solution is to develop locally and then deploy elsewhere. But if that's not possible, shared hosting development is alrighty.Buddha443556 wrote:Shared hosting isn't really meant to be used for development. Of course, if your talking about a dedicated server then that's different.I have PHP and mySQL installed (I am using my webhosting).