Search found 118 matches
- Mon Apr 18, 2005 12:12 pm
- Forum: PHP - Code
- Topic: Header()
- Replies: 6
- Views: 593
Header()
Hello there, I am using iframes for my login page. When you login it sets cookies. The problem is you have to refresh the main page(index) yourself for you to see the logged in links. What I would like is if theres a way I can use Header() to refresh the main page(index), if I use header() it opens ...
- Sat Apr 17, 2004 6:56 pm
- Forum: PHP - Code
- Topic: Help me wont set!
- Replies: 1
- Views: 278
Help me wont set!
Hello.. I am trying to authenticate a user.. it does what its suppose to up to set cookie.. please look! <?php if ((!$_POST[username]) || (!$_POST[password])) { Print("Please hit back button and make sure all the fields are all filled in!"); } #variables# $db_address = "localhost"...
- Fri Apr 16, 2004 2:44 pm
- Forum: Databases
- Topic: Checking if id exists.. lol
- Replies: 13
- Views: 923
- Fri Apr 16, 2004 2:38 pm
- Forum: Databases
- Topic: Checking if id exists.. lol
- Replies: 13
- Views: 923
- Fri Apr 16, 2004 2:34 pm
- Forum: Databases
- Topic: Checking if id exists.. lol
- Replies: 13
- Views: 923
- Fri Apr 16, 2004 2:29 pm
- Forum: Databases
- Topic: Checking if id exists.. lol
- Replies: 13
- Views: 923
- Fri Apr 16, 2004 2:02 pm
- Forum: Databases
- Topic: Checking if id exists.. lol
- Replies: 13
- Views: 923
Checking if id exists.. lol
Hey I am having trouble making it check if it exists ornot.. and if it does to exit the script and print a msg.. heres my code #do check # $checkstring = " SELECT FROM $table_name WHERE GID='$_POSTїGID]' "; if ($checkstring == '$_POSTїGID]') { print ("I'm ...
Messaging
Hello, I am trying to think up a way of messaging users.. I have a db named "tradeacc" and the fields Username, and password.. Now I was thinking maybe everytime you try and send a message it will create a new field.. as subject then sub- message..date etc but how do I go about making a su...
- Wed Feb 04, 2004 5:55 pm
- Forum: PHP - Code
- Topic: Not working! :(
- Replies: 13
- Views: 6441
- Wed Feb 04, 2004 2:42 pm
- Forum: PHP - Code
- Topic: Not working! :(
- Replies: 13
- Views: 6441
and yes it does exist:
http://www.slices.net/add.htm
and create.php does exist... ugh
maybe you can try using the code above and putting it in create.php?
and uploading it?
http://www.slices.net/add.htm
and create.php does exist... ugh
maybe you can try using the code above and putting it in create.php?
and uploading it?
- Wed Feb 04, 2004 1:14 pm
- Forum: PHP - Code
- Topic: Not working! :(
- Replies: 13
- Views: 6441
Not working! :(
Page cannot be displayed.. ughhhhh what am I doing wrong: <?php $fp = fopen( "user.ini" , "w" ); $inputString = "[main]\nID=$_POST[user]\n"; $inputstringg = "Password='$_POST[password]'\n"; $inputstringgg = "Name='$_POST[name]'\n"; $inputstringggg = ...