works fine for me on win98
probably some coding issue
send us you code!
At 11:54 03/09/01, Mindfield wrote:
>I just cant get my sessions to remember my variabels, any ideas.
>
>
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional comman
hi
you probably have a missing dll some where try editing php_curl.dll and
search for "dll" (dlls referenced in that dll) make sure all dlls you find
are in your win../sys.. directory
www.php4win.de provides a full package with all the dlls you need
regards;
At 01:15 28/08/01, Chris wrote:
>H
hi
what kind of email client are you using, could be a client issues, some of
them do not properly delete emails after retrievals and end up downloading
them twice;
just a guess
anyway post some code for a more interesting answers:))
regards
At 15:16 15/08/01, Angie Tollerson wrote:
>Camelia,
try this
REGARDS
At 06:44 10/08/01, Joseph Moore wrote:
> if ( $CategoriesONE != "" )
> echo "ONE ";
> if ( $CategoriesTWO != "" )
> echo "TWO ";
>?>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PR
??
you can configure apache to parse files with .html extension too
edit httpd.conf
and make sure you have the following:
Action application/x-httpd-php4 "/php4/php.exe"
AddType application/x-httpd-php4 .php .html
this way apache parses files with both extensions .php and .html
regard