On Fri, 04 Oct 2002 20:13:57 -0700
Shoulder to Shoulder Farm <[EMAIL PROTECTED]> wrote:
> Hi all,
> Sorry, but I REALLY don't want to subscribe to the PHP general list,
> it's so high volume, so here goes. --T
>
> How can I get values that were posted from a form to a PHP document
> turned int
echo $Name;
Or if register_globals is off in your php.ini, use:
echo $_POST['Name'];
-Rasmus
On Fri, 4 Oct 2002, Shoulder to Shoulder Farm wrote:
> Hi all,
> Sorry, but I REALLY don't want to subscribe to the PHP general list,
> it's so high volume, so here goes. --T
>
> How can I get values
Hi all,
Sorry, but I REALLY don't want to subscribe to the PHP general list,
it's so high volume, so here goes. --T
How can I get values that were posted from a form to a PHP document
turned into string?
For example:
Then in sendfeedback.php, I want to turn that posted value into a string.
All you need do is get the files up on the server somehow and provide a link
to the file. A plug-in will take care of playing the file when an event
triggers it (e.g. onClick, onLoad, onMouseOver, etc.). If you're looking for
something specific, please provide more details in your post.
-Orig
I have a table with a combi box drawing values from one table in a database
and this should be inserted into another table along with other information:
Course ID :
other\n");
echo("Select Course\n");
while ($crs = mysql_fetch_array($results))
{
$course= $crs["course_id"];
echo("$course \
Hey all...
Working on a time calculation for a tracking system.. time ON the apge..
time OFF the page type of thing..
Anyway.. everything as far as entering the time values, etc is working
correctly except the calculation is NOT working as it should!!!
here is my code for the calculation
/*
Hello world,
I´ve got a problem concerning PHP, Sybase and Stored Procedures
I want to execute a stored proc from sybase called "sp_helprotect" ... this
proc is directly from
sybase so I don´t want to change it ... When I look at the proc I see that
"nocount" is set on...
This means that a q