NOOB needs help with upload file
The intent of this form is to create a folder for a client and upload an image into another folder '
Grabbing Values From an Array for Posting
I have a grid array that I am using with a form that when it hits the currently named test.php it lo
matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be somethi
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt ?
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt and so on 200-300 into file 3.txt ?
help with insert
Hi there,
I am trying to insert some data into a database, but for some reason, it is not ins
Vertical Alligning - Not working in 1 cell?
<?php
echo "<table id="valign" width="60%" style=
php automatically escaping single quotes
I'm trying to test out my security a bit and I've noticed that php is escaping my single quotes. For
Warning: session_start() headers already sent error - Driving me Nuts!
I am trying my sister in laws site and I keep getting an error with my coding. I am more of a design
grouping within a foreach?
hello all,
I currently have a list of products spit out from my db via a foreach loop. Right