|
-
August 7th, 2008, 12:19 AM
#1
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,
-
August 7th, 2008, 03:58 AM
#2
Re: PHP server side newby need resources and links
Welcome to the Forums .
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
Help from me is always guaranteed!*
VB.NET code is made up on the spot with VS2008 Professional with .NET 3.5. Everything else is just made up on the spot.
Please Remember to rate posts, use code tags, send me money and all the other things listed in the "Before you post" posts.
*Guarantee may not be honoured.
-
August 7th, 2008, 07:13 AM
#3
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.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
August 7th, 2008, 09:10 AM
#4
Re: PHP server side newby need resources and links
Thanks, for both comments, and the welcome.
I'm installing Xamp right now.
-
August 7th, 2008, 12:38 PM
#5
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.
Open SUSE 11 Linux
with g++ compiler
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|