[PHP-WIN] Still having problems....

2003-02-28 Thread A. Mikkelsen
I'm still having problems : My query : $q = "SELECT id, computer_id, date, domain, ip, license_key, software, wm_id FROM data WHERE id IN (SELECT MAX(ID) FROM data GROUP BY Computer_ID) " . $Where_Text . " ORDER BY Domain, Date DESC"; The show part: ".$sw_list[$i]['Computer_ID'].""; ECHO "".$

[PHP-WIN] Problem with links....

2003-02-28 Thread A. Mikkelsen
Hi I'm using SQL Navigator to link to main.php. The link to the page works but not the ?sw=SQL path. In main.php i use the following to check the ?sw= SWITCH ($sw) { CASE ("toad"): $Where_Text = "AND Software = 'Toad'"; $Choosen_SW = "Toad"; BREAK;

[PHP-WIN] Re: Having problems connection PHP to MSSQL2000

2003-02-28 Thread A. Mikkelsen
mer relationships > > To find out more about how we can help you visit our website > http://www.concentrix.co.uk > > The Technology Centre, Epinal Way, > Loughborough, Leicestershire, LE11 3GE > T: +44 (0)1509 235000 F: +44 (0)1509 221740 > _

[PHP-WIN] Having problems connection PHP to MSSQL2000

2003-02-27 Thread A. Mikkelsen
Hi. I'm just installed the last PHP version on a WIN2k server with MSSQL2000. And i tried to connect to MSSQL with the following code: But I keep getting the same error. Fatal error: Call to undefined function: mssql_connect() in D:\Licens\php\main.php on line 6 Can anybody help me ??

[PHP-WIN] eregi problem

2002-12-05 Thread A. Mikkelsen
Hey I'm trying to validate these strings wmli001234wmli001234a using this if( eregi( "^" . "wm" . //first 2 letters "((li)*(si)*(wi)*)+" . //next 2 letters shal be ether LI / SI / WI "[0-9]{6,6}" .

[PHP-WIN] HELP - problems with mysql and select .

2002-11-12 Thread A. Mikkelsen
ction show() { show_list = 1; } CODE : ".$user_list[$i]['wm_id']." - ".$user_list[$i]['f_name']." ".$user_list[$i]['l_name'].""; } ?> TEST"; } ?>

[PHP-WIN] Re: History in IE

2002-10-16 Thread A. Mikkelsen
Thx. I got it to work. A. "David Elliott" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hail A. > > On 16 October 2002 at 14:38:18 +0200 (which was 13:38 where I live) A. > Mikkelsen wrote and made these points > &

[PHP-WIN] History in IE

2002-10-16 Thread A. Mikkelsen
Hi I'm having problems vith the history in IE. I need to go 1 back. history.go(-1) is there an easy way to do this in PHP Anders -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php