[PHP] Missing functions??

2002-05-27 Thread Weston Houghton
Hello again all, I'm using the Mac OS X binary of PHP 4.2.1 provided by Mark Liyanage (http://www.entropy.ch/software/macosx/php/), and I am starting to notice some oddities, I was wondering if anyone else had seen these errors in other ports. I'm getting some base php functions that seem to

Re: [PHP] php's variables javascript

2002-05-27 Thread Brad McCrorey
Or something easier... ? $size = 222; print HTML script language=JavaScript width = $size; /script HTML; ? Just make sure the HTML; bit is all the way on the left margin, regardless of tabstops in your code. cheers, Brad Boyan Nedkov wrote: Try something like that: ? //$size =

Re: [PHP] PHP 4.1.2 ignores ini-set on max_upload_filesize

2002-05-27 Thread DevilKin
On Monday 27 May 2002 22:59, Rasmus Lerdorf wrote: You cannot change the upload limit in your script because the file upload happens before your script is executed. You need to set it in your php.ini, httpd.conf or .htaccess Aha. How do i set this from .htaccess anyway? And this might be

Re: [PHP] PHP 4.1.2 ignores ini-set on max_upload_filesize

2002-05-27 Thread DevilKin
On Tuesday 28 May 2002 07:33, DevilKin wrote: On Monday 27 May 2002 22:59, Rasmus Lerdorf wrote: You cannot change the upload limit in your script because the file upload happens before your script is executed. You need to set it in your php.ini, httpd.conf or .htaccess Aha. How do i

<    1   2