No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hi, In my localhost i'm getting the "500 Internal Server Error".It appears, if i add a htaccess to a website in localhost.It was started to happen recently.I enabled apache proxy module recently.After that only it satrted to happen.I don't know how to disable the proxy module.If anyone can tell me … | |
![]() | Re: You can't directly pass the model data to view.You have to go via controller.Normally in Model we define functions.Not classes.Model is the class.We extends it with codeigniter model.So you can define whatever functions that you want inside the model.After that you can get the reult to an array.Normally this is … |
Hi, I'm facing an issue with Apache proxy module.ProxyPass isn't working.Why is that?Please help me. | |
I have come up with a form validation javascript function.But it always return true although there are empty text fields.Why is that?Following is my code. HTML Form <form method="post" action="operation.php" name="form1"> <label>Location Name:</label><input type="text" name="name"/> </br> </br> <label>Latitude:</label><input type="text" name="age"/> </br> </br> <label>Lontitude:</label><input type="text" name="addr"/> </br> </br> <input type="submit" value="Add" … |
The End.