English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

4 answers

Sorry I can't help. I tried several times/ways to get to the website but couldn't. Even tried to translate into English, so I did my best. Good Luck, my friend!!

2007-12-14 01:36:41 · answer #1 · answered by jjoy4444 6 · 0 0

When I'm bored, I pick up the book I'm reading, and high tail it down to Starbucks! (P.S. if the absolutely comfiest chairs in Starbucks are available, I'd plop myself down there for an hour or so, just sitting there, =yawn=, sipping my coffee, with my nose in my favorite book, =sigh=, listening to the awesome sounds of the busy city, zzzzzzzzzzzzzzzz...)

2016-05-23 22:18:27 · answer #2 · answered by ? 3 · 0 0

You should use urlencode() round the name of the title, this will replace spaces with encoded chars so they work on any browser properly.

Nige

2007-12-14 02:50:44 · answer #3 · answered by nigel r 3 · 1 0

print '';

2007-12-14 04:09:16 · answer #4 · answered by daa 7 · 0 0

fedest.com, questions and answers