Hi !
I am new to php.
how can I pass value from javascript to php's variable. for example:
<script language = javascript>
var a = 10;
</script>
how can I pass the value a = 10 to PHP's v...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20064161.htm...
Zones:
PHPDate Answered: 02/02/2001 Grade: A Views: 0
This is the first time I am using PHP and I have this problem.
I have FTP access to a remote Netware server, running Apache. The server administrator assures me that PHP4 is installed.
I have...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20696853.htm...
Zones:
PHPDate Answered: 12/19/2004 Grade: A Views: 0
I'm wondering, what good is php_value session.gc_maxlifetim? Why not just have a session expire upon not being accessed for x amount of time, then delete them...why keep them around for any longer...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21117716.htm...
Zones:
PHPDate Answered: 09/14/2004 Grade: A Views: 64
hello all
i have some form in a php file
nothing but normal.
so i need some users to choose a part number from a very very large listing. 10 times
but if i put the listing 10 times the pa...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21424055.htm...
Zones:
PHPDate Answered: 05/14/2005 Grade: A Views: 0
Main page i have this:
<TD><B>Location:</B></TD>
<TD>
<SELECT NAME='tolocation' VALUE=''>
<OPTION VALUE='%'> ALL </OPTION>
<OPTION VALUE='47'> City Center </OPTION>
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21071713.htm...
Zones:
PHPDate Answered: 07/26/2004 Grade: A Views: 0
hello experts,
i'm having a little bit of trouble trying to fix my code
can someone tell me whats wrong?
echo $mailmessage = '
<html>
<head>
<title>Email</title>
</head>
<body>
<input ty...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21229210.htm...
Zones:
PHPDate Answered: 12/03/2004 Grade: A Views: 0
When PHP receives form data via the GET method, it is suppose to automatically create variables using the form field name and assign it the value as follows:
In the form:
<input type="text" nam...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21327831.htm...
Zones:
PHPDate Answered: 02/24/2005 Grade: A Views: 0
Ok, so I have a PHP application that basically has a submit the user presses to save data. When the data is submitted, PHP checks the person's ssn to see if there is already one matching that in th...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21457986.htm...
Zones:
PHPDate Answered: 06/20/2005 Grade: A Views: 0
I have a page built in PHP (have gotten a ton of help from you guys, thanks :) that has fields where the user specifies the value then click an 'update values' button which then calculates the resu...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21790843.htm...
Zones:
PHPDate Answered: 03/27/2006 Grade: A Views: 0
Hi
I have an array CategoriArr which hold values of database (This values: Choose category, category1, category2, category3, category4, category5, category6) .
I have an another array Addre...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...