jquery validation in codeIgniter
hai i need to add client side validation to my fiels which are selected in a forloop.the fields are
double and single quotes in text fields acting up... help please
Single quotes, when entered into a text field, create an sql error upon Submit. It seems to create t
how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "
need help in dynamic select menu in php
hi i have created a dynamic select menu using php. i have a problem in that which is when the user s
downloading a file as HTML
Hi.
I'm rather confused with forcing a download. I just want to save dynamic content (from $_SESS
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
Using mysql_real_escape_string for displayed content
On my website users can input data into a textarea and it will store it in the mysql database. But,
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h
New Search Engine
Hey everyone,
I have a ZIP Code Radius search engine already functional. it displays all of t
include problem
I have my root folder as:
Code: $root = $_SERVER["SITE_HTMLROOT"]; // the server root<