Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 07-09-2010, 11:05 AM PHP without a server
NickH's Avatar
Extreme Talker

Posts: 155
Trades: 0
hey all

so i've learnt html and css and now i think its probably time for me to learn some php but the problem is, i dont have a server
so i have a solution and i'd like to see if it would work or if there are any other suggestions

i want to run a server locally using something like apache or easyphp, something along those lines

is there an alternative way to do this or will running a server work at all, or are there other easier ways to learn php without a server

(im running a macbook and i plan on using w3schools to learn php and therefore do the exercises rather than a full blown project
__________________

Please login or register to view this content. Registration is FREE
NickH is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-09-2010, 11:20 AM Re: PHP without a server
Average Talker

Posts: 19
Trades: 0
Check out http://www.mamp.info/en/index.html

MAMP is short for Mac Apache MySQL PHP. It is an all in one installation that will install all of those at one time. It will allow you to run a server on your Mac locally, allowing you to experiment with PHP and MySQL.

This link may help you with the installation: http://www.sawmac.com/mamp/
pdpullmn612 is offline
Reply With Quote
View Public Profile
 
Old 07-09-2010, 11:20 AM Re: PHP without a server
Red_X_'s Avatar
Extreme Talker

Posts: 158
Location: Houston
Trades: 0
Look up WAMP. A good way to start.
__________________
"Good News Everyone, by reading this your hearing my voice."
Red_X_ is offline
Reply With Quote
View Public Profile Visit Red_X_'s homepage!
 
Old 07-09-2010, 11:31 AM Re: PHP without a server
NickH's Avatar
Extreme Talker

Posts: 155
Trades: 0
ive got mamp downloading now and ill start playing with it tomorrow

thanks for the super speedy responses and ill post in this thread how it all went
__________________

Please login or register to view this content. Registration is FREE
NickH is offline
Reply With Quote
View Public Profile
 
Old 07-09-2010, 03:31 PM Re: PHP without a server
Mow
Experienced Talker

Posts: 37
Trades: 0
You cam also use XAMPP
__________________

Please login or register to view this content. Registration is FREE
Mow is offline
Reply With Quote
View Public Profile
 
Old 07-09-2010, 04:03 PM Re: PHP without a server
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,385
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Originally Posted by Red_X_ View Post
Look up WAMP. A good way to start.
No

and

Quote:
Originally Posted by Mow View Post
You cam also use XAMPP
No

Because
Quote:
Originally Posted by NickH View Post
im running a macbook
And both XAMP and WAMP are for the Windows OS

So
Quote:
Originally Posted by pdpullmn612 View Post
Check out http://www.mamp.info/en/index.html

MAMP is short for Mac Apache MySQL PHP. It is an all in one installation that will install all of those at one time. It will allow you to run a server on your Mac locally, allowing you to experiment with PHP and MySQL.

This link may help you with the installation: http://www.sawmac.com/mamp/
Is the only one that will work.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 07-09-2010, 07:52 PM Re: PHP without a server
Marik's Avatar
Skilled Talker

Posts: 99
Trades: 0
Quote:
Originally Posted by chrishirst View Post
No

and

No

Because
And both XAMP and WAMP are for the Windows OS

So

Is the only one that will work.
Actually XAMPP has a mac version:

http://www.apachefriends.org/en/xampp-macosx.html
__________________

Please login or register to view this content. Registration is FREE
Marik is offline
Reply With Quote
View Public Profile
 
Old 07-10-2010, 01:25 AM Re: PHP without a server
NickH's Avatar
Extreme Talker

Posts: 155
Trades: 0
okay so i've got MAMP set up but i'm not sure how to view the php files but i guess i can figure that out some time

but my next question is what is a good IDE to make php files in?

I use Aptana studio for my html/css/js but its unable to make php files
__________________

Please login or register to view this content. Registration is FREE
NickH is offline
Reply With Quote
View Public Profile
 
Old 07-10-2010, 07:12 AM Re: PHP without a server
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,385
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Originally Posted by Marik View Post
Actually XAMPP has a mac version:

http://www.apachefriends.org/en/xampp-macosx.html
Cheers for that, something I didn't know, I really should have checked before posting.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 07-10-2010, 08:46 AM Re: PHP without a server
Marik's Avatar
Skilled Talker

Posts: 99
Trades: 0
Quote:
Originally Posted by NickH View Post
okay so i've got MAMP set up but i'm not sure how to view the php files but i guess i can figure that out some time

but my next question is what is a good IDE to make php files in?

I use Aptana studio for my html/css/js but its unable to make PHP files
I don't know about MAMP but with WAMP the folder to store your php files in is the www folder and with XAMPP it's the htdocs folder, both of which is located in the directories where you installed those programs (usually root of C drive). Then just start Apache service, from the MAMP or whatever control panel, open a browser and type http://localhost or http://127.0.0.1/ followed by the name of the file like:

http://localhost/myFile.php

As for a good IDE, I can recommend NetBeans enough. I use it with the Norway Today color theme.
__________________

Please login or register to view this content. Registration is FREE
Marik is offline
Reply With Quote
View Public Profile
 
Old 07-10-2010, 09:22 AM Re: PHP without a server
NickH's Avatar
Extreme Talker

Posts: 155
Trades: 0
thanks Marik, i typed in the address and it came up with the code but a whole bunch of other random chars as well
but i think thats because of how i had to make the file so i've got netbeans downloading now and hopefully that will let me do what i need to
__________________

Please login or register to view this content. Registration is FREE
NickH is offline
Reply With Quote
View Public Profile
 
Old 07-10-2010, 09:39 AM Re: PHP without a server
mtishetsky's Avatar
King Spam Talker

Posts: 1,226
Name: Mike
Location: Mataro, Spain
Trades: 0
Well if you are on mac, which is in fact a unix system, why can't you just install apache and php? Doesn't it have some automated software installation tools like apt-get in linux or ports collection in freebsd?
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

And don't forget to give me talkupation!
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 07-10-2010, 01:45 PM Re: PHP without a server
Junior Talker

Posts: 1
Name: Martin
Trades: 0
How do i post my php, other codes. Plz someone help me.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Martin963 is offline
Reply With Quote
View Public Profile
 
Old 07-10-2010, 02:45 PM Re: PHP without a server
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,385
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Read the stickied thread

How Do I Post My PHP, HTML or Other Code
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 07-10-2010, 04:01 PM Re: PHP without a server
Defies a Status

Posts: 1,606
Trades: 0
Quote:
Originally Posted by NickH View Post
okay so i've got MAMP set up but i'm not sure how to view the php files but i guess i can figure that out some time

but my next question is what is a good IDE to make php files in?

I use Aptana studio for my html/css/js but its unable to make php files

All I know about Apples is that Eve gave Adam one.

A pure text editor is the best think to use for PHP files. One that offers syntax highlighting will make your life easier. If you were using windows I would suggest the free notepad2. Mac may already have a better solution than notepad or I am sure there is something out there. The old simple text that I have played with is nothing but notepad with a different name.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Old 07-13-2010, 05:56 AM Re: PHP without a server
Experienced Talker

Posts: 41
Trades: 0
Hi, as you told that, you need some knowledge regrading PHP - Server, then I told you that for Window You just try WAMP, Which means that(Window + Apache + MySql + PHP), & for Linux You Use (LAMP) having meaning is [Linux + Apache + MySql + PHP] and I also added some information regrading PHP is that, PHP's Script can not run without Server, means to say that, that's Program cal not run on Direct Browser just like HTML script.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
.
sandeep Kumar is offline
Reply With Quote
View Public Profile Visit sandeep Kumar's homepage!
 
Old 07-13-2010, 10:02 PM Re: PHP without a server
NickH's Avatar
Extreme Talker

Posts: 155
Trades: 0
theres also MAMP - Macintosh, Apache, MySql, PHP you havn't answered any of my questions and honestly correct me if im wrong but you appear to just be trying to spread your links
__________________

Please login or register to view this content. Registration is FREE
NickH is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to PHP without a server
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.60926 seconds with 12 queries