![]() |
| | #2 (permalink) |
| Junior Member Casual Browser Join Date: Mar 2003 Age: 26
Posts: 23
![]() | well, there's a lot of difference between PHP & HTML. HTML is a markup language, means that you use HTML to present your data on your pages. But to add any functionality like email, or customer login, etc, you need a language to program it. PHP stands for Hypertext Preprocessor. Its a language that runs on the server, providing you the features like sending & receiving e-mails, database & file handling etc. But that doesn't rule out the implementation of HTML in PHP. Like I said, HTML is just a markup language to present your data. But to add logic to your website, you need a server side language like ASP or ASP.NET or PHP or JSP or Java Servlets or ColdFusion or CGI-Perl or Python or iHTML, etc.
__________________ Amit To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. ~~ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
| | #3 (permalink) |
| Junior Member Casual Browser | HTML in it self is static. meaning that what ever you put in there stays in there till u actualy change the content of that page manualy. like u d/l page edit it up it up. but HTML is the base of all the web pages. regadless of the server side language u use, asp,.net,php,cfm,jsp the final out put is HTML so wat the hel is PHP (or any othe server side language) these languages provide dynamic content. such that you can update you content automatical, like you have a list of members and if some one signs up the new member gets add to the list automaticaly, u dont d/l the page, add the members to the list and upload it.. basicly with these languaes you can automate the funcionality of you web site.. hope this helps |
| | |
| | #6 (permalink) |
| Administrator Disciple | I just started learning PHP today! This language is very exciting so far. I cant wait to write my first registration script.
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - A list of resources for 3D Developers To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - A list of resources for design in motion with Adobe After Effects To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Usefully resources for freelance web developers To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Tips and discussion about search engine optimization To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Tutorials submitted by ny-dev members |
| | |
| | #7 (permalink) |
| Member Follower Join Date: Apr 2006
Posts: 32
![]() | do you know a good php tutorial site? I tried W3 schools and it really offers things that you could do in javascript, or things i don't need. Like where is the thing for storing registrations and such. Also a thing that 'emails an email address the input on a form' code would be good.
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
| | #8 (permalink) |
| Administrator Disciple | Well you can always check out the PHP tutorials we have available on the forums. You can find them easier by doing a thread prefix search for php. Sometimes an author might write a combination php and other language so u might want to do a search for the prefix “other” as well. You can also find a thread on the forums that has some good ones too @ http://www.infitechdesign.com/forums...light=tutorial http://www.php.net/tut.php http://www.w3schools.com/php/default.asp Are also great php resources.
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - A list of resources for 3D Developers To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - A list of resources for design in motion with Adobe After Effects To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Usefully resources for freelance web developers To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Tips and discussion about search engine optimization To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Tutorials submitted by ny-dev members |
| | |
| | #9 (permalink) |
| Senior Member Fanatic |
__________________ Actionscript Developer :P ...Dope... To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. <--- yeah I'm a nooob, so what |
| | |
| | #11 (permalink) |
| Senior Member Fanatic | Most importantly though... http://www.php.net You will find yourself going to this site ALOT, the documentation is very useful. TakeCare. _Michael
__________________ Actionscript Developer :P ...Dope... To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. <--- yeah I'm a nooob, so what |
| | |
| | #13 (permalink) | |
| Moderator Aficionado Join Date: Feb 2006
Posts: 123
![]() | Quote:
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | |
| | |