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,
Check before inserting in DB ???
This is my code
---------------
if ( $_POST ['Submit'])
{{
$username = $_POST ['usernm
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
JSON SORT WITH PHP
I have two products that I want to sort by say "Id:17, value: xxx" using php
The page w
Combining Two Queries
I have two scripts that each work fine by themselves. One is a search script with a variable that de
Help: calling function
Hi,
Is it possible to call a php function on page close?
If yes, could you explain how and whe
Echoing a Variable from a Object
How do I get a variable from the new User Class to echo out in this clasS?
class MyApp
{
Java API in PHP?
I have an application that we use internally here at the office.
The software company provide
Why does first ever HttpSendRequest take longer?
I promise this isn't as simple as it sounds. I'm wondering why the the first ever call to HttpSendRe
Navigation include for all site directories
Hi,
I need a navigation include that can deal with directories at different levels on a site.