Hi
my main page index.php link code is:
print 'title.'>'.$row->title.'';
from this i get page exmaple:
address bar:
http://localhost/new.php?title=High
In my browser:
Query was empty
the database column title is:
type: varchar2
length: 5000
null: yes
Now the full title name for this record =
High Performance Web Applications - Part 1
which should be passed in instead of just (High)
i am confused!
why isnt php passing the full name
I could use: new.php?id (id is a sequence column) but i want the title as its more meaningful in teh address bar)
thanks in advance
Tovia Singer
2007-12-14
00:52:36
·
4 answers
·
asked by
jam
5
in
Computers & Internet
➔ Programming & Design