[PHP-WIN] PHP extension problem in new XP site

2004-07-06 Thread George Pitcher
Hi all, I've just moved form Win2k to XP (to get my wireless card to function!) and having re-installed everything, but using the most up-to-date downloads (but not v5 yet), I'm hgaving a problem with a script that builds a PDF page from Filemaker. This is the error I get: ==

Re: [PHP-WIN] check boxes... set the VALUE or just echo CHECKED????

2004-07-06 Thread Bobo Wieland
With xhtml syntax which I prefer it should be: .bobo - Original Message - From: "Gryffyn, Trevor" <[EMAIL PROTECTED]> To: "[PHP-WIN]" <[EMAIL PROTECTED]> Cc: "Leo G. Divinagracia III" <[EMAIL PROTECTED]> Sent: Tuesday, July 06, 2004 3:54 PM Subject: RE: [PHP-WIN] check boxes... set th

[PHP-WIN] Re: Session On Window [Urgent]

2004-07-06 Thread Jason Barnett
M. Imran Khan wrote: Dear Users, Can I manage the PHP session on windows. I am running the Apache 1.3 and PHP. I got the warning: Warning: open(/tmp\sess_2b69db87d2a153561e2972b4fb5eac3c, O_RDWR) failed: m (2) in c:\program files\apache group\apache\htdocs\test\sess.php on line 2 Please can some o

RE: [PHP-WIN] check boxes... set the VALUE or just echo CHECKED????

2004-07-06 Thread Gryffyn, Trevor
For HTML form elements that can be checked or selected or whatever, I like to do something like this: if ($conditionistru) { $checked = " CHECKED" } else { $checked = ""; } echo ""; If I was doing this for a combo/option box, I'd have a list of the options in an array, use a "foreach" to creat

[PHP-WIN] Session On Window [Urgent]

2004-07-06 Thread M. Imran Khan
Dear Users, Can I manage the PHP session on windows. I am running the Apache 1.3 and PHP. I got the warning: Warning: open(/tmp\sess_2b69db87d2a153561e2972b4fb5eac3c, O_RDWR) failed: m (2) in c:\program files\apache group\apache\htdocs\test\sess.php on line 2 Please can some one help me regard

[PHP-WIN] Lose 19% weight. New weightloss available to you.

2004-07-06 Thread Susan H. Schneider
Hello, I have a special offer for you... WANT TO LOSE WEIGHT? The most powerful weightloss is now available without prescription. All natural Adipren720 100% Money Back Guarantée! - Lose up to 19% Total Body Weight. - Loss of 20-35% abdominal Fat. - Up to 300% more Weight Loss while dieting. - Incr

RE: [PHP-WIN] Self-calling script problem.

2004-07-06 Thread Gryffyn, Trevor
> > http://160.221.21.129/timelog/?user_id=9 > > This is what I don't understand. > The thing is, the correct call should be > > http://160.221.21.129/timelog/index.php?user_id=9 > > and inside you should have > > $user_id = $_GET['user_id']; > > Unless it is a

[PHP-WIN] Re: setup of MSSQL with PHP

2004-07-06 Thread hubo
> > $db = mssql_connect("WIN2KSRV","sa","xyzxyz") ; > Try $db = mssql_connect("localhost","sa","xyzxyz") ; -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php