Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 03-01-2012, 06:48 AM   #1
chikkiarora
Registered User
 
Join Date: Nov 2011
Posts: 128
Why we use div in PHP?

Hi frndz, Plz answer me this Question if you know.


Thanks
__________________

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.
chikkiarora is offline   Reply With Quote

Old 03-02-2012, 11:52 PM   #2
ruixuan
Registered User
 
Join Date: Feb 2012
Posts: 98
I'm sorry. I don't know
__________________

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.
ruixuan is offline   Reply With Quote
Old 03-07-2012, 06:17 PM   #3
StevenPayales
Registered User
 
Join Date: Mar 2012
Posts: 6
You can use either tables or div in web development. Its just that..divs load faster than tables.
__________________
It is not about bits, bytes and protocols, but profits, losses and margins.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
StevenPayales is offline   Reply With Quote
Old 04-11-2012, 01:22 AM   #4
alen12345
Registered User
 
Join Date: Oct 2011
Location: LDH
Posts: 225
actually PHP doesn't use DIV, HTML does..

div is widely used because it is a flexible html tag, where you can add some styles easily.
compared to other tags it has no default styles not like <p> that has default margins.

Read more: http://www.webmastertalkforums.com/p...#ixzz1riaeKlfW
__________________

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.
alen12345 is offline   Reply With Quote
Old 04-20-2012, 02:44 AM   #5
MohsinSAG
Registered User
 
Join Date: Apr 2012
Location: USA
Posts: 20
friends, now html 5 has come so forget about div.
__________________

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.
MohsinSAG is offline   Reply With Quote
Old 04-25-2012, 03:55 AM   #6
kevinloyed
Registered User
 
Join Date: Mar 2012
Location: india
Posts: 218
Div is used for manage all HTML cods in your site.
__________________

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.
kevinloyed is offline   Reply With Quote
Old 05-04-2012, 03:03 AM   #7
sam051
Registered User
 
Join Date: Feb 2012
Posts: 128
For managing all programming coding div is the best and also div we used for image subscription also.
sam051 is offline   Reply With Quote
Old 11-05-2012, 04:54 AM   #8
milina788
Registered User
 
Join Date: Jul 2012
Posts: 34
Div is a website managing HTML tag which enables you to use some sort of style easily and it is widely used just because of its flexibility and it not having any default style. The loading time of div is lesser than tables and other tags.
__________________
Hire a professional
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
milina788 is offline   Reply With Quote
Old 11-05-2012, 09:48 AM   #9
thememass.com
Registered User
 
Join Date: Nov 2012
Posts: 3
div is also friendly with jQuery and other javascript frameworks.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- ALL Premium WordPress Themes
thememass.com is offline   Reply With Quote
Old 11-09-2012, 02:23 AM   #10
JuliaRoy
Registered User
 
Join Date: Oct 2012
Location: Ahmedabad, Gujarat, India
Posts: 2
<div>tag defines section in PHP document. Div tags load faster and reduce markup code. Div layouts are more flexible and easy to maintain.
__________________

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.
JuliaRoy is offline   Reply With Quote
Old 11-20-2012, 11:48 PM   #11
aartikrypton
Registered User
 
Join Date: Feb 2012
Posts: 32
Hello.........

Bcoz div tag very faster than table thatsway we use div in PHP.........

Thanks
Team from
Kryptonsoft

Offshore iPhone App Development
iphone developers
iOS App Developer
__________________
Kryptonsoft provide you
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
has good expertise on Business Apps, Location Apps,
aartikrypton is offline   Reply With Quote
Old 12-05-2012, 11:08 PM   #12
abhirampathak3
Registered User
 
Join Date: Nov 2012
Location: India
Posts: 103
<Div> tag defines is a division or section of the HTML document and that is mainly used for layout or creating style format to the web page. It provides different types of attributes such as alignment like left, right; event attributes like onclick, ondblclick and so on; Example of the <div> tag:-

<div style="Blue">
<h>heading portion</h>
<p> for the paragraph</p>
</div>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Shopping Cart - PrestaShop, Zencart; CMS - WordPress, Joomla; Custom Development


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- SEO, Pay Per Click (PPC), SEM, Link Popularity Building, SEO Copywriting, SMO, SMM
abhirampathak3 is offline   Reply With Quote
Old 12-13-2012, 12:03 AM   #13
andrewhoward123
Registered User
 
Join Date: Dec 2012
Location: Ludhiana,Punjab,India
Posts: 39
PHP doesn't use div,Actually HTML use the div....
andrewhoward123 is offline   Reply With Quote
Old 12-13-2012, 03:05 AM   #14
jaysh4922
Registered User
 
Join Date: Dec 2012
Posts: 657
It defines a division or a section in an HTML document
It is used to group block-elements to format them with CSS
DIV tags are lighter than tables so, DIV tags are used more frequently in PHP to load faster
Using DIV tags is useful for formatting whatever content is within the DIV tag
DIV tag is used to create and structure an HTML document or layout
Generally you use the div tag in HTML, not in PHP. PHP is an executable language, not markup but DIV is a markup tag
jaysh4922 is offline   Reply With Quote
Old 12-13-2012, 04:04 PM   #15
deadmix
Registered User
 
Join Date: Nov 2008
Posts: 53
search engines hate tables <td> and <tr> that's why the <div> was created and it's used on html/css language not in php.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/ 3000+
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
deadmix is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Importance of Php Development for Web Development tech.biztech Programming General 35 11-22-2019 12:37 AM
The best source of learn PHP easily at home. chikkiarora Programming General 11 02-10-2013 02:18 AM
PHP is an HTML-embedded scripting idiom tommydenis PHP / mySQL 14 06-04-2012 02:15 AM
Are you aware of the fact that PHP programming is the most widely used one? johnrichards774 PHP / mySQL 3 02-07-2012 05:41 AM


All times are GMT -7. The time now is 04:27 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.