Help With editting and deleting form
Hallo !!
So look at this image :
http://img194.imageshack.us/img194/8272/snapshot5f.pn
generating random codes
Hi guys n gals,
I have a requirement to generate 250,000 unique codes...
These codes a
PHP5 - Verifying a secure mail is secure
I need to send an e-mail from a form to a external department and because it contains personal custo
Question about the upload of large files
Hi there,
I have a question about the upload of large files, like videos (files generally abo
array_combine() trouble w/csv file
I have a problem with a piece of code I wrote to import some records from a csv file into mysql. I h
extract a file from zip file
hi,
i know how to unzip a zip file in php, but is there a way to just extract a certain file only
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
Remove Rows From Database ad
Hi All,
I have this:
Code: [Select]<?php
session_start();
include('../com
Pro-rata Billing in Periodic Billing for Rental
Hi guys,
We have a situation, where a rental contract starts at the mid of the month say
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan