Passing Arguments to execlp()
I'm writing a program that mimics a unix shell. It's supposed to take commands with arguments and ex
DBCA Templates
Hi all,
I'm working on creating a template for DBCA, but can't find any documentation on the
PHP FTP connect doesn't work with correct login
Hi!
i am working on this test code:
Quote<?php
$ftp_ser
Anti Spam Code
Ok where do i start? Probably by telling you I have very little working knowledge of PHP and that I
Checking if variable is 0 as opposed to NULL/Empty...
I'm trying to write some code that will retrieve a user's access level from my database and if it do
remove trailing slash from array
I have the following array which contains trailing slashes I need to remove. What is the best way to
need help about
i store the value of my select statement result to an array and stored it to a variable named $fname
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...
Not Inserting into DB
I can't get my Add new Division form to submit to the database. Anyone see my issue?
Code: &a
subtract 1 from value entered in text field
Hi
How do I subtract 1 from the vaue entered into a text field?
Thanks