Forum: ASP
Sep 26th, 2005, 3:33 AM
|
|
Replies: 2
Views: 294
|
Forum: PHP
Apr 13th, 2005, 10:27 AM
|
|
Replies: 2
Views: 252
Strange PHP Sessions Errors
Hi again all, I have written a new addition to my program that allows a user to login, it checks what sort of class the user can be (Member, Admin or Head Admin).
Here are some snippets explaining...
|
Forum: PHP
Apr 8th, 2005, 6:02 AM
|
|
Replies: 1
Views: 305
Urgent help needed with login form
I wrote a login form to access the admin area of my program. It takes the username and password selects them from the db based on the username and compares them to the values taken in. All seems well...
|
Forum: PHP
Apr 4th, 2005, 7:12 AM
|
|
Replies: 1
Views: 322
Textarea, PHP & MySQL
okay, strange error, i'm writing a script (some may know this already :) ) where the user can add/edit/delete articles and category's to the database. Im currently working on the edit part, the...
|
Forum: PHP
Mar 30th, 2005, 11:38 AM
|
|
Replies: 9
Views: 381
hi folks,
thanks for the help, i decided to...
hi folks,
thanks for the help, i decided to rewrite the code without help of the web or anything and this is what i have written, all the functions such as add article and view article etc are now...
|
Forum: PHP
Mar 29th, 2005, 11:44 AM
|
|
Replies: 9
Views: 381
|
Forum: PHP
Mar 29th, 2005, 10:08 AM
|
|
Replies: 9
Views: 381
|
Forum: PHP
Mar 29th, 2005, 9:46 AM
|
|
Replies: 9
Views: 381
|
Forum: PHP
Mar 29th, 2005, 9:44 AM
|
|
Replies: 9
Views: 381
|
Forum: PHP
Mar 29th, 2005, 8:55 AM
|
|
Replies: 9
Views: 381
Problem with a script i wrote... not sure though!
I wrote this script which simply lists articles in a database by their title and allows the user the option to add an article to the database... i've been working on it for the last two days now and...
|
Forum: PHP
Mar 23rd, 2005, 6:26 AM
|
|
Replies: 1
Views: 318
Problem Inserting Values into mySQL from PHP
I used this code to take values from the user
function step1()
{
if (!isset($_POST['username'])) $_POST['username'] = '';
if (!isset($_POST['password'])) $_POST['password'] = '';
if...
|
Forum: PHP
Mar 11th, 2005, 4:18 AM
|
|
Replies: 4
Views: 301
|
Forum: PHP
Mar 10th, 2005, 5:07 AM
|
|
Replies: 4
Views: 301
Loading an SQL script in PHP
Hi all,
First thanks to those who helped with my previous problem... (the one with functions and forms, got it working nicely 2, ill post up when it looks a little more decent).
I am trying to load...
|
Forum: PHP
Mar 8th, 2005, 5:28 AM
|
|
Replies: 6
Views: 300
okay from my understanding of PHP at the moment...
okay from my understanding of PHP at the moment the code given thus far will just show all of the forms on the one page, no?
What i need is each form to held in a function, i intend to use a switch...
|
Forum: PHP
Mar 7th, 2005, 11:31 AM
|
|
Replies: 6
Views: 300
thanks dizzutch, just trying to get everything...
thanks dizzutch, just trying to get everything spot on as i work on it...
just a few questions regarding this code
<?
if($_POST['submitted1'] != true){
// i presume this means that all the forms...
|
Forum: PHP
Mar 7th, 2005, 6:05 AM
|
|
Replies: 6
Views: 300
Functions, Forms and PHP
hi all,
beginner at PHP, doing an installation script for PHP project. at the moment im just throwing information from one page to another, which means the installation script is four pages long
1)...
|