Search found 10 matches
- Fri Feb 18, 2005 3:47 am
- Forum: PHP - Code
- Topic: row deleting problem - primary key help
- Replies: 5
- Views: 565
yup
yes indeed, but look at phpmyadmin, i modified my id from there, so i guess it could be done
- Tue Feb 15, 2005 3:19 pm
- Forum: PHP - Code
- Topic: row deleting problem - primary key help
- Replies: 5
- Views: 565
10x
10x timvw, i solved the problem in my code, but now i need to know how to put those auto increments in order.
- Tue Feb 15, 2005 10:11 am
- Forum: PHP - Code
- Topic: row deleting problem - primary key help
- Replies: 5
- Views: 565
row deleting problem - primary key help
I asked here about deleting a row, thanks to u people i found it easy. But know i have a new problem. my table has an "id"-primary key and autoincrement, when I delete lets say row number 2, the next id after 1 becomes 3. 1- server a-on 2- server b-on <--- delete 3- server c-on => 1-server...
- Sun Feb 13, 2005 4:32 am
- Forum: PHP - Code
- Topic: newsletter
- Replies: 4
- Views: 530
uffff
sry 4 not making me understood, not the admin area is the problem, i want to compose 1 mail and send it to all the users / email in my data.
- Sat Feb 12, 2005 4:41 pm
- Forum: PHP - Code
- Topic: newsletter
- Replies: 4
- Views: 530
newsletter
hi, i want to log in as admin, get to an area or say admin.php, from where to compose(maybe) send email to the users in my database.
any tips or useful links on this ?????
10x in advance
any tips or useful links on this ?????
10x in advance
- Fri Feb 11, 2005 5:18 pm
- Forum: PHP - Code
- Topic: [SOLVED] creating a log out
- Replies: 4
- Views: 443
this is my index
<?php session_start(); include "conn.php"; ?> <html> <head> <title>Counter Strike Mania</title> </head> <body> <?php if ($_SESSIONї'user_logged'] == "" || $_SESSIONї'user_password'] == "") { echo '<center>'; include "unlogged.php"...
- Fri Feb 11, 2005 5:15 pm
- Forum: PHP - Code
- Topic: [SOLVED] creating a log out
- Replies: 4
- Views: 443
this is unlogged.php included in index.php
<?php session_start(); include "conn.php"; if (isset($_POSTї'submit'])) { $query = "SELECT username, password FROM users WHERE username = '" .$_POSTї'username'] . "' AND password = (password('" . $_POSTї'password'] . "'));&qu...
- Fri Feb 11, 2005 3:14 pm
- Forum: PHP - Code
- Topic: [SOLVED] creating a log out
- Replies: 4
- Views: 443
[SOLVED] creating a log out
i've created a database, a table, has username, email, password,first_name,last_name. i'm trying to keep it simple couse too much info makes me mistake. i,ve created a index.php - includes a conn.php that checkes if i'm logged or not. if not includes a login.php : login form and a register link. reg...
- Wed Jan 26, 2005 10:46 am
- Forum: PHP - Code
- Topic: [solved] open link in same page on, lets say, layer 2
- Replies: 3
- Views: 415
10x a lot, problem solved
yup yup yup 
10x a lot 4 the answers, i implemented the one with the code help and it works just fine
10x a lot 4 the answers, i implemented the one with the code help and it works just fine
- Wed Jan 26, 2005 9:18 am
- Forum: PHP - Code
- Topic: [solved] open link in same page on, lets say, layer 2
- Replies: 3
- Views: 415
[solved] open link in same page on, lets say, layer 2
OK, first, HELLO ! I'm very new to web and php. I've done this: - made index.php on dreamweaver mx - made 2 layers - layer 1 on the left ( this one has the links ) - layer 2 on the right I'm trying to do: - when I click on link ( wallpapers 4 ex.) i want the result to be displayed in layer 2 on the ...