I use this code to do this kind stuff:
- BEGIN ---
$result=mysql_query(...);
$columns=2; //Count of columns
$table="\n";
$table.='';
$col=0; //current column
//Draw table content
while ($row=mysql_fetch_row($result)){
$table.=''.$row[0].'';
$c
Where can I find some help, how to make & use page templates on my
webpages??? Needs this some add-ons to my PHP3(Linux-main)/PHP4(win98+pws)?
THNX
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To
--Original Message-
|| From: Maamiin [mailto:[EMAIL PROTECTED]]
|| Sent: Friday, February 16, 2001 9:38 AM
|| To: PHP General Newslist
|| Subject: [PHP] require() ???
||
||
|| How can I use this function to load files from subfolders?
|| when i try this on apache (Linux+PHP3)
||
|| re
How can I use this function to load files from subfolders?
when i try this on apache (Linux+PHP3)
require('cls/mysql.cl.php3');
from log I can read then:
[error] PHP3 Fatal error: Failed opening required 'cls/mysql.cl.php3' in
'index.php3' on line 6
I already tried full-path, but nothing! Only
4 matches
Mail list logo