|
Posted by ZeldorBlat on 09/18/07 13:39
On Sep 18, 7:32 am, cory <corradotucci...@gmail.com> wrote:
> Hi at all, I'm newbie in php and I'm searching to make function one
> project that I found in a school book, the project is ok because it
> functions a part some script. I'd like to know which is the error.
> I'm working on win xp pro and on it I have installed a server apache
> ver.2.2.4
> php ver. 5.2.4, mysql server and client ver.
> 3.23
>
> I report you the problem:
> When I compile the form, my data that I fill in, it has not
> processed.The thing strange is that when I change version of Apache,
> version of php, And version of mysql the problem becomes another in
> other words is another script that don't go.
> here is the script:
>
Enable error_reporting in php.ini and set it to E_ALL. Then run your
script and see if you get any errors.
[Back to original message]
|