[PHP] Re: Php mailer

2004-03-19 Thread Harry Wiens
Nocc is the app you're looking for take a look at http://nocc.sourceforge.net/ "Mrs. Geeta Thanu" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi all, > > I am new to php and want to use php for our mailing program. > At present we have servlet program what the users access

[PHP] what does this mean?

2004-03-10 Thread Harry Wiens
$this->styles['shadow'] = (boolean)$bool; what does "(boolean)$bool" mean? mfg. harry wiens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] problem with gd

2003-09-17 Thread Harry Wiens
I have PHP-Version 4.2.2 "Jason Wong" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > On Wednesday 17 September 2003 15:25, Harry Wiens wrote: > > > i got a problem with the gd library at my isp's server. > > What version

[PHP] problem with gd

2003-09-17 Thread Harry Wiens
r Freetype supportenabled Freetype linkagewith Freetype JPG supportenabled PNG supportenabled wbmp supportenabled Anyone got an idea for me? mfg. Harry Wiens -- PHP General Mailing List (http://www.ph

[PHP] Re: Can Objects be passed to another page?

2003-09-03 Thread Harry Wiens
you can store your object in a session bye Harry Wiens "Webmaster" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi, > > is it possible to pass an Object to another php page? > I want to pass a whole bunch of varibales to another page. >

[PHP] php5 and mysql

2003-08-25 Thread Harry Wiens
i've got a wamp with php5. is there any possibility to activate or reinstall, etc. the mysql extension? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] snippet

2003-08-05 Thread Harry Wiens
can someone explain this for me: ... $sFont =submit("font") ? SITE_ROOT . PROG_PATH . submit("font") : ""; ... mfg. hwiens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: newbie array question

2003-07-10 Thread Harry Wiens
try this: $query = "select name from names (where age <'23'')"; $numero= sybase_connect("database" , "user" , "password" ) or die ("Unable to connect to database server"); $result=sybase_query($query,$numero ); while($temp=syb

[PHP] wamphp4, php5

2003-07-10 Thread Harry Wiens
how do i have to configure my httpd.conf to run both, php4 and php5 i have php4 in c:\php where schould i put the php5 stuff ? do i need only one php.ini or two? questions, questions, questions mfg. harry wiens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Re: Having problems with an IF statement, just doesn't make sense

2003-07-07 Thread Harry Wiens
ry this: if (isset($theme)) { require "content/header_$theme.php"; print("Current theme is $theme"); } else { require "content/header.php"; print("$theme"); } mfg. harry wiens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fw: upload

2003-06-25 Thread Harry Wiens
this is working for me: [snip] $data = addslashes(fread(fopen($userfile, "r"), filesize($userfile))); $fp = fopen($filename, "w"); fwrite($fp,stripslashes($data)); fclose($fp); [/snip] greets harry wiens "Jay Blanchard" <[EMAIL PROTECTED]>

[PHP] correct syntax

2003-06-25 Thread Harry Wiens
What would be the correct syntax? 1. $_SESSION[test] 2. $_SESSION['test'] 3. $_SESSION["test"] mfg. harry wiens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Javascript in PHP

2003-06-24 Thread Harry Wiens
i think you have to add "\n" after each row of java script code. $js .= "}\n"; mfg. harry wiens "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] How can I get a script to work on a page that has HTML generated by

[PHP] Re: correct encoding for emails

2003-06-24 Thread Harry Wiens
The problem is not sending or composing the email (what your class is for), but displaying all the recieved messages. Btw how do i use "quoted-printable encoding" ? mfg. Harry Wiens "Manuel Lemos" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] Hell

[PHP] correct encoding for emails

2003-06-24 Thread Harry Wiens
Lösungen". What do I have to do, to display everything correct? mfg. Harry Wiens -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php