Search found 8 matches
- Sat Feb 12, 2005 5:32 pm
- Forum: PHP - Code
- Topic: newsletter
- Replies: 4
- Views: 532
- Fri Feb 11, 2005 5:56 pm
- Forum: PHP - Code
- Topic: Cannot edit record
- Replies: 14
- Views: 518
- Fri Feb 11, 2005 5:52 pm
- Forum: PHP - Code
- Topic: Cannot edit record
- Replies: 14
- Views: 518
- Fri Feb 11, 2005 5:44 pm
- Forum: PHP - Code
- Topic: Cannot edit record
- Replies: 14
- Views: 518
- Fri Feb 11, 2005 5:30 pm
- Forum: PHP - Code
- Topic: Cannot edit record
- Replies: 14
- Views: 518
- Fri Feb 11, 2005 2:46 pm
- Forum: PHP - Code
- Topic: Cannot edit record
- Replies: 14
- Views: 518
thanks, but still not functioning
My code still does not update the record. I have stripped all the useless stuff, but all the php remains. <?php session_start(); header("Cache-control: private"); ?> <?php include ("connect.php"); if (isset($_GETї'id'])) { $id = $_GETї'id']; }...
- Fri Feb 11, 2005 12:31 pm
- Forum: PHP - Code
- Topic: Cannot edit record
- Replies: 14
- Views: 518
Cannot edit record
Im completing a blog script, and actually this wasnt a known bug until 5 minutes ago. I try and edit a post, by putting in the variables stored in a database table. The code is kinda sloppy, not very good for its purpose, but im new.. <?php session_start(); header("Cache-control: private")...
- Thu Feb 10, 2005 6:20 am
- Forum: PHP - Code
- Topic: code says im not logged in
- Replies: 1
- Views: 251
code says im not logged in
The following code is where I add blog entries into a database. I have been working on this for about a week now. What happens is, I always get the "You have to sign in first", however, I am signed in when I try to add. <html> <head> <?php include ("constants.inc"); ?> <?php echo...