Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
ALV grid with 2 headers
Hi Gurus,
I need to display ALV GRID as below.
Header1
How a counter of users ? such as ---> (231 Viewing)
I want to count how many users are actually viewing the page, How is that possible?
Thank you guy
array_combine() error
getting an "Warning: array_combine() [function.array-combine]: Both parameters should have an e
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
Why use interfaces in PHP (OOP)
I am learning OOP in PHP and its been a pretty good learning experience so far. What I didn't unders
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
LinkedList help
Ok so I just learned quickly about lists, so I have a not too hard project I think, but am having a
form class help (oop php5)
Hidy Ho Neighbors,
I'm forcing myself to learn oop/classes for php5. It seems like a good id
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?