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
Blank record injected into database
I always found several blank records inside my database, although $SESSION is required to insert the
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?
help me, how to find text on an external html site using PHP
Would anyone know how to search an external html file for a work or phrase ?
I was thinking s
Date Format
Hi there,
I have a date format like this right now:
Sat, 17 Oct 2009 17:04:00
I ne
Character Sets/Collations Stuff
Can someone please give me a check list of things I must do to setup all the charset stuff for my ph
Is this possible? If one file assigned to an ID...
I have a page that lists property listings assigned to a specific user (a manage page), with brief t
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Multiple forms on the same page (safari)
Hello everyone,
I have 3 forms on the same page, that opens in a new window and submits to a
Facebook status update API
Hello,
So, I'm trying to create my first Facebook application with PHP.
Basic ideas fo