PHP Upload issue
Hi guys,
I have stumble across an interesting issue with my script and is doing my head in.
At max how many columns is advisable to create in a table/view
Hi All,
I have two transaction table from which i want to create a simple view or material
Cannot Display Array from Select Statement + Login question
Hi,
I'm new to PHP but so far so goog. I was assigend a project and I'm very close to completion.
Calculating a rating by adding number of points and dividing by number of items
I have a site that users can post links to files to download. They can rate these files on a 1-5 sca
PHP FTP connect doesn't work with correct login
Hi!
i am working on this test code:
Quote<?php
$ftp_ser
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
Convert .fdf to .pdf
I currently have a web form that uploads the form data to an .fdf file and emails it.
However
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?