filesize() returns 0
I have a socket program that runs in an infinite loop, listening for connections, in this socket I h
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
C - Reading a file into a byte array
Hi,
I'm trying to read a file into a byte array in C. I have to use C as this is for a loadru
how do i make new line after *
First check this page here. and you see my report. Im pulling form a mysql db. I want to beable to m
passing data from one page to another
hey guys
i have the follwoing code to get information from one page and place on another:
Easy administration on MySQL databases
My website is database driven and I am very tired of manually making queries to my tables in order t
gather checkbox data from form into email
Hello all,
First, i'd like to thank everyone who responded to my previous posts regarding set
confused between ' ' and " "
there is a php i set:
$begin_date_query = mysql_query( "SELECT SUBDATE(due_date, INTERVAL $d
button.click += new eventhandler() not works in if(!ispostback)
i want to use button.clcik event in function VIewScrap() which is called in if(!ispostback) but itdo
Placing and array within an array then sorting it!
I have a page that runs two large mysql queries and saves the results into arrays, in php I then per