Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 29
Search took 0.12 seconds.
Search: Posts Made By: vishalonne
Forum: PHP 11-08-2012, 08:14 PM
Replies: 5
Views: 324
Posted By vishalonne
Then how can I send the value to another PHP page

Then how can I send the value to another PHP page
Forum: PHP 11-08-2012, 08:03 PM
Replies: 5
Views: 324
Posted By vishalonne
Sorry I have it I missed to show it in the code...

Sorry I have it I missed to show it in the code <input type="submit" value="Confirm" name="confirm" />
Forum: PHP 11-08-2012, 07:54 PM
Replies: 5
Views: 324
Posted By vishalonne
Why I Am Not Able To Pass The Value Of Input Type File

Hi
I just wan to to pass the value of Input Type File html tag to a 2nd PHP page where I will insert the image in mysql but I am always getting a notice and isset() is not getting the...
Forum: JavaScript programming 10-13-2012, 05:07 PM
Replies: 4
Views: 344
Posted By vishalonne
Thank you Sunfighter Its worked Can I ask you...

Thank you Sunfighter
Its worked
Can I ask you something
I want to open a link
On selecting the option from select.
Prior to this I was using hyperlink, just click on the link and download...
Forum: JavaScript programming 10-13-2012, 04:20 PM
Replies: 4
Views: 344
Posted By vishalonne
how to display text from any one select box from multiple select box using Jquery

Hello
I am learning Jquery
I want to display the Text from select box using the Jquery code. When will I click option from hotel1 then only selected text from hotel1 shall be printed and when I...
Forum: PHP 10-07-2012, 06:09 PM
Replies: 3
Views: 284
Posted By vishalonne
Why fetch_assoc() or fetch_row() giving error always

Hi Every Body

I am facing problem in retreving the data from my mysql table I want to use prepared statement with mysqli for security reason. Here is my code Please give a guidance -
<?php...
Forum: PHP 10-02-2012, 11:39 PM
Replies: 12
Views: 569
Posted By vishalonne
@TangoForce If I delete the entire code from...

@TangoForce
If I delete the entire code from isset to the bottom and leave only this part in login.php file -

<?php
include 'dbconnection.php';
include 'functions.php';

sec_session_start();...
Forum: PHP 10-02-2012, 10:13 PM
Replies: 12
Views: 569
Posted By vishalonne
No I mean to say if I only keep this part in...

No I mean to say if I only keep this part in login.php then why the value of _POST is displaying correctly


Then why isset() is not getting the posted value on page?
Forum: PHP 10-02-2012, 10:04 PM
Replies: 12
Views: 569
Posted By vishalonne
Here is my index.php code - <td> <FORM...

Here is my index.php code - <td>
<FORM ID="Login" ACTION="login.php" METHOD="POST">
<h1>welcome to the login page</h1>
please input the login details to create an account here<br />
<table...
Forum: PHP 10-02-2012, 09:38 PM
Replies: 12
Views: 569
Posted By vishalonne
Tested and output is - Array ( [error] => 1...

Tested and output is - Array ( [error] => 1 )
Forum: PHP 10-02-2012, 09:01 PM
Replies: 12
Views: 569
Posted By vishalonne
Hello Tangoforce Thank you for consideration ...

Hello Tangoforce
Thank you for consideration
I used this just before isset() to test what $_POST is doing and output is -

array(0) { }

But interesting part of the code is if I remove the...
Forum: PHP 10-02-2012, 08:38 PM
Replies: 12
Views: 569
Posted By vishalonne
Value is POSTED definitly but isset() says NO....

Hi All
See the code give given below. I was fighting with this code since last 5 hours to know why isset() is eveluating the condition as false if value is posted exactly what it shall POST.
If I...
Forum: JavaScript programming 09-30-2012, 07:02 PM
Replies: 0
Views: 184
Posted By vishalonne
Gives error on button click even

Hello
When I click on Register button I get this error -
Message: Object expected
Line: 20
Char: 1
Code: 0
URI: http://localhost/goodlogin/registerform.php

This is my registerform.php code -
Forum: PHP 08-28-2012, 04:36 PM
Replies: 0
Views: 132
Posted By vishalonne
How to get same feature as CodingForums have

Hello

I want the feature as Coding forum have.
If I Go on PHP forum and try to start new discussion without doing login process, it takes me to the login page and if enter my valid login id and...
Forum: PHP 08-25-2012, 07:14 PM
Replies: 0
Views: 282
Posted By vishalonne
How to restrict some links to be click without valid login

I already have the php code for login and varification done using mysql database.
I have some links which should not work if user click them without VALID LOGIN.
My index.html page contain menu -...
Forum: JavaScript frameworks 08-23-2012, 08:11 PM
Replies: 2
Views: 668
Posted By vishalonne
JQuery working properly in IE but not in FireFox and Google Chrome

My code is working in IE 8 but not working properly in FireFox and Google Chrome.
Actually by JQuery I am loading html page in div in same page this working properly in IE but in FF and in GC page...
Forum: JavaScript programming 08-17-2012, 06:10 PM
Replies: 1
Views: 262
Posted By vishalonne
IE againg giving problem but FF,GC,Safari Perfect

Hello All

I am trying to just test a simple javascript code.
Following Code is working very fine in FF-14, Google Chrome - 21, Safari - 3.2 BUT NOT in IE 8.
<head>
<meta...
Forum: DOM and JSON scripting 07-31-2012, 04:30 AM
Replies: 1
Views: 573
Posted By vishalonne
Stuck at Finishing Point

I have made lots of changes in my code and I'm almost reched at the finish point but I stuck at finish line. Error checking is working fine but if there is no error then after clicking on submit...
Forum: DOM and JSON scripting 07-30-2012, 10:15 AM
Replies: 0
Views: 437
Posted By vishalonne
Java Script form validation code showing same error

Hi
I am trying to validate a form with different type of message for different error, but you can see http://cbsecsnip.in/csnip/form.php Here the problem. Please guide me in solving this problem......
Forum: DOM and JSON scripting 07-29-2012, 06:07 PM
Replies: 2
Views: 531
Posted By vishalonne
I found the issue... If I remove this line...

I found the issue...
If I remove this line <script type="text/javascript" src="view.js"></script> it works, now issue is I need this js file also. How can be it done?
See the effect of view.js...
Forum: DOM and JSON scripting 07-29-2012, 04:30 PM
Replies: 2
Views: 531
Posted By vishalonne
Simple validation Issue

Hello..!

I just want to show an error message if user left text box blank. Here is my code on form.php, I really can find the problem...
<html>
<head>
<meta http-equiv="Content-Type"...
Forum: HTML & CSS 07-25-2012, 06:59 PM
Replies: 1
Views: 361
Posted By vishalonne
CSS Template modification

Hi All

I try to modify a Free CSS Templatehttp://www.templatemo.com/preview/templatemo_342_single_slider I want different color for each page in place of gray. Two images are used for this purpose...
Forum: PHP 03-13-2010, 02:59 AM
Replies: 4
Views: 841
Posted By vishalonne
OK I agree with your opinion. Can you give me...

OK I agree with your opinion. Can you give me some hint on code then I can move forward as I am not a very good in PHP.
Forum: PHP 03-12-2010, 03:00 AM
Replies: 4
Views: 841
Posted By vishalonne
Thank you Fumigator At last some one look on...

Thank you Fumigator
At last some one look on me...:)

Yes I know this should happen at client side with JS or Ajax. I wrote a small JS for testing it works but don't know how to integrate with my...
Forum: PHP 03-11-2010, 05:35 AM
Replies: 4
Views: 841
Posted By vishalonne
Drop Down Box Pain

Hi

This is my first query in this forum. My problem is simple, I just require 1 text box to be enable/disable depending on the option selected from drop down box by user.

Visit the my site...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT +1. The time now is 04:03 PM.