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:
==
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
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
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
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
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
> > 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
>
> $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