Languages :: PHP :: Composer PHP |
|||
| By: PHP newbee |
Date: 14/12/2002 00:00:00 |
Points: 20 | Status: Answered Quality : Excellent |
|
hello, is there any one who can tell me if there is any php composer software like you know how we use web site in front page is there any one who can tell me some software which can make php web sites.. |
|||
| By: TheFalklands | Date: 14/12/2002 12:18:00 | Type : Comment |
|
| PHP is a real scripting / programming language so generation isn't possible in the same way that HTML is. Good tools which make it easier for you are things like PHPedit and DreamWeaver MX. Neither of these will actually do your code for you though. A good read through the manual on php.net will help you a lot. |
|||
| By: VGR | Date: 14/12/2002 14:59:00 | Type : Answer |
|
| yes, there can be mo "php composer". PHP IS A COMPOSER for HTML/DHTML,XML. to be short, here's the normal way people introduce themselves to PHP scripting : - you have an HTML site (you can make it using a composer, althought I recommend putting hands on and in the HTML coding, it'll help later on ;-) - you want to add some functionalities like a database use, of the date-of-the-day automatically printed out, or a counter of visits (with DB), or the automatic redirection towards an other page in some cases (like the remote IP Address being some blacklisted value, for instance) Then you may introduce some php in your page, between the famous <? and ?> tags. And build your experience from there on. Using the php.net online manual (with a lot of user comments) is mandatory, searching here is useful too, and using google is always a good idea. As for my examples, you would use : -mySql support functions (see relevant chapter in documentation) like mysql_connect or mysql_pconnect, mysql_query, mysql_numrows(), mysql_fetch_array and such -<? echo date("J m Y"); ?> for the date -if ($REMOTE_ADDR=='123.44.32.56') Header("Location: index.php?blacklisted=1"); for blacklisted people etc hope this helps |
|||
|
Do register to be able to answer |
|||
©2010 These pages are served without commercial sponsorship. (No popup ads, etc...). Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Please DO link to this page!








