RE: [PHP] newbie algorithm help!!!!!

2001-06-23 Thread Maamiin
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

[PHP] Templates & PHP

2001-02-22 Thread Maamiin
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

RE: [PHP] require() ???

2001-02-16 Thread Maamiin
--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

[PHP] require() ???

2001-02-16 Thread Maamiin
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