Register on the forum now to remove ALL ads + popups + get access to tons of hidden content for members only!
|
|
|
|
#1 |
|
Registered User
Join Date: Nov 2011
Posts: 23
|
Php
After the consistent use of scripting languages like ASP.Net and JavaScript comes the release of PHP which stands for PHP: Hypertext Preprocessor. Sometimes, it is also referred as personal home pages. Script when created through PHP are normally left for execution on a server which is blended with a popular database i.e. MySQL often. Being an open source tool, one could use it freely. Moreover, it is a cross platform language which lets people develop application for all operating systems. PHP files comes up with a .PHP extension as well as .php3 which contains HTML tags, scripts and other elements. It can be downloaded for free and anyone can learn it easily.
__________________
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. |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Jan 2012
Location: USA
Posts: 5
|
How do i connect PHP MySQL to a Database?
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
|
|
|
|
#3 |
|
Registered User
Join Date: Oct 2012
Posts: 33
|
first you need to create connection to the database
mysql_connect(servername,username,password); below is an example we store the connection in a variable ($con) for later use in the script. The "die" part will be executed if the connection fails: <?php $con = mysql_connect("localhost","peter","abc123"); if (!$con) { die('Could not connect: ' . mysql_error()); } // some code mysql_close($con); ?> mysql_close above will close the connection automatically when the script ends. |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Apr 2012
Posts: 17
|
HTML is a very simple language to learn and very beneficial, even when you rely mostly upon software to create the codes for you. PHP is used for the dynamic site building.
__________________
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. |
|
|
|
|
|
#5 |
|
Registered User
Join Date: Apr 2012
Posts: 15
|
Appropriate names should be given to the web design elements. One needs to follow good naming practice when using HTML for website design. However, roday PHP is getting used extensively for the purpose of website development.
__________________
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. |
|
|
|
|
|
#6 |
|
Registered User
Join Date: Apr 2012
Posts: 12
|
@cornerstones,
use mysql_connect, look it up
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
|
|
|
|
#7 |
|
Registered User
Join Date: Apr 2012
Posts: 15
|
As an open source tool, people are free to use it. In addition, it is a cross-platform language, so that people on all operating systems development. PHP files.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
|
|
|
|
#8 |
|
Registered User
Join Date: Apr 2012
Posts: 15
|
ASP.Net, JavaScript are scripting languages followed by the release of PHP which means Hypertext Preprocessor.
__________________
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. |
|
|
|
|
|
#9 |
|
Registered User
|
Just use the w3schools site for learn and solve any problem in PHP.
|
|
|
|
|
|
#10 |
|
Registered User
Join Date: Nov 2012
Posts: 7
|
php stand for php hypertext preprocessor. php programing language is easy language.HTML tags use in php.this web page using post method.php is HTML script.i think php is powerful behind, the scenes scripting language.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
|
|
|
|
#11 |
|
Registered User
Join Date: Apr 2013
Location: meerut
Posts: 23
|
php is very simple scripting language to develop websites there are many framework like zoomla, cakephp that are used for php.
__________________
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. |
|
|
|
|
|
#12 |
|
Registered User
Join Date: Apr 2013
Posts: 15
|
an overview about web development
Purpose for web development can be both individual and professional. Developing a web site is become very smooth process due to current developing tools and technology which is desirable for both users and developers. Having an own website is not a big deal now, each and every small and large business or professional can have their websites and they have actually. A website can be develop for anything we do like, sharing ideas, providing services, selling products, online shows, news, magazines, e-books, tutorials, etc…
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Importance of Php Development for Web Development | tech.biztech | Programming General | 15 | 09-05-2012 06:19 AM |
| PHP/ apache problem | ncjbhd | PHP / mySQL | 0 | 10-17-2011 12:23 AM |
| is it possible to make an php file trough a php code | ncjbhd | PHP / mySQL | 0 | 09-21-2011 11:49 PM |
| Question about using php with dhtml tables | wryfhk22 | PHP / mySQL | 0 | 09-17-2011 01:59 AM |
| Integrating PHP question | wryfhk22 | PHP / mySQL | 0 | 09-08-2011 02:52 AM |