-
Replied To a Post in Cant get the export by date to work
ugh my situation really sucks, i cant modify header information when im already echoing from another file on the main screen. So here is the code im using that is … -
Replied To a Post in Cant get the export by date to work
OK HOLD EVERTHING, i finally see what i have done wrong but the only problem is that i have no idea how to fix it, turns out non of my … -
Replied To a Post in Cant get the export by date to work
still nothing :< ive been changing evry little vale i can and so far all i can some up with that is completely conclusive is that for some reason unknown … -
Replied To a Post in Cant get the export by date to work
there was no error, it returned the same result it always does here is the file thats exported if there was an error it would have posted in the file. … -
Replied To a Post in Cant get the export by date to work
there is a screen shot of the tablein my program and a screen shot of the table in phpmyadmin -
Replied To a Post in Cant get the export by date to work
my issue has to be in the sql date part when i pass it in, something isnt right or at least thats the only thing i can see as a … -
Replied To a Post in Cant get the export by date to work
well you see the weird thing is, if i modify it in any way then i get an error telling me im giving a boolean when a resource is needed … -
Marked Solved Status for Table wont output field from database
I cannot get this table to work even though i hav eit working PERFECTLY in 3 other instances, now what i dont get is it seems to be a connection … -
Replied To a Post in Table wont output field from database
I figured out the issue, i was posting twice on the same page, not allowed so i fixed it. -
Replied To a Post in Table wont output field from database
here it is </head> <div class="row-fluid"> <div class="span12"> <div class="container"> <br><br> <form method="post"> <table cellpadding="0" cellspacing="0" border="0" class="table table-striped table-bordered" id="example"> <div class="alert alert-info"> <strong><i class="icon-user icon-large"></i> Do Not Call Information … -
Replied To a Post in Cant get the export by date to work
the part of the file that writes the date to the table looks like this `$mySqlDate = date('Y-m-d');` and it shows up in the table like this `2014-09-08` -
Replied To a Post in Cant get the export by date to work
ok i did that but its still not printing anything to csv, is it the date string maybe? -
Created Cant get the export by date to work
I have been working on this for some time now and i cant get it to work, idk if im missing something small which im sure is the case, but … -
Began Watching Cant get the export by date to work
I have been working on this for some time now and i cant get it to work, idk if im missing something small which im sure is the case, but … -
Replied To a Post in Table wont output field from database
I tried that, putting the three semi Colons at the end of my echo lines but they arent there in my other tables and they work just fine, plus it … -
Replied To a Post in Table wont output field from database
no ive gone over it pretty closely, found nothing missing. -
Replied To a Post in Table wont output field from database
no, no error messages at all, just no result :/ -
Created Table wont output field from database
I cannot get this table to work even though i hav eit working PERFECTLY in 3 other instances, now what i dont get is it seems to be a connection … -
Began Watching Table wont output field from database
I cannot get this table to work even though i hav eit working PERFECTLY in 3 other instances, now what i dont get is it seems to be a connection … -
Marked Solved Status for File upload will not work in linux
I have this script that will NOT work no matter what i add to it, i have fopen not working and i believe that is the root of all my … -
Replied To a Post in File upload will not work in linux
you sir have helped me get my answer working right, i see my issue now, i was accessing the files directly while looping through them, they couldnt be accessed because … -
Replied To a Post in File upload will not work in linux
I just cannot figure this issue out, i dont understand how the platform has anything to do with this code working? cause i tested my new code out on windows … -
Replied To a Post in File upload will not work in linux
okay so i have tinkered and came across something very interesting. and please dont feel bad for a little mistake believe me i have made my fair share of them … -
Replied To a Post in File upload will not work in linux
OKAY we are making progress and thats wonderful but now im stuck with a new error, now the fgetcsv() is coming back with an error still. Only this time the … -
Replied To a Post in File upload will not work in linux
u see i figured the same thing, i already tried this and nothing happened, i looked further into this and was trying to maybe save the uploaded file somewhere forcefully … -
Edited File upload will not work in linux
I have this script that will NOT work no matter what i add to it, i have fopen not working and i believe that is the root of all my … -
Created File upload will not work in linux
I have this script that will NOT work no matter what i add to it, i have fopen not working and i believe that is the root of all my … -
Began Watching File upload will not work in linux
I have this script that will NOT work no matter what i add to it, i have fopen not working and i believe that is the root of all my … -
Replied To a Post in form input cannot be passed to database with php
Thanks for all the help and support, idk how id get any of this without you guys :D -
Marked Solved Status for form input cannot be passed to database with php
i have an issue with this new form im using based roughly on a design template that i found online, it looks great for the purposes that i need it … -
Replied To a Post in form input cannot be passed to database with php
alright i got it all, i figured out that i was assigning values to the form variables twice AND i was posting instead of getting, lol gotta love those tiny … -
Replied To a Post in form input cannot be passed to database with php
ok thats interesting and i did not know that, so if this is the case then would it be easier to just rename the file to a PHP file and … -
Replied To a Post in form input cannot be passed to database with php
thank you for the response, and dont worry about multi repsonse, its all good :) and as for the html thing, my files may seem like they are seperate but … -
Created form input cannot be passed to database with php
i have an issue with this new form im using based roughly on a design template that i found online, it looks great for the purposes that i need it … -
Began Watching form input cannot be passed to database with php
i have an issue with this new form im using based roughly on a design template that i found online, it looks great for the purposes that i need it … -
Replied To a Post in Why doesnt this search correctly
i figured it out -
Marked Solved Status for Why doesnt this search correctly
i dont underdstand whats wrong with this mainly cause it worked yesterday and now its decided not to work, i changed all that i could think of back to see … -
Replied To a Post in Why doesnt this search correctly
also to clerify it always returns a cannot call prompt when it should not, no matter what i punch in there -
Created Why doesnt this search correctly
i dont underdstand whats wrong with this mainly cause it worked yesterday and now its decided not to work, i changed all that i could think of back to see … -
Began Watching Why doesnt this search correctly
i dont underdstand whats wrong with this mainly cause it worked yesterday and now its decided not to work, i changed all that i could think of back to see … -
Marked Solved Status for case sensitivity issue with password login
I cannot get the login to work right, everytime i change anything little thing it stops working all together which is unacceptable. So far i have the login reading from … -
Replied To a Post in case sensitivity issue with password login
nvm i figured it out, turns out the easiest way to do this is use the word binary when doing the selection of the password and username fields from your … -
Replied To a Post in case sensitivity issue with password login
OKAY im on the right track here but no wim getting this error and i dont know why. Warning: mysqli_fetch_row() expects parameter 1 to be mysqli_result, boolean given in C:\AppServ\www\admin\index.php … -
Replied To a Post in case sensitivity issue with password login
ok but will this fix my issue, cause i need the passwords to be case sensitive and righ tnow they are not, i want "Admin" to be different from "admin" … -
Created case sensitivity issue with password login
I cannot get the login to work right, everytime i change anything little thing it stops working all together which is unacceptable. So far i have the login reading from … -
Began Watching case sensitivity issue with password login
I cannot get the login to work right, everytime i change anything little thing it stops working all together which is unacceptable. So far i have the login reading from … -
Replied To a Post in add username and password to table with text entry
u my friend... have solved all my issues in like 5 lines... THANK YOU SO MUCH! MUCH LIKE, VERY HELP, MUCH AWESOME!!! -
Marked Solved Status for 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 … -
Replied To a Post in add username and password to table with text entry
okay i figured out whats kinda of wrong but i have no idea how to go about fixing it. this part of my code: if(isset($_GET['submit'])) { $username = $_GET['username']; $password … -
Replied To a Post in add username and password to table with text entry
i think this issue is in that i have split the original functionality of the code into 2 pages instead of haveing it all on one, u see beofre i …
The End.