Ask a Question related to PHP Development, Design and Development.
-
Grzegorz R #1
How to add two variables
I have two variables, one is $name (is aquired form
[url]http://192.168.1.1?name=one[/url]
and the other one is normal for ex. $two=".html"
How I can add them together to get 3rd variable $tree=one.html
??
Grzegorz R Guest
-
#39833 [NEW]: Session variables overwritten by local variables (register_globals=off)
From: sup1382 at accedo dot es Operating system: OpenBSD 3.9 PHP version: 5.2.0 PHP Bug Type: Session related Bug... -
#39447 [NEW]: Want to optionally handle apc_upload_progress variables using session variables
From: krudtaa at yahoo dot com Operating system: All PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug... -
Global variables - application variables vs include file
What are the best methods for using global constants and variables? I've noticed that many people put all global constants in a file and include... -
Replacing code based on static variables to variable variables.
Can anyone give me some help or tips in converting this code to take 2 variables that will specify the number of Pack type lines and the number of... -
variables that change session variables
Hi, I'm currently writing a mulit-page form app that uses a session to retain data from each form element in order for the user to jump between... -
Polaris #2
Re: How to add two variables
$tree=$one . $two;
print $tree;
connection through . in PHP.
"Grzegorz R" <robgold A N T Y S P A [email]M@interia.pl[/email]> schreef in bericht
news:cj9oa2$ol4$1@nemesis.news.tpi.pl...>I have two variables, one is $name (is aquired form
> [url]http://192.168.1.1?name=one[/url]
>
> and the other one is normal for ex. $two=".html"
>
> How I can add them together to get 3rd variable $tree=one.html
>
> ??
>
>
Polaris Guest



Reply With Quote

