Click here to Skip to main content
15,886,422 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: Organize mysql results in html table with PHP Pin
Luc Pattyn6-Mar-10 14:38
sitebuilderLuc Pattyn6-Mar-10 14:38 
GeneralRe: Organize mysql results in html table with PHP Pin
pelikan20027-Mar-10 0:53
pelikan20027-Mar-10 0:53 
GeneralRe: Organize mysql results in html table with PHP Pin
pelikan20027-Mar-10 5:22
pelikan20027-Mar-10 5:22 
GeneralRe: Organize mysql results in html table with PHP Pin
Luc Pattyn7-Mar-10 8:45
sitebuilderLuc Pattyn7-Mar-10 8:45 
GeneralRe: Organize mysql results in html table with PHP Pin
pelikan200211-Mar-10 5:05
pelikan200211-Mar-10 5:05 
GeneralRe: Organize mysql results in html table with PHP Pin
Luc Pattyn11-Mar-10 5:13
sitebuilderLuc Pattyn11-Mar-10 5:13 
GeneralRe: Organize mysql results in html table with PHP Pin
pelikan200211-Mar-10 5:19
pelikan200211-Mar-10 5:19 
AnswerRe: Organize mysql results in html table with PHP Pin
PHP_Guy19-Mar-10 7:32
PHP_Guy19-Mar-10 7:32 
ok ..

you end with
<pre>
echo "</table>";</pre>

<code>but where is the start "<table>" tag ?</code>

=======================
<pre>echo "<table border=1>";

if($orastart == "8" &amp;&amp; $orafinal &lt;= "10")
{
echo "&lt;tr&gt;&lt;td&gt;8 - 9&lt;/td&gt;&lt;td rowspan = '2'&gt;".$nume_curs."&lt;br /&gt;".$prof_name."&lt;br /&gt;".$nume_grupa."&lt;/td&gt;&lt;/tr&gt;";
echo "&lt;tr&gt;&lt;td&gt;9 - 10&lt;/td&gt;&lt;/tr&gt;";
}

else echo "&lt;tr&gt;&lt;td&gt;8 - 9&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;9 - 10&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;";

if($orastart &gt;= "10" &amp;&amp; $orasfarsit &lt;= "12" )
echo "&lt;tr&gt;&lt;td&gt;10 - 11&lt;/td&gt;&lt;td rowspan = '2'&gt;".$nume_curs."&lt;br /&gt;".$prof_name."&lt;br /&gt;".$nume_grupa."&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;11 - 12&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;";

else echo "&lt;tr&gt;&lt;td&gt;10 - 11&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;11 - 12&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;";

}
}


echo "&lt;/table&gt;";</pre>
QuestionInteger conversion for dummies Pin
Jack Vanderhorst6-Mar-10 4:14
Jack Vanderhorst6-Mar-10 4:14 
AnswerRe: Integer conversion for dummies Pin
Jack Vanderhorst6-Mar-10 4:31
Jack Vanderhorst6-Mar-10 4:31 
QuestionDetect when Tomcat Startup Pin
bilal.hobnail5-Mar-10 1:08
bilal.hobnail5-Mar-10 1:08 
QuestionHow to connect Tata indicom USB modem in fedora 9 Pin
Tripathi Sushant S4-Mar-10 5:56
Tripathi Sushant S4-Mar-10 5:56 
AnswerRe: How to connect Tata indicom USB modem in fedora 9 Pin
HimanshuJoshi18-Mar-10 23:20
HimanshuJoshi18-Mar-10 23:20 
QuestionMysql connectivity with C program in fedora 9 Pin
Tripathi Sushant S4-Mar-10 5:50
Tripathi Sushant S4-Mar-10 5:50 
AnswerRe: Mysql connectivity with C program in fedora 9 Pin
Graham Breach4-Mar-10 8:11
Graham Breach4-Mar-10 8:11 
QuestionEmbed php forms or flash into facebook, step by step Pin
sharkbc3-Mar-10 23:21
sharkbc3-Mar-10 23:21 
QuestionNewbie to PHP Pin
offroaderdan2-Mar-10 22:53
offroaderdan2-Mar-10 22:53 
AnswerRe: Newbie to PHP Pin
Graham Breach3-Mar-10 0:33
Graham Breach3-Mar-10 0:33 
AnswerRe: Newbie to PHP Pin
chevu3-Mar-10 1:11
chevu3-Mar-10 1:11 
GeneralRe: Newbie to PHP Pin
offroaderdan3-Mar-10 3:01
offroaderdan3-Mar-10 3:01 
GeneralRe: Newbie to PHP Pin
Eddy Vluggen3-Mar-10 7:00
professionalEddy Vluggen3-Mar-10 7:00 
GeneralRe: Newbie to PHP Pin
chevu3-Mar-10 16:58
chevu3-Mar-10 16:58 
GeneralRe: Newbie to PHP Pin
offroaderdan10-Mar-10 4:40
offroaderdan10-Mar-10 4:40 
AnswerRe: Newbie to PHP Pin
Graham Breach10-Mar-10 4:54
Graham Breach10-Mar-10 4:54 
AnswerRe: Newbie to PHP Pin
PHP_Guy19-Mar-10 7:40
PHP_Guy19-Mar-10 7:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.