Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
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
Why I Am Not Able To Pass The Value Of Input Type File
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
Why I Am Not Able To Pass The Value Of Input Type File
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
Why I Am Not Able To Pass The Value Of Input Type File
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
how to display text from any one select box from multiple select box using Jquery
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
how to display text from any one select box from multiple select box using Jquery
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
Why fetch_assoc() or fetch_row() giving error always
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
Value is POSTED definitly but isset() says NO....
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
Value is POSTED definitly but isset() says NO....
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
Value is POSTED definitly but isset() says NO....
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
Value is POSTED definitly but isset() says NO....
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
Value is POSTED definitly but isset() says NO....
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
Value is POSTED definitly but isset() says NO....
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
Gives error on button click even
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
How to get same feature as CodingForums have
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
How to restrict some links to be click without valid login
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
JQuery working properly in IE but not in FireFox and Google Chrome
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
IE againg giving problem but FF,GC,Safari Perfect
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
Stuck at Finishing Point
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
Java Script form validation code showing same error
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
Simple validation Issue
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
Simple validation Issue
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
CSS Template modification
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
Drop Down Box Pain
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
Drop Down Box Pain
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
Drop Down Box Pain
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
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
04:03 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.