php-windows Digest 31 Aug 2001 12:47:34 -0000 Issue 730 Topics (messages 9144 through 9148): Print out the form When click Submit? 9144 by: Jack Can PHP and Java work together? 9145 by: Jack Re: Dll version of PHP for MS IIS 9146 by: Andrew Stopford Re: disable function 9147 by: _lallous functions for the printer 9148 by: Cinzia Bernardello Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
Dear all I'm trying to write a user input form which when the user click the submit button, two task of php will proceed. 1. The data user input into the form will be insert into Mysql. (Which i had done so already!) 2. The form will regenerate a new page which for the user to print out to get approveral, but is there any script for php that when the user click the submit button, the Regenerated page which print to user default printer automatically?? Pls help Thx Jack [EMAIL PROTECTED]
Dear all I want to ask if i want to perform two task after the user had click a button, 1 is the task perform by PHP 2 is the task perform by JavaScript is it possible to do so? I'm actually fresh on JavaScript, before i would call the JavaScript, what should i do first or what should i set before though? Thx Jack [EMAIL PROTECTED]
Hi Robert, Others may able to give you a firm idea of its stability from a engineering point of you but I am certainly using in a commercial enviroment with no problems and can vouch for it stability. Andrew "Robert Knotek" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thanks. > > But the second part of the question seens to be misunderstand. > > I like to know how stable ist this dll version. The exe Version seems tobe > very stable. > > best regards > > robert > > > "Andrew Stopford" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi Robert, > > > > This version exists today as a ISAPI DLL called php4isapi.dll if you check > > your SAPI folder in your PHP directory you should find it there. > > > > Andrew > > > > "Robert Knotek" <[EMAIL PROTECTED]> wrote in message > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > I heared of an dll version of PHP4 for IIS. This version should have the > > > advantage of an faster execution because ther is no image activation of > > > php.exe. > > > > > > how far ist this away from production. > > > > > > best regards > > > robert > > > > > > > > > > > >
check your php.ini and this key: disable_functions = "Sur-Php" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello php-windows, > > through <? phpinfo() ?> i came to know that many > fuction are pre - compiled in windows binary version of php.... > > for example : > ftp,calender,xml,wddx etc... > and even i'm not using mysql function > because our company uses mssql server... > and for that i'm loading only one dll (ie: php_mssql70.dll) > that's it....no more dll are loaded > i'm using module version of php 4.0.6 (php4apache.dll) > > so how to disable these function in windows version.. > now don't tell me to download sources and recomplile it, > because i haven't compiler for that.. > in php.ini i can't find anything to disble these function... > > i think that, > if i'll disable unused function , then > may be php will be working more faster > > so if any idea.. > please share it... > -- > Best regards, > sur-php mailto:[EMAIL PROTECTED] > >
How can i print my pages (different frames) in php3, without those 'printer_functions' that exists only in php4? regards \cinzia