smart reading from a text file
Hello there fellow coders, i was wondering if one of you wouldnt mind helping me with this problem i
How to disable direct access to a file
Suppose I've 2 Files. 1.php & 2.php
I don't want anybody to access 2.php directly fr
file downloaded can't be read !!
<?php
$fileName = 'mypic.jpg';
$mimeType = 'image/jpeg';
header('content-dispositio
problem when runing a funciton
I am trying to connect to database using a funciton in a functions.php
<?php
funct
help with multi-update
Now sure how to ask this really....
10g database if that matters.
I have a customer
Help Ordering Arrays
Hi, I have 3 arrays as shown below.
Code: $users = $this->get_latest_users();
$flir
$_POST variable un-useable
I'm trying to use a $_POST variable in a mysql update statement but i can't use it for some unknown
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
Help with Contact Form
I have this Form on an html page and the associated code on page.php (below).
I keep getting the
Variable passed to each() is not an array or object
Hi,
This is a email a friend type of form, and it isn't working anymore.
<?