Sorry for reply but i can not write in Problem: "http://www.daniweb.com/web-development/php/threads/433631/problem-notice-undefined-index" post.
Soo... please what i must write in php code.

Recommended Answers

All 2 Replies

write these 2 statument in the begining of your php file

<?php
    error_reporting(0);
    ini_set("display_errors",0);
.
.
.
?>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.