understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
re calling a function without including file
Hi,
i am new to programming in php, i was just checking the wordpress code and found out in the w
Dynamic memory problem
Hey,
At the beginning of my code, I have this line:
Shape* gShape = 0;
Weird MySQL error, why am I recieving this?
PHP Code:
<?php require "global_settings.php"; ?>
<titl
Opening Multiple Files/Links in Order.
I want to open links in order/one-by-one and check each for a specific string.
Example:
I
Problem with an browser game.
Hello,i just joined that great forum and i got php prob,its kinda freaky...anyway i got browser game
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
How to add functionality to a simple php calender?
Hello everyone,
I have just finished creating a simple php calander. Can someone point
A WBS element with the name XXX already exists in version FREI_VERSION
Hi.
When I am trying to insert WBS element in a project, error occurs:
"A WBS eleme
FROM_UNIXTIME($phpdate);
Hello,
I tried to use this :
$date = FROM_UNIXTIME($phpdate);
ANd I was t