is this the proper use of mysql_real_escape_string() to prevent sql injections?
i was wondering is this the proper use of mysql_real_escape_string() to prevent sql injections? any
Problem with DB connection
Hello there! I'm new to this forum and I'm new to PHP coding also. I wrote something that doesn't ma
User information
Hi All,
By using t-code SUIM we get all the user details,if suppose we donot have permission t
JSON SORT WITH PHP
I have two products that I want to sort by say "Id:17, value: xxx" using php
The page w
some query on multilingual website
Hi all,
Which is the simplest and easiest method to make a website multilingual,
is it put
Files in current folder. Should be an easy fix.
Never mind. I've asked about this before and just found my answer. Anyway to delete this?
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Php WordPress help
I am writing the following code for making a plugin
<?php
header("Content-Type
styling a RadioButtonList
HiI need to have a radio button and close to it, its lable, then a space then another set of those.