Ajax Error since Upgrading to 3.5
Ever since upgrading my site to .NET 3.5 (I needed LINQ), I've been getting this annoying error on o
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
Help with php code
Hello, can anyone tell me why this php word trap fails to work,
and the trigger words get blow r
Need help to identify this error please
:confused:Can anyone help me tell what this error message means? Maybe tell me where to look to fix
Call to undefined function mysql_fetch_accoc()
New to php/mysql coding. What's wrong with this sequence, or am I
just not seeing to obvious?
How to convert this array to string
I am having problems converting this array to a string
using print_r($val[1]); I get:
Code: [
rdns with php
I am trying to build a script that will show all of the different domains that are hosted on the sam
have trouble in a if condition
The if below is working ok, it check when indexes, name, zipcode and state are empty.
Code: &
Multithreading design
Hi
I have come up with a Singleton class that manages a pool of database connections. Basical
Join Query Help
Hi all,
I am having problems with the below code, which we shall call 'my first join query'!