Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
PHP



This error code

Notice: Undefined index: adim in C:\wamp\www\anket\uyelik\kayit.php on line 4

XML
Member giving this error on the registration form

1<pre lang="php">&lt;?php
2require_once(&quot;vtbaglan.php&quot;);
3
4$adim = $_GET[&#39;adim&#39;];//// Error giving this order
5switch($adim){
6case &quot;&quot;:
7?&gt;</pre>
Posted
Comments
Kornfeld Eliyahu Peter 22-Jul-15 7:55am    
It means that not value for 'admin' was sent from the client...
Where is the code calling this PHP?
tevfikasci 22-Jul-15 8:14am    
Why give error when registering
Mohibur Rashid 23-Jul-15 3:50am    
he just answered you. 'adim' does not exists. $_GET["adim"]. My guess the word would be 'admin' but you wrote 'adim'

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900