-
Replied To a Post in someone explain prepared statements and why this doesnt work
AH HA! i have finally narrowed it down to the error but im in a new predicament, the error is in my login_verify fuinction when i go to check the … -
Replied To a Post in someone explain prepared statements and why this doesnt work
where is it being hashed twice? Also thank you for the input. -
Created someone explain prepared statements and why this doesnt work
I cant seem to understand the issue with this statement, admittedly i have not written this code myself but have found it and modified it to work with what im … -
Began Watching someone explain prepared statements and why this doesnt work
I cant seem to understand the issue with this statement, admittedly i have not written this code myself but have found it and modified it to work with what im … -
Gave Reputation to diafol in Speed up table creation
You will not display 200K rows in a page will you? Nor will you extract this info and place it into JSON or any other such nonsense. You seem to … -
Gave Reputation to diafol in Speed up table creation
The amount of data you return is down to the purpose. I usually find that a blind list (even paginated) is pointless - especially if you have 5000+ records. This … -
Replied To a Post in Speed up table creation
so i managed to speed up the program by quite a bit, i did this by taking the scripts out of the loops first off, thats bad programming practice, i … -
Replied To a Post in Speed up table creation
not all of them, i was just doing testing to see how much of a load my app could handle, i was also thinking of setting up the expand option … -
Created Speed up table creation
hello everyone, i am in need of some advice. You see i created an application to manage a large user base, this user base has additional hidden data per user … -
Began Watching Speed up table creation
hello everyone, i am in need of some advice. You see i created an application to manage a large user base, this user base has additional hidden data per user … -
Gave Reputation to AleMonteiro in Cant keep checkboxes checked on refresh
I really didn't understand how you got it to work, but I'm glad you did =) -
Marked Solved Status for Cant keep checkboxes checked on refresh
I have found several different methods for doing this online but for some reason i just cant get any of them to work for me, it may be they way … -
Replied To a Post in Cant keep checkboxes checked on refresh
I have done some research and found out the reason my javascript was not working was that my input boxes were set up in an array and i need them … -
Replied To a Post in Cant keep checkboxes checked on refresh
welp im stuck again, this solution i thought was working was not hat i was looking for and now im back to the drawing bored. Im not sure how to … -
Replied To a Post in Cant keep checkboxes checked on refresh
okay now im getting more and more curious about this, i just found out that cookies are working FINE because in the code i posted above if you change the … -
Replied To a Post in Cant keep checkboxes checked on refresh
i think i might have an idea, using the old code from above earlier i noticed something thats rather strange in this code no matter what i do, it always … -
Replied To a Post in Cant keep checkboxes checked on refresh
still nothing, i dont understand why its not working in my code but it works just fine in JSfiddle, is it the ajax calls? whats different? also im prepared to … -
Replied To a Post in Cant keep checkboxes checked on refresh
I apologize for my confussion im just not that comfortable with JS yet, YET! but i have wrapped my code inside a script tag already, and the only real difference … -
Replied To a Post in Cant keep checkboxes checked on refresh
I see what you mean now witht he get data functionality for ajax, i didnt know about that before, i will see what i can come up with to avoid … -
Replied To a Post in Cant keep checkboxes checked on refresh
to answer diafols question, i used the reload in ajax cause i needed to update values in my table after printing something off. I know its odd because usually you … -
Edited Cant keep checkboxes checked on refresh
I have found several different methods for doing this online but for some reason i just cant get any of them to work for me, it may be they way … -
Created Cant keep checkboxes checked on refresh
I have found several different methods for doing this online but for some reason i just cant get any of them to work for me, it may be they way … -
Began Watching Cant keep checkboxes checked on refresh
I have found several different methods for doing this online but for some reason i just cant get any of them to work for me, it may be they way … -
Gave Reputation to diafol in cant get ajax to process php file
Really sorry b, but that code is maaking my eyes water. Not sure I can cope with it. -
Marked Solved Status for cant get ajax to process php file
Im sure this question has been asked before but i cannot seem to get what i need working right for me. i need this ajax to process my php form, … -
Revoked Solved Status for cant get ajax to process php file
Im sure this question has been asked before but i cannot seem to get what i need working right for me. i need this ajax to process my php form, … -
Marked Solved Status for cant get ajax to process php file
Im sure this question has been asked before but i cannot seem to get what i need working right for me. i need this ajax to process my php form, … -
Gave Reputation to diafol in cant get ajax to process php file
First thing - DO NOT use GET for DB manipulation - use POST. GET is used for retrieval (SELECT). The ajax routine is expecting data of some descrption to be … -
Marked Solved Status for cant get ajax to process php file
Im sure this question has been asked before but i cannot seem to get what i need working right for me. i need this ajax to process my php form, … -
Replied To a Post in cant get ajax to process php file
lol with enough time and effort the solution can be found, and while this solution isnt the best it works just fine, though it may be a little hard to … -
Replied To a Post in cant get ajax to process php file
XD LMAO i knew id get that kind of reaction. I literally just went on a for loop tangent to see if i could get the individual note entries to … -
Replied To a Post in cant get ajax to process php file
OKAY i have made a huge amount of progress but now im stumped and i dont know whay its not working. I managed to get the form posting data too … -
Replied To a Post in cant get ajax to process php file
ok i have sort of made some progress, i read on some help fofums that data: $("#note_form").serialize() is a much better way of getting ALL the data from the form … -
Replied To a Post in cant get ajax to process php file
thats all partly my fault for not giving more description as to what im working for. The reason behind this is that i need the page to not redirect, and … -
Marked Solved Status for Cant get nested bootstrap table working right
I have been working with this table for some time now and i cannot figure out how to get the nested feature working correctly, when i try to insert the … -
Edited cant get ajax to process php file
Im sure this question has been asked before but i cannot seem to get what i need working right for me. i need this ajax to process my php form, … -
Created cant get ajax to process php file
Im sure this question has been asked before but i cannot seem to get what i need working right for me. i need this ajax to process my php form, … -
Began Watching cant get ajax to process php file
Im sure this question has been asked before but i cannot seem to get what i need working right for me. i need this ajax to process my php form, … -
Gave Reputation to jstfsklh211 in cannot update table with html form data
post the code for your form what method are you using to submit the form? did you try printing out your variables to make sure you have data? $note_sql = … -
Marked Solved Status for cannot update table with html form data
I am in need of help on this one :( i cannot seem to figure out what i have done wrong, i set up my code just like in teh … -
Replied To a Post in cannot update table with html form data
NOPE NOPE NOPE i apologize for wasting your time jstfsklh211 this was a stupid error and i should have seen it but i simply was not paying enough attention, NOW … -
Replied To a Post in cannot update table with html form data
i apologize for not including this before here is the full form code <form action="addnote.php" method="get"> <div class="span12"> <h4 style="color:#1577a6;">Notes</h4> <input type="hidden" name="cnotes" values="<?php echo $u ?>"/> <textarea class="field span12" … -
Created cannot update table with html form data
I am in need of help on this one :( i cannot seem to figure out what i have done wrong, i set up my code just like in teh … -
Began Watching cannot update table with html form data
I am in need of help on this one :( i cannot seem to figure out what i have done wrong, i set up my code just like in teh … -
Stopped Watching colspan is messing up my table
I have this table that i have been modifiying and working with for some time now, its for displaying lots of data both condensed and expandle for each row but … -
Created Cant get nested bootstrap table working right
I have been working with this table for some time now and i cannot figure out how to get the nested feature working correctly, when i try to insert the … -
Began Watching Cant get nested bootstrap table working right
I have been working with this table for some time now and i cannot figure out how to get the nested feature working correctly, when i try to insert the … -
Created colspan is messing up my table
I have this table that i have been modifiying and working with for some time now, its for displaying lots of data both condensed and expandle for each row but … -
Began Watching colspan is messing up my table
I have this table that i have been modifiying and working with for some time now, its for displaying lots of data both condensed and expandle for each row but … -
Replied To a Post in expand and collapse based on individual table entries
YES! with enough time and concentration the answer can be found, and i would be delighted to share this solution to help any wondering php'ers that happen across this by …
The End.