HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
place variable in URL for GET function
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form
View previous topic :: View next topic  
Author Message
tayoung



Joined: 23 Oct 2004
Posts: 2

PostPosted: Sat Oct 30, 2004 1:06 pm     place variable in URL for GET function Reply with quote

ok guys here is what i want to do. I am passing information that is not safety critical from one page to another and I want to do that in the URL and use the GET function to get the information out. the problem is that the information that I want to put in the URL changes evry day because it is a date and so what I want to do is have a variable say $x and put that in the url but it is not working right. here is the code

$x="2004-10-02";
<a herf="yestpicks.php?y=$x"></a>

I have put single quotes around $x and double quotes but nothing seems to work all i get on the other side when i say

$yr=$_GET['y'];

is $x which of course is not what i want. I am using PHP but this is a HTML/FORM/URL problem. any advice would be appreciated.

Thanks
brokenmonkey



Joined: 19 Dec 2004
Posts: 1

PostPosted: Sun Dec 19, 2004 6:18 am     Reply with quote

Hi There!

This worked fine for me:

Code:


<?php

$x="2004-10-02";
print "<a href=yestpicks.php?y=$x>TEST THIS LINK</a>";

?>

Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial