Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running PHP? on Foreign Website

Status
Not open for further replies.

Adamba

IS-IT--Management
Aug 3, 2001
72
0
0
GB
Hi all,

We have a site up and running which collects data from our technicians that are working 'on site' and was wondering whether i can run sql from my location to pull out/update the results.

I can log into the website my techies set up to browse the data but am trying to set up an active desktop setup with a 'web scrape' feel which just gives me a count of orders in the database so i know when there is something new to view.

I can do the sql [smile] which i guess would look something like:
"SELECT count(ordernos) as Count_Of_Orders FROM DB_Orders"

but am struggling with how to implement it into an html page.

any help would be much appreciated.

Many thanks.


[pc3]
Adam [glasses]
 
if the database is MySql then u can use the inbuilt mysql functions. or you may have to go in for ODBC...

Known is handfull, Unknown is worldfull
 
The remote server must also allow access via MySQL (normally tcp port 3306) natively or via some tunnel.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top