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
$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
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
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
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.
>
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
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
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
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
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
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]>
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
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
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
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
15 matches
Mail list logo