PHP FTP Can't upload Big FIles
Anyone had any success using FTP to upload a file say 90m?
im using ftp_put and it returns fa
Having Problem with Date
l have a submit buttom where user have the possibility to add a date to specify when his message s
why is it over writing
Code: $filepaths[] = $_FILES['new_image'];
foreach ($filepaths as $filepath)
{
$imagename =
Call to undefined function mysql_fetch_accoc()
New to php/mysql coding. What's wrong with this sequence, or am I
just not seeing to obvious?
Table Control
Hi Guru's,
I've created a Module pool program, which contains the Table Control.
Entering Data Problem
Code: $result = mysql_query("SELECT * FROM flights");
while ($row = mysql_fetch_array($
Sql and php order list script problems
Hi im having a few problems with trying to get the coding right on a orders list ive done (or trying
sql error
I have been looking at this code for 20mins and can't work out what I am doing wrong. There is somet
Print 'a' to 'z' via for loop
A very simple problem..
How Can I print a to z NOT a to y ?
It is a part of a code where
<
Echoing If Function?
A script I am using has If statements in the comments form to basically tell the form what to do. Cu