Jump to content
xisto Community
Sign in to follow this  
harriko

Help In Starting Me Off In Php where and how to start.

Recommended Posts

Ok i fully mastered the basics of html and want to move onto coding in php. a whole new dimension for me. i tried to start off installing a local server on my computer. the installs of apeche thingy, php and stuff like that in one wont work. any promising ones out there to start me off. thanks. :P

Share this post


Link to post
Share on other sites

f you would like to learn PHP you will find all you need to get started here...

http://php.net/ - official documentation is here
http://www.hotscripts.com/category/scripts/php/ - includes many tutorials, selections of PHP programming-related books.
http://forums.xisto.com/no_longer_exists/ - Tutorials
http://www.php-help.net/
http://httpd.apache.org/docs/ Starting Apache...

Share this post


Link to post
Share on other sites

http://forums.xisto.com/topic/81893-topic/?findpost=1064288697

 

This is a good apache/php server for just testing PHP codes.

 

 

http://www.mpsoftware.dk/

 

PHP Designer 2005 is a good software to code PHP and other languages. I'm currently using it to code my site.

 

 

Essential PHP for Web professionals, PHP Black Book, Professional PHP Programming

I started PHP with these books (Actually, they're the only PHP books at the library at that time)

After that, I got PHP & MySQL for Dummies to read, and that was a great book.

Share this post


Link to post
Share on other sites

i cant get the mini apache php server working. im working behind a norton firewall.

when i begin to install the service in the command prompt it has this message.

(OS 10048)Only one usage of each socket address (protocol/network address/port)is normally permitted.  : make_sock: could not bind to address 0.0.0.0:80no listening sockets available, shutting downUnable to open logsThe service name is invalid.More help is available by typing NET HELPMSG 2185.Press any key to continue . . .

Share this post


Link to post
Share on other sites

finally i got the server working! all i had to do is restart my pc. i never turn it off i only put it into hibinate. and starts up more faster. ok only one more problem...i cant get the SSL working, well i think thats whats its called. the code that adds a text file to the html file and makes it into a complete file. that doesnt work on the server. thanks.

Share this post


Link to post
Share on other sites

Actually, Called SSI but not used for PHP
PHP code is <? include(filename.php); ?>
must be called from a PHP enabled page like:
index.php
index.phtm
index.phtml
testpage.php
...

additionally, .php, .phtm, .phtml must be listed in apache to forward to the php engine.
so if you only listed .php, then the calling page must have that file extension.
unless, you use an html script tag like:
<script language="php">include(filename.php);</script>

the included file can have any extension like:
.inc, .php, .txt, .code

good luck,
see also Programing How to's / Programming / PHP-> PHP forum
vujsa

Share this post


Link to post
Share on other sites

thanks though! but i found another package that have everything installed. its called XAMPP. it acts like a real proper server like we got here. it haas everything there. i should recommend this now.been searching the internet downloading a trying till i got this! now i can start learning php! yay!

Share this post


Link to post
Share on other sites

Hey harriko thanks for the research work! I just decided to take the bull by the horn and really get cracking with PHP. I have been making excuses for too long now and really need to learn this thing.Even though I’m a hardware man I love programming. Maybe we can work together and share info.

Share this post


Link to post
Share on other sites

Hey harriko thanks for the research work!  I just decided to take the bull by the horn and really get cracking with PHP.  I have been making excuses for too long now and really need to learn this thing.

 

Even though Iâm a hardware man I love programming.  Maybe we can work together and share info.

<{POST_SNAPBACK}>


yeh alright! im still a complete beginner that only knows html and also begining to learn javascript in the course that i do. i just need to find time to learn this new language! im so busy nowadays! ive kinda started you off, so if i need any help il ask you. and there always this forum to post in!.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.