Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
How could I do this?
Ive got a simple lottery game, and am using an sql database to keep track of the numbers bought. But
subtract 1 from value entered in text field
Hi
How do I subtract 1 from the vaue entered into a text field?
Thanks
need Array help
This is what I have to do.
$teamname[1] = "Red Sox"
$teamname[2] = "Gian
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
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
How to disable direct access to a file
Suppose I've 2 Files. 1.php & 2.php
I don't want anybody to access 2.php directly fr
error help - Dynamic Image
I've been working on making my site less cluttered in the directories and more secure lately. In an
split string
Hi all
i have some names (imploded by comma):
Code: toronto,paris,madrid
Now, i would
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