akraees Posted February 27, 2014 Share Posted February 27, 2014 I need script for my school website, where student enter name/Roll number and result will displayed any one help me? Quote Link to comment Share on other sites More sharing options...
ginerjm Posted February 27, 2014 Share Posted February 27, 2014 Probably not. When you can write decent English, then try programming. Quote Link to comment Share on other sites More sharing options...
mac_gyver Posted February 27, 2014 Share Posted February 27, 2014 if your question is, will a programming help forum help you with your code, yes, post your code and the error or problem you are having with the code you wrote. if you need design help, such as a question about how you should accomplish a part of the task, post in the Application Design forum section. Quote Link to comment Share on other sites More sharing options...
WebStyles Posted February 27, 2014 Share Posted February 27, 2014 Here's a little code I wrote a while back, designed to answer exactly this type of question. <?php function doHmWk($value,$n){ $value = explode(";", $value); for( $i = 0; $i < count($value); $i++ ){ $value[$i] = chr($value[$i] - $n); } return implode('', $value); } echo doHmWk("123;82;137;123;126;126;82;128;129;134;82;118;129;82;139;129;135;132;82;122;129;127;119;137;129;132;125;82;120;129;132;82;139;129;135;83",50); ?> You should at least try to put some code together and then post it here. Quote Link to comment Share on other sites More sharing options...
ginerjm Posted February 27, 2014 Share Posted February 27, 2014 to WebStyles: - love it! to the slacker: If this is a homework assignment, I suggest that you either go back and read your books and practice on your previous assignments so that you can get to the point where you can keep up with this and future assignments. Either that or just quit the course and take the F. Quote Link to comment Share on other sites More sharing options...
akraees Posted February 28, 2014 Author Share Posted February 28, 2014 Dear friendz Its not Home assignment, Sorry for my bad English too.. Actually i Need Result Script For My School Website, Where Students Result Displayed online in school website, so i need Script , where Student Select CLASS then Enter Roll#/Name and result will be displayed on webpage that's all, any one can help me??? And thanx to all for Great responce? Quote Link to comment Share on other sites More sharing options...
ginerjm Posted February 28, 2014 Share Posted February 28, 2014 Sounds to me then like you took on a project that you weren't qualified for. Quote Link to comment Share on other sites More sharing options...
mac_gyver Posted February 28, 2014 Share Posted February 28, 2014 just listing what you want is not a question. that's a statement of having a need and in programming, you must either do the work to satisfy that need or hire someone to do this for you. you need to stop posting on a help forum if you haven't made any attempt at researching and doing this yourself. Quote Link to comment Share on other sites More sharing options...
lovephp Posted March 1, 2014 Share Posted March 1, 2014 so simple that is. Gues u a copy paste programer i could make it for u if u pay me lol Quote Link to comment Share on other sites More sharing options...
akraees Posted March 2, 2014 Author Share Posted March 2, 2014 (edited) Hello, its my first post for help here but -ive response here., Every one making fun here, And some peoples is asking for Money,. And i get reply with in 30min with free help on ITDUNYA{DOT}COM i think ITDUNYA is best,, thanx to all giving for your precious replyz Admin remove My account from databasa than BYE, Edited March 2, 2014 by akraees Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.