Advertisement
tflagg

SmartyValidate Error Source

Nov 8th, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.62 KB | None | 0 0
  1.  
  2. <html>
  3. <body>
  4. <form method="post" action="form.php">
  5.    
  6.     Full Name: <input type="text" name="FullName" value="
  7. Notice: Undefined index: FullName in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 38
  8. Notice: Trying to get property of non-object in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 38
  9. "><br />
  10.    
  11.     Phone :<input type="text" name="Phone" value="
  12. Notice: Undefined index: Phone in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 42
  13. Notice: Trying to get property of non-object in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 42
  14. " empty="yes"><br />
  15.    
  16.     Exp Date: <input type="text" name="CCExpDate" size="8" value="
  17. Notice: Undefined index: CCExpDate in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 46
  18. Notice: Trying to get property of non-object in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 46
  19. "><br />
  20.    
  21.     Email: <input type="text" name="Email" size="30" value="
  22. Notice: Undefined index: Email in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 50
  23. Notice: Trying to get property of non-object in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 50
  24. "><br />
  25.    
  26.     Date: <input type="text" name="Date" size="10" value="
  27. Notice: Undefined index: Date in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 54
  28. Notice: Trying to get property of non-object in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 54
  29. "><br />
  30.    
  31.     password: <input type="password" name="password" size="10" value="
  32. Notice: Undefined index: password in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 58
  33. Notice: Trying to get property of non-object in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 58
  34. "><br />
  35.     password2: <input type="password" name="password2" size="10" value="
  36. Notice: Undefined index: password2 in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 60
  37. Notice: Trying to get property of non-object in C:\Smarty\smarty_templates_c\fad0dc380a6f7f778f40a72ef7e4f3acee579c20.file.form.tpl.php on line 60
  38. "><br />
  39.  
  40.     <input type="submit">
  41.  </form>
  42.  
  43.  </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement