[PHP] php powered forums

2001-04-22 Thread kenny.hibs
Don't know if this id the place to ask but Can anyone recommend a good php powered forum that I could use on my site. kenny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] getcwd()

2001-04-15 Thread kenny.hibs
Is there a php3 alternative to the getcwd() function kenny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] foreach function

2001-04-13 Thread kenny.hibs
My isp uses php3 and some of my scripts have the function 'foreach' which is php4. Is there are way to fix this kenny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] Can't redeclare already declared function

2001-04-11 Thread kenny.hibs
Anyone help with this Fatal error: Can't redeclare already declared function in header.php3 on line 233 The troubl is that there is no line 233 so it must be looking at another page? header.php3 ? /* Theme Creator for PHP-Nuke v0.1 *

[PHP] parse error

2001-04-08 Thread kenny.hibs
I am getting a parse error in the following line of code ** foreach ($messagearray as $value) { //print("strlen: " . strlen($value)); if (strlen($value) = 22) { ? script alert('Your post is too long...use the forum for longer stories.') /script ?