Rodrigo ---
This is really an SQL question, not an PHP one?
What database are you using? On what OS?
For MySQL check this link:
http://www.mysql.com/doc/A/N/ANSI_diff_SELECT_INTO_TABLE.html
If your running on a Unix server, and is something that runs on a regular
basis (say hourly or daily), yo
L PROTECTED]]
Sent: Thursday, December 27, 2001 4:20 PM
To: Rodrigo Peres; PHP
Subject: Re: [PHP] Create a table with more than 1 column
Rodrigo,
Nice looking page. I'm not going to try and fix your logic, because you've
approached it somewhat
differently than I would. Here's my lo
Rodrigo,
Nice looking page. I'm not going to try and fix your logic, because you've approached
it somewhat
differently than I would. Here's my logic or pseudocode ...
Set max_columns to 3
Set a letter variable
While I have results
While column_count is less than max_columns or letter is the
Hi list,
I am in a big trouble. My deadline is coming and I couldn't solve my problem
yet! I have this script that outputs a table that can be seen at
http://www.celebnet.com.br/abc.php
$ultletra = '';
$row = '';
while($resultado = $query->dados()) {
$curletra = $resultado['letra'];
if($
4 matches
Mail list logo