>
>Hi newsgroup friends,
>my name is mike and im qite new to php.
>i have one problem: i cant send date via a <form action="example.php"
>method="post">.
>so in the the php file called example, i write echo $nameofthefield, but the
>data isnt send, so nothing is written in the browser!
>what can i do?

Read about the recent change to register_globals in any of 40,000 emails or
on the http://php.net site.

Or just use $_POST['nameofthefield']

-- 
Like Music?  http://l-i-e.com/artists.htm
I'm looking for a PRO QUALITY two-input sound card supported by Linux (any
major distro).  Need to record live events (mixed already) to stereo
CD-quality.  Soundcard Recommendations?
Software to handle the recording? Don't need fancy mixer stuff.  Zero (0)
post-production time.  Just raw PCM/WAV/AIFF 16+ bit, 44.1KHz, Stereo
audio-to-disk.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to