Hi There,
i have a minor problem trying to validate HTML output from scripts, the main reason being blank lines before conent. It is probable easier to show you what I mean
----
HTML Output from PHP script
---
1:
// blank lines 2 -21
21:
22:
23: <!DOCTYPE...
Thanks again Rob!
that worked just fine. i think I am getting more used to te syntax now.
Now I just need to tidy up the PHP! Do you recomend seperate scripts per function (add, edit, delete, search)
or would it be better to use a self referencing script?
cheers
Mike
Hi Rob,
Sorry for not getting back sooner. I have made the changed to the DB as you suggested and it works a treat :-) .
I have one more question though, How do I join multiple tables. I have tried to follow the syntax from examples but it does not seem to work.
SELECT
*
FROM...
Rob,
Great explanation again Rob, the book I have been using gave a complex example, had me completely lost!
The good news is that I now have a 'prototype' referencing database set up and working. I can add, edit, delete and search for books (with the pulishers details included)...
Hi Rob,
Thanks for the excellent explaination, it has been a huge help. can I ask a couple of questions ...
create table books (
isbn char(13) not null primary key,
author char (60) not null,
title char (120) not null,
pubdate char (15),
edition char (4),
publisher_id...
Hi Folks,
i've bitten the bullet and started learning MySQL. As part of this I am setting up a DB to store references for my studies. You know the thing, you have a paper to write and need to have a stock of references to 'use'. I've used forums, web articles and 'PHP and MySQL web...
Hi
I'm new to PHP and programming but have managed to make an article creation script. This script indexes and formats user submitted articles. It writes links to articles in a text file, the links are preformatted as list items.
I want to read the first 5 links from this file, strip the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.