PHP Applications
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Applications

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Dell PowerEdge Servers
  #1  
Old October 22nd, 2006, 01:22 AM
bwana bwana is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 1 bwana User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
PHP $row manipulation/formatting

Hi there,

I barely started using php and have a question regarding $row formatting/manipulation.

This is the part of my code that I'm having problems with:

echo $row['company']."<br><br>";
echo $row['state']."<br>";
echo $row['city']."<br>";
echo $row['address']."<br>";
echo $row['phone']."<br>";

I simply can't figure out how to change the font size, color or add hyperlinks. I've tried all the tricks in my boo, which are just a few, and simply can not find a solution to my problem.

I hope there is someone who can help me with this.

Bwana




Reply With Quote
  #2  
Old October 22nd, 2006, 04:07 AM
jpirola jpirola is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Spring Hill, FL
Posts: 8 jpirola User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: PHP $row manipulation/formatting

Remember, you're basically writing HTML code here...so what's missing?

How about we make the first line blue & arial 12px?

echo "<font face=arial color=blue size=12pt>" . $row['company'] . "</font><br><br>";

or you could use styles:

echo "<span style='font: 12px Arial; color: blue'>" . $row['company'] . "</span><br><br>";

Hope that helps!

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Applications > PHP $row manipulation/formatting


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway