I would like "for" to wait 5 sec
I would like my 'for' loop to wait 5 sec before second iteration.
for ($i=0; $i<10
redirect standard error and assert (how to?)
How do you redirect standard error and assert?
---
(Why? I am creating an web app and
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
bind error during socket programming
i am kinda new to socket programming. wrote the below code for a server. but getting the bind error
need Array help
This is what I have to do.
$teamname[1] = "Red Sox"
$teamname[2] = "Gian
[Need Help] php timing issues
I don't know what is going wrong. I need some help with being able to set an image at 9:00am Colorad
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
Edit MySQL Row Using PHP and HTML Form
Hello,
Here's what I'm trying to do. Build a page where a user enters a MySQL row number in.
Adding to an Int row in db
Hi, i have a database which houses all of the users of my site. One of the columns is for points whi
Struct/union and scope problem!
HI all , I have
Code:
in header.h
typedef struct Node Link;
/* ---------