Wrox Programmer Forums
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 22nd, 2004, 09:04 AM
Registered User
 
Join Date: Dec 2004
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
Default Beginner

i wish to learn about PHP etc but don't have a clue of where to start, i'm not even sure what programs to use

any help would be welcome

 
Old December 22nd, 2004, 10:52 AM
Authorized User
 
Join Date: Dec 2004
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to peg110
Default

http://www.wrox.com/WileyCDA/WroxTit...764557831.html or later on try
http://www.wrox.com/WileyCDA/WroxTit...764572822.html

Paul Gardner
------------------
PHP-LIVE help
Via Web @ http://www.mnetweb.co.uk/irc
Via IRC Client pgardner.net:6667
room #PHP
 
Old December 23rd, 2004, 05:18 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anshul
Default

get some free books -n- articles ( e.g., in .pdf format ) from Internet. download -n- install php and mysql by unzipping their distribution from www.php.net -n- www.mysql.com on Windows 2000 pro or newer or other OS. this may take 1-2 weeks to start urself :) c this forum &c.

 
Old December 23rd, 2004, 07:57 AM
Registered User
 
Join Date: Dec 2004
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
Default

thanks, i've downloaded the complete source code for php (i hope it was correct)

can you suggest a book to get me started

 
Old December 23rd, 2004, 03:22 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,285
Thanks: 0
Thanked 2 Times in 2 Posts
Default

What OS do you have? If Windows, use this to test if PHP is installed correctly:

Go to the directory in which you installed PHP. Create a file called test.php and put this in it:

<?php
echo "Hello, world!";
?>

Then open command prompt and type

Code:
c:\php\php.exe c:\php\test.php
You should see the text "Hello, world!".

If you don't, I suggest you uninstall PHP and buy a good beginners book such as the wrox one mentioned above.

Good luck!

-Snib - http://www.snibworks.com
Where will you be in 100 years?





Similar Threads
Thread Thread Starter Forum Replies Last Post
A beginner who needs need help Jamesbizprocom Beginning PHP 1 June 28th, 2007 11:02 PM
c++ beginner, need help please jmarsh56 Visual C++ 0 December 7th, 2005 10:38 AM
Beginner Tilak_1 C# 2 January 21st, 2005 11:19 PM
Need help - C++ beginner Satheesh C++ Programming 13 August 7th, 2004 09:18 PM
Beginner programmed XML 3 February 21st, 2004 05:12 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.