I am using Windows version 5.0.3 of PHP running on an XP workstation. I
can't get the pg_trace
function to work properly. Here is a code snip:
$res = pg_trace("C:/PostgreSQLDevHndbk/tmp/trace-log.log", w, $conn);
$sql = "SELECT * FROM customer";
$result = pg_exec($conn, $sql);
$rows = pg_numrows(
that all sounds correct ... umm, what else can you try ...
well,
here's a little test peice of code
and here's my sessions settings (as shown by php_info())
session.auto_start Off Off
session.bug_compat_42 On On
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter noc
Hello,
I am using the following script to keep me up to date from any computer in
the world that has web access, but I would like to get it to automatically
E-mail the content to my E-mail adress, here is what I have so far.
http://news.php.net/group.php?group=php.doc.tr&format=rss";;
$rss_cha
Hey,
Warning: not really a PHP question.
Apologies for posting this question here, but I figure PHP people have
plenty of general web-browser and system experience between them.
We have some old machines (pentium II 348Mhz 128M RAM 3Gig HDD) that I
would like to use as in-shop customer enquiries
Ross
Your requirement is similar to what I have seen in a number of retail
stores.
It is common practice for stores to be provided with a customised Linux
desktop environment and a non externally routable IP Address.
Mike
- Original Message -
From: "Ross Honniball" <[EMAIL PROTECTED]>