/    Sign up×
Community /Pin to ProfileBookmark

noob on the "?=" Problem….

I cant seem to find the right resource concerning this particular problem….
could someone direct me to a tutorial on this topic…

say Im working on a forum, and the topics are listed…the problem is, how can I view them independently….

thanks….

NOT MUCH OF A WORDY PERSON, I AM….d’oh

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@ZnupiOct 30.2006 — Lets say you have this address : http://www.yoursite.com/index.php?u=1224 .... in index.php, the variable [b]$_GET['u'][/b] would be equal to [b]1224[/b]... Multiple parameters would be like this :

http://www. yoursite.com/index.php?param1=this+is+parameter+1&param2=this+is+parameter+2 ... in the index.php file, doing this :

echo $_GET['param1'] . "rn" . $_GET['param2'];
would print
<i>
</i>this is parameter 1
this is parameter 2

...I hope I made sense...
Copy linkTweet thisAlerts:
@Reli4ntOct 31.2006 — if you want xhtml compliance swap the & for &amp;
Copy linkTweet thisAlerts:
@pcthugOct 31.2006 — if you want xhtml compliance swap the & for &amp;[/QUOTE]
[B]Note:[/B] You should only do this when referencing an ampersand within markup, when accessing the value directly from the address bar the ampersand is not treated an an entity.
×

Success!

Help @php_hazard_01 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...