Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s
Problem displaying "scraped" XML data
I'm basicly having trouble displaying XML data scraped from an URL using cURL.
What the code
need help with date function
i have following form for date
Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Update data to upper case in parent/child tables
Hi Gurus!
In production we have a product table and which is being reference by many tabl
upload only text files
hi guys i want to upload only text like like (pdf,note pad and ofiice files) so can any one please t
exclude characters from counting?
Hello, I wanted to ask if you have a string like:
Code: $my_s='ASRGREGTGTR----REGREGRE+++RRRRRR..
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 */
need help in update query
hi
i have a dynamic form. i need help in how can i use update query when values from dynamic for
how to get values from $_Post with onchange="form.submit();"?
Hi, I have a form that submit to itself with a file upload field and two other hidden field values.<