http://web.torres.ws/dev/php
check this out, see if the instructions there help you at all.
Walter
"Bruce Guthrie" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I've just installed PHP 4.3.8 on my WinXP, Apache 2.0.50, MySQL 4.0.20d
> system. Apache, MySQL are running
I have 2 machines, a server (Win NT server) and a workstation (Win XP Pro).
On the server I have PHP, mySQL, Apache, Perl, etc.
If I run this command from the prompt...
G> mysql -h db.torres.ws -u user
It connects fine.
If I do this from PHP...
$db_user = "user";
$db_pass= "";
I post an answer to 2 different messages here, and within 20 minutes I'm
flooded with virus alerts (someone using my address to spew virus) and
auto-responders telling me they are on vacation.
I thought everyone understood that auto-responders were "discouraged"?
And I thought anyone on a develop
[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Exactly what extension's do I use to generate PDF documents in PHP 4.2.3?
I use this library...
http://www.fpdf.org/
works great!
Walter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
Daniel Blake" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Ok, it took awhile but I finally got it working. Here are the
instructions so
> everyone can get it working easier. There are two DLL's that need to be
in the
> Windows\System32 directory and two that need to be in your e
"Court Shrock" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> How about using the registry to store the location of the php.ini. It
could
> default to c:\windows for backward compatibility. I currently have
multiple
> versions of PHP setup on the same system. This works fine, as lo
PEAR:Date
Walter
"Ross Honniball" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I accidently sent this to php-db mailing list earlier today. Apologies to
> people who get it twice.
>
> Why doesn't php offer a standard class or variable type to help process
> dates in a standard m
"Jason Barnett" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > What I get back is this...
> >
> > Unable to find wrapper "https"
> > - did you forget to enable it when you configured PHP?
>
> You'll need to look at the openSSL for Windows. Someone at PHP's site
> said they
"Dietrich Ayala" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> even if the openssl extension is enabled, on windows ssl will still not
> be available in the streams code (fopen, fsockopen, ftp, etc).
>
> the only way to make this work is to statically link openssl when
> compiling
I did this...
https://www.homier.com/security.asp?a=v&$mystr";;
echo URLopen($url);
// code from PHP docs...
function URLopen($url)
{
// Fake the browser type
ini_set('user_agent','MSIE 4\.0b2;');
$dh = fopen("$url",'r');
$result = fread($dh,8192);
retur
10 matches
Mail list logo