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 26
Search took
0.09
seconds.
Search:
Posts Made By:
codernoob
Forum:
PHP
01-07-2013, 04:34 PM
Replies:
7
PHP form sanitization help
Views:
299
Posted By
codernoob
Thank ya fellas, I fixed it with some...
Thank ya fellas,
I fixed it with some slight changes
Here is the code:
$formcontent=" From: \n $title $name \n Email: $email \n Phone: $phone \n Message: $message";
$headers = 'From:...
Forum:
PHP
01-07-2013, 03:30 PM
Replies:
7
PHP form sanitization help
Views:
299
Posted By
codernoob
I checked and the form works, but it doesnt...
I checked and the form works, but it doesnt redirect to thanks.html page on submit..
and suggestions why its happening?
Forum:
PHP
01-07-2013, 02:49 PM
Replies:
7
PHP form sanitization help
Views:
299
Posted By
codernoob
I have made some changes to the code, can someone...
I have made some changes to the code, can someone check and let me know if the changes i have made are good enough - atleast to a good extend - to stop xss attacks?
<?php
$title =...
Forum:
PHP
01-05-2013, 08:47 PM
Replies:
7
PHP form sanitization help
Views:
299
Posted By
codernoob
PHP form sanitization help
Hi,
I am completely new to PHP.. and have been trying to build a webform for a website.
I have set the form using HTML/CSS right and have added a JS script to validate it on the client side (it...
Forum:
PHP
12-31-2012, 01:25 AM
Replies:
3
PHP form help
Views:
411
Posted By
codernoob
Ah yes, the issue is that I dont get any mails...
Ah yes, the issue is that I dont get any mails sent when the form is submitted.
This is the CSS
<form id="speakerform" method="post" action="html_form_send.php">
<fieldset>
...
Forum:
PHP
12-31-2012, 12:27 AM
Replies:
3
PHP form help
Views:
411
Posted By
codernoob
PHP form help
Hi Guys,
I need some help to fix this form.
No mails get sent when the form is submitted, Can someone suggest what I am doing wrong?
<?php
if(isset($_POST['email'])) {
$email_to =...
Forum:
JavaScript programming
09-25-2012, 10:06 PM
Replies:
18
How to send input Data on one form to another?
Views:
864
Posted By
codernoob
thanks again Xelawho, Am sorry ... for being so...
thanks again Xelawho,
Am sorry ... for being so clueless
it worked! and heres a sample link to the site.
http://amchecking.zxq.net/Home/Search/Search.html
Its just a demo that I put up to...
Forum:
JavaScript programming
09-24-2012, 11:56 AM
Replies:
18
How to send input Data on one form to another?
Views:
864
Posted By
codernoob
Issue I have is the name that I have to use - it...
Issue I have is the name that I have to use - it has to be 'S' for the code to work. So I reckon I cannot use 'p' and 'q' - i mean different names.
Excuse my ignorance, but will it be possible to...
Forum:
JavaScript programming
09-24-2012, 12:03 AM
Replies:
18
How to send input Data on one form to another?
Views:
864
Posted By
codernoob
yes, I guess having two different buttons will...
yes, I guess having two different buttons will do.. and its a small group who will use this (whom I see everyday)
But from a coding perspective, how should i go about it? As old pendant...
Forum:
JavaScript programming
09-23-2012, 11:15 PM
Replies:
18
How to send input Data on one form to another?
Views:
864
Posted By
codernoob
I found this brilliant piece of work online.....
I found this brilliant piece of work online.. which i have tried with my minimal skills to add to my site.
http://www.buildwebsite4u.com/tools/site-search.shtml
but kinda looks like I have used...
Forum:
JavaScript programming
09-23-2012, 11:07 PM
Replies:
18
How to send input Data on one form to another?
Views:
864
Posted By
codernoob
i was kinda confused and was trying to find a...
i was kinda confused and was trying to find a solution/frame an answer that would clear.
As to what you have mentioned, that would be just fine as well..
Just one button for both options.
...
Forum:
JavaScript programming
09-23-2012, 10:51 PM
Replies:
18
How to send input Data on one form to another?
Views:
864
Posted By
codernoob
Thanks Xelawho, The reason am using two...
Thanks Xelawho,
The reason am using two pages is related to the fact that I was unable find a code to separate the choice of search.
Below is what am trying on a single page, but this doesnt...
Forum:
JavaScript programming
09-23-2012, 10:01 PM
Replies:
18
How to send input Data on one form to another?
Views:
864
Posted By
codernoob
This would be on a local system without...
This would be on a local system without internet/server - only a bunch of PC connected. If my understanding is rt, i would need ASP to get QueryStrings to work?
Forum:
JavaScript programming
09-23-2012, 09:55 PM
Replies:
18
How to send input Data on one form to another?
Views:
864
Posted By
codernoob
Idea is: Two options to enter data on the...
Idea is:
Two options to enter data on the first form which is visible.
Search field on Page 'A' (input option 1)
Search field by Drop down keyword on page A (input option 2).
User inputs...
Forum:
JavaScript programming
09-23-2012, 08:44 PM
Replies:
18
How to send input Data on one form to another?
Views:
864
Posted By
codernoob
How to send input Data on one form to another?
Hi,
Is it possible to send input data from one form to another?
Say, I have an Input form for text. I want to send the text as 'Input' to another form which is on a different page.
Can I...
Forum:
JavaScript programming
09-21-2012, 09:13 PM
Replies:
4
How to Display search results without a Frame.
Views:
385
Posted By
codernoob
the go button on the right returns the results...
the go button on the right returns the results (keyword search), I havent been able to join 'em together on a single page .
tbh ,i dont really have the knowledge to do either :S
Forum:
JavaScript programming
09-21-2012, 06:17 PM
Replies:
4
How to Display search results without a Frame.
Views:
385
Posted By
codernoob
any suggestions folks?
any suggestions folks?
Forum:
JavaScript programming
09-21-2012, 11:23 AM
Replies:
4
How to Display search results without a Frame.
Views:
385
Posted By
codernoob
How to Display search results without a Frame.
Hi,
I am using a Javascript code snippet for my website for doing page searches on a site - on local system network (not hosted/no php). The files are pre-indexed and thus searched.
With the...
Forum:
HTML & CSS
09-19-2012, 12:29 AM
Replies:
7
Help to combine CSS with Javascipt - Login form
Views:
507
Posted By
codernoob
you my friend, is a superstar! How can I...
you my friend, is a superstar!
How can I thank you enough!? It works brilliant! :D
Forum:
HTML & CSS
09-19-2012, 12:05 AM
Replies:
7
Help to combine CSS with Javascipt - Login form
Views:
507
Posted By
codernoob
the script works like a charm on my site. ...
the script works like a charm on my site.
Just that i wanted the css-PSD file act as the interface...
Forum:
HTML & CSS
09-18-2012, 11:51 PM
Replies:
7
Help to combine CSS with Javascipt - Login form
Views:
507
Posted By
codernoob
The javascript is a contribution from the forum :...
The javascript is a contribution from the forum :
http://www.codingforums.com/showthread.php?t=10114
What the script does is, when you enter the user name and password - and click login - it...
Forum:
HTML & CSS
09-18-2012, 11:24 PM
Replies:
7
Help to combine CSS with Javascipt - Login form
Views:
507
Posted By
codernoob
Actually i cant use a PHP/Server side setup atm. ...
Actually i cant use a PHP/Server side setup atm.
The JS login page isnt secure, but amongst the few who work with us on the systems, its fine. Its just to act as a reminder to not edit certain...
Forum:
HTML & CSS
09-18-2012, 11:09 PM
Replies:
7
Help to combine CSS with Javascipt - Login form
Views:
507
Posted By
codernoob
Help to combine CSS with Javascipt - Login form
Hi,
Am building a website - which will run on bunch of network computers.
Practically new to Javascript and CSS and so been using available templates and code snippets to build this.
I have a...
Forum:
JavaScript programming
09-18-2012, 05:45 PM
Replies:
5
Resolved
Javascript to search using drop down list
Views:
276
Posted By
codernoob
you are awesome!!! I have nothing to give you.....
you are awesome!!!
I have nothing to give you.. so here's some Karma coins from the interwebs :)
http://www.nyancatgif.com/images/nyan-cat-gif/original-nyan-cat.gif
Forum:
JavaScript programming
09-18-2012, 04:50 PM
Replies:
5
Resolved
Javascript to search using drop down list
Views:
276
Posted By
codernoob
Yes, exactly like that But am unable to link...
Yes, exactly like that
But am unable to link both - I tried to do it,I was able to create a dropdown list, but then it doesnt 'input' the keyword for searching.
I think I am not coding it...
Showing results 1 to 25 of 26
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
09:05 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.