Thanks to all..
Regards,
FA.
Brady Mitchell wrote:
Example
Page1.php
===
$name_pro = "VC++ V2.4"
print "
href='page2.php?page=&value=$name_pro'> $name_pro ";
Use urlencode (http://php.net/urlencode):
print " $name_pro
";
I need a helping hand to solve this
Example
Page1.php
===
$name_pro = "VC++ V2.4"
print " href='page2.php?page=&value=$name_pro'> $name_pro ";
===
Page2.php
=
Barry wrote:
Fernando Anchorena wrote:
Fisrt thx to all for yours answers, I'm updating the mail because in
hte last mail I'didn express my self correctly :
EXAMPLE
page1.php
===
$sql_pro ="SELECT Sid FROM table";
$res_pro = @m
// The VALUE of $radio witch is "$p4" is the name of the VAR I need to access,
how can I export the VALUE "$p4" AS a VAR Name ?
}
========
James Benson wrote:
if(isset($_POST['NAME_OF_FORM_VALUE'])) {
// radio button was selected
}
Fer
I'm stuck trying to get work this :
This is an example
page1.php
===
$sql_pro ="SELECT Sid FROM table";
$res_pro = @mysql_query( $sql_pro);
while ($campo_pro = @mysql_fetch_array($res_pro)) {
$sid_pro = $campo_pro["Sid"]; // *sid_pro = 4*
$sid_pr
I'm stuck trying to get work this :
This is an example
page1.php
===
$sql_pro ="SELECT Sid FROM table";
$res_pro = @mysql_query( $sql_pro);
while ($campo_pro = @mysql_fetch_array($res_pro)) {
$sid_pro = $campo_pro["Sid"]; // *sid_pro = 4*
$sid
6 matches
Mail list logo