Passing Arguments to execlp()
I'm writing a program that mimics a unix shell. It's supposed to take commands with arguments and ex
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
Extracting URL pointer within XML tag
Hi.
I'm trying to extract text between two quotation marks in XML. For example, I want to ex
If a record matches an existing record do nothing
So I don't know if I should put this here or in mysql, but what my script is for is for people to ad
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
Echo Tweaking help!
HI. I would like to have the output of the entered variables repeat forever, but it's stopping at th
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
Count number of records in all the tables with a querry URGENT PLEASE...
I downloaded ORACLE 9I DATA DUMP into my comp. There are number of tables. I need to find out the
Help on query replacing the date
Hi Pals,
i want to replace the current date in a column to some value say C or D or any n
Error Messaging not working
I changed the way my form tells the user of an error. But I can't seem to get it to work properly.