Securing a user input - need some confirmation
Hello All,
I am in the process of recoding a large proportion of an e-commerce site, one of t
PEAR Email Attachment w/ $gpg
I have no issues with this code if I take out the attachement section and include the info in the em
Multi dimensional arrays
If I put in this code:
1
2
3
4
5
6
7
8
9
10
11
12
13<
parsing error
can anyone explain this syntax error:
Parse error: syntax error, unexpected T_IF
The e
reading partial code from external site
Hi,
I am trying to write a script for my website to get an article from an external website.
Mysterious Timeouts
I've deployed a few simple AJAX-enabled web page to a local server that is accessed through the Inte
DateObject and Nulls
Hi all,
I have an array mapped to a value object. One of the items in the array is a PHP Date
delete comma
HI,
How to delete "," at the end of the string.
Code: $match = 2009/02/03/a2corr
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */