Problem with PHP code- simple contact form
Hi Folks,
I'm relativily new to PHP; I know HTML and CSS stuff but I have a problem- I have a co
How can I get my program to read a larger array ??
Hi:
I have this program that reads from an array to do calculations. The array are just t
Multi-image upload problems
Lets see if I can get some help on this one. Can anyone show me what I am doing wrong here. I'm just
Structure Question - One Table or One Table Per Record Set?
I have a web app (mySQL and PHP) which allows people to create an item with up to 200 records which
Dynamic Array using glob?
Is there an easier way to do this?
I am trying to get create a dyamic array based on files wi
xml
<?php
echo "<h1>XML Articles</h1>";
$home
Am I setting up my sites oldschool?
Ok,
When I create a site I open a basic template that I have created that consists of a css f
Putting double spaces instead of single spaces
Im looking at trying to replace all single spacing between fields with double spacing
At pres
Renaming a file that a user uploads to site?
My site allows for registered users to upload images to the site under their own gallery. Currently
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN