table Questions

1

Question on time series
The daily output of your company over a four week period is shown in the table below: wk 1: monday 187 tues 2203 wed 208 thurs 207 fri 217 wk 2: mon 207 tues 208 wed 210 thurs 206 fr 212 wk 3 mon 202 tues 210 wed 212 thurs 205 fri 214 wk 4 [...]

Answer Question   |  December 18, 2012  5:57 PM
table, Table Functions
asked by:
20 pts.

MySQLi and PHP problem with code
Can someone please tell me what I’m doing wrong with this particular line of code. echo "<td colspan=3>{$Row['areaCode'] . '-' . $Row['prefix'] . '-' . $Row['lineNumber']}</td></tr>"; I know that the concatenation operator is the . ‘areaCode’ ‘prefix’ and ‘lineNumber’ are all fields in a table within an SQL database. any help would be appreciated. Thanks [...]

Answer Question   |  April 9, 2010  10:02 PM
Concatenate, Database, MySQL, PHP, table
asked by:
115 pts.

How do I display a clickable link from database in table using PHP?
I have a table and when I pull a clients info up I would like the web address to be able to be clicked to view web site. How would I code this in? Here is some of my code. $num_rows = mysql_num_rows($query); print “<b>Here is my Information on you. <br><br>E-Mail me with any changes.</b><P>”; [...]

Answer Question   |  March 4, 2009  3:44 PM
Database, Display File, PHP, table
asked by:
5 pts.

1