links using header()
Hi All
I'm not sure where to ask for help on this but I hope someone can offer some. I'm at
Inserting Data into a MS Access DB using PHP.
As part of my uni course I am doing a placement at a company whom want me to create a client zone fo
Using Curl_multi for processing multiple URLs
Hi,
I am at a loss as to how to implement this. I would like to be able to automatically assi
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Dynamic links in an include file
I am working on a small piece of code that counts records from a database and displays the result to
Storing/displaying image urls in a database?
Hi
Basically I have the following scenario:
User chooses picture from list. Picture info is ad
How to make a mail Form secure?
I want to create an email Form on my web site. How can I make the Form secure so the submitted info
Notice Undefined index: reset/ Attempting to redirect, works, but get a notice
Full Header.php is:
Code: [Select]<?php
$reset= false;
$reset= strip_tags($_GET[&quo
need help with mail()
hi i want to send an email with attaching pdf file using php. i have the following script but the pr
Undefined index on my form
ok im getting Undefined index on this line.. print_r($_REQUEST['form']);
below is the full sc