Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 2030 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

php question

Thread title: php question
Closed Thread    
    Thread tools Search this thread Display Modes  
01-26-2006, 02:13 AM
#1
nah is offline nah
Status: Junior Member
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 35
iTrader: 0 / 0%
 

nah is on a distinguished road

  Old  php question

OKay iam coding a search type thing and would like to know how to change the browsers title bar so it says what the user submitted.

I just have a post cmd which transfers the data to a search.php page.

Basically I want the search.php page to have the item queried on the title bar. Hopfully that explains it!

Thanks!

01-26-2006, 02:21 AM
#2
Paris Holley is offline Paris Holley
Status: Member
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 347
iTrader: 0 / 0%
 

Paris Holley is on a distinguished road

  Old

it would really benefit you more to learn everything on your own then ask for help all the time but basicly you just take the name of the field, so for instance..

<input type="text" name="title" />

then in the search.php you would put

<title><?=$_POST['title']?></title>

if your host doesn't support <?= then just do

<title><? echo $_POST['title']; ?></title>

01-26-2006, 02:30 AM
#3
nah is offline nah
Status: Junior Member
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 35
iTrader: 0 / 0%
 

nah is on a distinguished road

  Old

Okay im sorry :P, thanks for the help!

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed