-
Created add username and password to table with text entry
I need help adding new users to a table i have made for an admin that can add or delete users from said table freely. What i have so far … -
Began Watching add username and password to table with text entry
I need help adding new users to a table i have made for an admin that can add or delete users from said table freely. What i have so far … -
Stopped Watching add user entered data to table
I have this code which ironically WORKS on another page i have but for some reason will not work with my new page even though LITERALLY its the exact same … -
Marked Solved Status for add user entered data to table
I have this code which ironically WORKS on another page i have but for some reason will not work with my new page even though LITERALLY its the exact same … -
Replied To a Post in add user entered data to table
ok here is some more info if it helps, i have a basic setup so its very plain i just need it to work, this is my code so far … -
Replied To a Post in add user entered data to table
here is something else to add, i have been testing and found that it will actually go ahead and enter the date and time info into the database but not … -
Replied To a Post in add user entered data to table
OH forgot to note that it will add one entry but will only correctly add the time and date to the table with username and password being blank, then after … -
Created add user entered data to table
I have this code which ironically WORKS on another page i have but for some reason will not work with my new page even though LITERALLY its the exact same … -
Began Watching add user entered data to table
I have this code which ironically WORKS on another page i have but for some reason will not work with my new page even though LITERALLY its the exact same … -
Marked Solved Status for encrypting pages past login page
i have an issue, my code works wonderfully for the pupose its designed for however for security reasons i need th epages page my login page to have either randomized … -
Replied To a Post in encrypting pages past login page
PERFECT! this is EXACTLY what i wanted, gotta love them tiny typos, you sir are a true friend now i can add some more to my program and hopefully have … -
Replied To a Post in encrypting pages past login page
yes i still have it and it gives me that error still, and also the changes u made for the form page i had originally and they didnt work, or … -
Replied To a Post in encrypting pages past login page
ok im definitly getting somewhere but i cant seem to wrap my mind around this one. I fixed it and now im not getting any errors back BUT when i … -
Replied To a Post in encrypting pages past login page
okay now im getting this error in my code Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\Multi_Delete\header.php:12) in C:\AppServ\www\Multi_Delete\form.php on line 5 … -
Replied To a Post in encrypting pages past login page
to answer zaggas comment i need randomized links because i can get on the page past the login prompt without needing to login because i can bookmark the link, i … -
Created encrypting pages past login page
i have an issue, my code works wonderfully for the pupose its designed for however for security reasons i need th epages page my login page to have either randomized … -
Began Watching encrypting pages past login page
i have an issue, my code works wonderfully for the pupose its designed for however for security reasons i need th epages page my login page to have either randomized … -
Replied To a Post in upload only works if file is in the same directory as the program
i got it figured out -
Marked Solved Status for upload only works if file is in the same directory as the program
I cant seem to upload a file in php to my server from just anywhere, it will only upload correctly if the file is in the same folder as my … -
Replied To a Post in upload only works if file is in the same directory as the program
is there an example i can use for uploading the file then saving it to a location an dusing it from that location? and also deleteing it for storage purposes -
Created upload only works if file is in the same directory as the program
I cant seem to upload a file in php to my server from just anywhere, it will only upload correctly if the file is in the same folder as my … -
Began Watching upload only works if file is in the same directory as the program
I cant seem to upload a file in php to my server from just anywhere, it will only upload correctly if the file is in the same folder as my … -
Marked Solved Status for need help getting this login form to work right
I cant seem to get this login form to work right I have the login form come up and i can use it to get to the form.php page that … -
Replied To a Post in need help getting this login form to work right
thank you very much i appreciate the help and assistence -
Replied To a Post in need help getting this login form to work right
ok i got it working but im sure its one big security risk lol, i changed the verified header to the form header and it worked, this is basically what … -
Replied To a Post in need help getting this login form to work right
THIS WORKED FINALLY!! however i can tseem to get it to go to the right page after the evaluation has passed. here is my current code but it doesnt work. … -
Replied To a Post in need help getting this login form to work right
I changed those but it still logs in automatically without verifiying if the login information is correct. What gives? here is the newly modified code. <html> <body> <!-- End Page … -
Replied To a Post in need help getting this login form to work right
okay so i have narrowed my code down some more and have rid myself of many errors but im still not getting the desired result. here is my code now. … -
Created need help getting this login form to work right
I cant seem to get this login form to work right I have the login form come up and i can use it to get to the form.php page that … -
Began Watching need help getting this login form to work right
I cant seem to get this login form to work right I have the login form come up and i can use it to get to the form.php page that … -
Marked Solved Status for How to deploy php project
Ok i know this question might be riddled with ignorance but please bare with me. How to i go about deploying my php application i have developed, do i make … -
Created How to deploy php project
Ok i know this question might be riddled with ignorance but please bare with me. How to i go about deploying my php application i have developed, do i make … -
Began Watching How to deploy php project
Ok i know this question might be riddled with ignorance but please bare with me. How to i go about deploying my php application i have developed, do i make … -
Replied To a Post in how to check to see if value is already in database before inserting new
Thank you so much urtrivedi, this is exactly what i needed. I bow to your wisdom cause i still dont fully understand but i am reading more into it as … -
Marked Solved Status for how to check to see if value is already in database before inserting new
hey i have this code that always evaluates to true but it should only in the case of there being a value in the database i have selected, maybe im … -
Replied To a Post in how to check to see if value is already in database before inserting new
that looks like it could work but my question is how would you use the if statement to run a check and give feedback to the user to let them … -
Created how to check to see if value is already in database before inserting new
hey i have this code that always evaluates to true but it should only in the case of there being a value in the database i have selected, maybe im … -
Began Watching how to check to see if value is already in database before inserting new
hey i have this code that always evaluates to true but it should only in the case of there being a value in the database i have selected, maybe im … -
Marked Solved Status for how to add check box for deleteing values in html table from mysql database
I need to add a check box on the end of each value in my html table that will be checked if the user would like to remove that value … -
Replied To a Post in how to add check box for deleteing values in html table from mysql database
nvm i got all that i needed :D thank you all for all this help cause i could not have done it without u -
Replied To a Post in how to add check box for deleteing values in html table from mysql database
There is something more i need help with lol, i need to know how i can print data from the table based on a double search query, like from _______ … -
Replied To a Post in how to add check box for deleteing values in html table from mysql database
I agree, i read the apache license and it plainly states that as long as you do not try to come after them with lawsuits and that u do not … -
Replied To a Post in how to add check box for deleteing values in html table from mysql database
i changed it but it did nothing, its strange cause i found another solution to my problem somewhere that i literally pulled the whole project file and it worked marvoulously, … -
Replied To a Post in how to add check box for deleteing values in html table from mysql database
I fixed my code but im still not getting any results :( Its not doing anything and unfortunatly the line: header('Refresh: 3; url=table.php');exit; //3 second delay before refresh gave me … -
Replied To a Post in how to add check box for deleteing values in html table from mysql database
Well so far i have my table the way i like which is wonderful but now my delete portion o fmy code isnt working, and im sure i have made … -
Created how to add check box for deleteing values in html table from mysql database
I need to add a check box on the end of each value in my html table that will be checked if the user would like to remove that value … -
Began Watching how to add check box for deleteing values in html table from mysql database
I need to add a check box on the end of each value in my html table that will be checked if the user would like to remove that value … -
Replied To a Post in cant search from multiple tables in database
sure, this is a snippit of it -
Replied To a Post in cant search from multiple tables in database
i tried that but im still getting the boolean error, i found a way to do it but i admit it is a bit unorthodox however it works for what … -
Gave Reputation to diafol in cant search from multiple tables in database
Hold on I just realised that you're searching 10 tables, not 10 fields. My apologies. Doh! heh heh, I really am getting old.
The End.