I use SynEdit http://synedit.hypermart.net/
It has all the features I need for both PHP and HTML.
It's free. I think it's powerful. It has syntax highlighting for
37 languages, including PHP3, HTML, Perl. Plus the highlighting is
customisable.
DanF
-Original Message-
From: Mad Nas [ma
OK, have a found a way in Javascript to do this.
Many thanks...
New problem: (isn't there always!)
Both new pages are PHP scripts, and I need to pass a value to each one.
How can I do this, given that the link is implemented generally like this:
window.open("http://www.devshed.com/popup.html".
Hi Everyone,
Simple idea, but I can't work it out in practice...
I want one link (actually, one Form Submit button) to instigate two
changes, firstly a new browser window will open containing one set
of data, and secondly the existing browser window will change to a
different set of data.
Li
Thank you!
Now it works! This problem first popped up over six months ago, and I've
been working round it since then.
Many thanks,
Dan
-Original Message-
From: Mayo, Bill [mailto:[EMAIL PROTECTED]]
Sent: 01 March 2001 16:10
To: 'Daniel Furse'; PHP Windows List (E-mail
Hi everyone,
I'm trying to connect an Access database that is not on the same server as
the web server. All the servers are Windows NT 4, the web server is IIS4,
and I'm using PHP4. Whenever I try to query the database, it returns:
Warning: SQL error: [Microsoft][ODBC Microsoft Access 97
Hi,
I'm having problems getting a query to work, it's a fairly simple select
query, with wildcards.
This is the query as designed in MS Access 97's query designer:
SELECT Contacts.ForeName FROM Contacts WHERE (((Contacts.ForeName) Like
"*dan*"));
This selects 7 names from our database when run