Search found 7 matches

by digger69
Thu Sep 05, 2002 3:13 am
Forum: Databases
Topic: DWMX, Msql, PHP syntax???
Replies: 6
Views: 1977

Thank you very much for your help Takuma,

While my question is to do with PHP, it is probably more suited to a Dreamweaver MX forum.....

The problem is thier not very active forums....

Thanks anyWay :lol:
by digger69
Thu Sep 05, 2002 1:57 am
Forum: Databases
Topic: DWMX, Msql, PHP syntax???
Replies: 6
Views: 1977

Thanks for Answering, What is a runtime value? I was hoping you would know :lol: To the best of my *limited* knowledge it is to do with defining variables. As in for JSP it would be: Name= varLastName Default Value= % Run-Time Value= request.getParameter("txtLastName") For Coldfusion it wo...
by digger69
Wed Sep 04, 2002 11:57 pm
Forum: Databases
Topic: DWMX, Msql, PHP syntax???
Replies: 6
Views: 1977

DWMX, Msql, PHP syntax???

In the UD4 tutorial regarding the advanced results page the full SQL statement is as follows: SELECT EMPLOYEEID, LASTNAME, FIRSTNAME, DEPARTMENT, EXTENSION FROM EMPLOYEES WHERE LASTNAME LIKE 'varLASTNAME' AND DEPARTMENT LIKE 'varDEPT' This is the ASP/Access syntax... Can anybody help me out with the...
by digger69
Sat Aug 24, 2002 11:53 am
Forum: General Discussion
Topic: Display IP address using PHP
Replies: 9
Views: 5913

This is the full code. Tried your code, definatley much prettier :wink: <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> <p> <?php echo geten...
by digger69
Sat Aug 24, 2002 11:44 am
Forum: General Discussion
Topic: Display IP address using PHP
Replies: 9
Views: 5913

Thanks Volka..... I didn't give you a head ache did I :lol:



<?php echo getenv("SERVER_ADDR"); ?>

This little gem did the trick.

Maybe what I was on about is clear now. :lol:

Thanks for making the effort

"Arl b Bark"
Arnie, mid 80's
by digger69
Sat Aug 24, 2002 10:30 am
Forum: General Discussion
Topic: Display IP address using PHP
Replies: 9
Views: 5913

Yep sorry Volkan, I'm not real flash at getting my piont across clearly, so here is the full senario.... I am using Win 98, dial-up server on my machine. I have created an entry page on my server (Apache, PHP4) That is availble at http:yeah/gr (Intranet only) So my mates dial-up my machine, and ente...
by digger69
Sat Aug 24, 2002 7:32 am
Forum: General Discussion
Topic: Display IP address using PHP
Replies: 9
Views: 5913

Display IP address using PHP

Hello people, I am wondering if somebody can help me out with a little code snippet.. I want to make up a quick web page to diplay the Ip address (mine) negotiated between my dialup server and the computer that has dialed it up. The reason for this is multiplayer gaming (Ghost Recon :D :lol: ). Beca...