Ask a Question related to PHP Development, Design and Development.
-
Phill Long #1
Sort_Order Linking Tables
Hi,
I am trying to setup a database of all my Films/Games, and so far it has
proven very successful. But at the moment I have seperatae pages for every
letter of the alpabet (e.g A.php, B.php, C.php ...) so that I can display
all the titles alphabetticaly, (e.g. If I Click on the A link it will
display every title beginning with A.)
At the moment this works very well, but I would just like to know if anyone
out there knows some very simple lines of code which I could use so that
this is all done via one page, instead of me having loads of pages, because
when I decide I want to upgrade the database I will have to update every
page..
The pages can be found at:
[url]http://djsleepy.servebeer.com/~plong/library_database/Test/[/url]
at the moment the main page opens a new window when you click on a letter
for example, if I click on A it will open in a new window, if I click on B
it will open in a new window..I would like to keep this part as it is..
Thanks In Advance
DJSleepy
Phill Long Guest
-
Linking tables within document
We often use tables with text in the cells. Some of the same information appears twice in a given document. It would be very helpful if we could make... -
Linking Informix tables to SQL Server 2000
I am having difficulty creating a linked server (Informix) in Microsoft SQL Server 2000. I have successfully installed the Informix OLEDB driver;... -
Linking tables via JDBC?
We have an Informix 9.21UC3-1 database on a RedHat Linux box. And we are evaluating a package from Transsoft Inc. that allows access to legacy... -
Need help linking xp to 98
In article <0a8d01c341a5$9f717cd0$a001280a@phx.gbl>, "Mark" <choppedcarrots@hotmail.com> wrote: If you're asking about Internet Connection... -
Linking of several tables in a heirarchical form
I have a table, SYS_Locations, which lists all of the locations available for a system. I.E.: 1 -- Matrix Hall 2 -- Upstairs 3 -- Basement 4... -
Martin Lucas-Smith #2
Re: Sort_Order Linking Tables
You are aware of include (), presumably?> At the moment this works very well, but I would just like to know if
> anyone out there knows some very simple lines of code which I could use
> so that this is all done via one page, instead of me having loads of
> pages, because when I decide I want to upgrade the database I will have
> to update every page..
But your database functions in one file, e.g. database.html
then include (./database.html) at the top of each page.
where database.html is in the same directory as the other files.
Martin
Martin Lucas-Smith Guest



Reply With Quote

