uploading video files into mysql in php
hi,
I have the video files which i have to upload into mysql db. along with creating thumbnails f
why is it over writing
Code: $filepaths[] = $_FILES['new_image'];
foreach ($filepaths as $filepath)
{
$imagename =
Running a cron job through PHP/Apache?!
Hello all,
I have a PHP script which makes a cron file from user input. When i try to run the cro
CE 7.1 and External GIS integration
Hi All,
We want to develop an application on CE 7.1 which uses GIS features from an exter
How to store checkbox array in a session, and then be able to add to it?
I'm trying to store an array of checkbox values into a session array, sort of like a shopping cart,
INSERT data problem!
After having an string with apostrophes ', double quotes " or any other special characters, suc
foreach loop, assistance request
I would like some guidance on the usage of foreach as I try to parse through a large database and wh
updating a single value to multiple non consecutive rows
I need to update the same value to multiple non consecutive rows. I need to add an experation date t
Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ
EXplanation help
Hey all,
I am still fairly new to PHP programming and I am trying to put together a page wher