Sayhi2ay's Posts
Nairaland Forum › Sayhi2ay's Profile › Sayhi2ay's Posts
1 2 3 4 5 6 7 8 9 10 (of 12 pages)
you can encrypt all your code file, have another text file containing a key on your server, every time the app gets called, it'd need your key for decryption, and in turn decrypt the encrypted file so it can make sense to the server |
is the e-passport only issued in NY ? made an appointment at the DC consulate. also, what if i misplaced my birth certificate ? |
files don't get technically deleted until you rewrite to its memory location |
What platform? |
try charset=iso-8859-1 |
they all have their default favicon, just changed the default to yours, |
try using the other charset, or remove it entirely, maybe you are doing it twice |
why not post the error along with your code? for (var i = 0; i < string.length; i++) { var i < string.length of what ? |
wordpress 3.1 is not a template, next time you upgrade, do it automatically so you don't mess your files up, and if you must do it manually, do NOT for any reason delete your wp-contents folder. maybe some files didn't get replaced during your installation cos of an abortion that might be due to slow connection, try updating the files again, but remember, don't update/upgrade/delete the wp-contents folder. your host should have a backed up copy of all your previous folders anyways, |
seem to be working pretty well, what errors are you getting? |
its a sub-domain, has nothing to do with htaccess, your host will need to redirect it to the primary domain. |
click the file manager icon, navigate to your desired folder, or create a new one. then upload a 'zipped' file , unzip it when you are done uploading. |
why do you need a session variable to do this ? |
if you already have a code to check a column in the database, why not use same logic to check a different column ? |
what is the error you are getting? |
Bheey:This is where data structure comes into play, quick question - why do you need it to explode when you'd still have a different output, why not go ahead and output, leaving the exploding out of the equation ? |
Bheey:Going through your code, meanwhile, try use something like this 4 validation, function isformsubmit(){ ($_SERVER['REQUEST_METHOD'] == “POST”) ? return TRUE : return NULL; } if ((isset($_POST['submit'])) && (isformsubmit()) ){ cos if someone changes the name of a field to "submit", they dont necessarily have to click the button to hack into your code, and might avoid some functions attached to that submit action |
lwkmd |
if (empty($requirements)){ $analysis = NULL ; $code = NULL; $project = "Incomplete"; $score = "Fail"; } |
description ? requirements? |
darn! guess we cant help him then , maybe he can find some other forums that allow him post the code, and we will take it from there |
@dell_net, nothing is posted o |
i can not see the whole code, could you do a screen copy and post as an image? i think the spam bot caught the whole code you posted. CRUD implementation shouldnt really be giving so much error, since you have few queries going on there |
why dont you just simply use $sql = 'select * from listings_categories where pk = "$pk" '; rather than escaping the character or $sql = "select * from listings_categories where pk = '$pk' "; also, your first fetch array doesnt have a while or foreach statement to actually grab the array elements |
perhaps he can do a screen shot and post it as an image instead? why wont you just "echo" your output ? |
congrats on your google search. what does the standard of education have to do with doing your project anyway? its not like they just handed you the topic last week. anyhow, ignore the criticism if you feel thats what you are getting, like Kobojunkie mentioned, state your requirements and we will go from there, |
huh, nice GUI? whats with the dairy password ? |
why not list these security lapses, and we can take 'em head on on how to tackle them , some of us might not be in nigeria to know about these security lags |
having a database for car rental doesnt do anything without an app to drive it , |
where is your file located and what command did you type in ? |
PHP n ajax or js will do that just fine |
cos thats where i learnt data structure and algorithm |