Re: [PHP] confirm box

2002-10-09 Thread Holger Heinze, Portalmeister GmbH
hi there youre missing a return. here is the code i use in order to supress the submission of the form in case the field validation (or the are you sure... ? confirm()) returns false: form onSubmit=return validateForm(this) Have fun, Holger - Original Message - From: Davy Obdam

Re: [PHP] Error disabling

2002-10-04 Thread Holger Heinze, Portalmeister GmbH
Hi there, i use this line in my code. #error_reporting(E_ALL); // set to -- (E_ERROR) (E_WARNING) (E_PARSE) (E_NOTICE) (E_CORE_ERROR) (E_CORE_WARNING) (E_ALL) check out the docs: http://www.php.net/manual/en/function.error-reporting.php holger - Original Message - From: Davíð Örn

[PHP] Fw: Speed of the PHP Parser MySQL vs. textfiles

2002-09-25 Thread Holger Heinze, Portalmeister GmbH
Hi people, maybe someone here has experience with this question: We have to create a CMS System for beginners. For storing data, we have 3 possibilities: 1. Store Data in MySQL, query the database, inlcude the dynamic content via php. echo $mysqldata[headline].P\n;

Re: [PHP] Fw: Speed of the PHP Parser MySQL vs. textfiles

2002-09-25 Thread Holger Heinze, Portalmeister GmbH
Hi, apologies for the confirmation, didn't even know it was set on this Computer (not my own) until I got it myself. I hate it =) Sorry again, Holger -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php