PHP server side newby need resources and links
Hi, I've been a programmer for 3+ years, and know a good bit of many languages, however, I've never tried my hand at networking, why I don't know dumb decision I suppose on my part.
Anyways, I'm making a Project Management System for my father's business, and there is no deadline, and I was referring to this Flex tutorial
http://www.vipercreations.com/tutori...c=Adobe%20Flex
on making a login system, and they use PHP server side script that checks all login events, etc and never ever have programmed in PHP or any server side language I was wondering what I would need to install on my system to make this tutorial work by tonight as in software install this, and here is a good reference of PHP when I need to use it.
I sorta know I need to make a server on my desktop, and run the script on that so called server, but after that I'm lost on where to start.
Thanks,
Re: PHP server side newby need resources and links
Welcome to the Forums :wave:.
To get PHP working on your machine, try typing "Set Up A PHP Server" into google, and (for once) you'll get some useful results. But, basically, you need to install some form of server (I believe the Apache is still popular, but I've been out of this scene for a while), and then you need to download a version of PHP (php.net - also might be a good place to look for install tips).
Once you've got it up and running, the language structure is C-based, and most similar to (out of the languages I know) javascript. If you've done any work in a C-based language, you'll pick it up quickly enough...
Hope it all works :)
Re: PHP server side newby need resources and links
There are many ways of getting Apache web server, PHP, and MySQL server installed. And, if you do the process all by yourself, step by step, it can be very long and full of rough spots along the way. There are so many modules that should be added for good web server operation. This is best because it allows you to run exactly what you want.
However, I would suggest using Xampp. It is an all-in-one installer. It will take care of installing Apache, PHP, MySQL, and many useful modules. Then, it will guide you through configuration and security steps.
Your other all-in-one solution is EasyPHP. It is easier to use and setup, but not as flexible and secure as Xampp. This is geared more towards the home user just wanting to learn at home.
Re: PHP server side newby need resources and links
Thanks, for both comments, and the welcome.
I'm installing Xamp right now.
Re: PHP server side newby need resources and links
Install Wamp. http://www.wampserver.com/en/download.php
It has all client and server s/w what you need to start with.
For coding purpose.. If you have dreamvewver, then better. Other wise install this PSPad http://www.pspad.com/, It is free tool.
This is simple tutorial
http://www.tizag.com/phpT/
http://www.php-mysql-tutorial.com/
When you need advance thing, then Google it for separate topics.