Tagged: Technotip, Testimonials
- This topic has 6 replies, 3 voices, and was last updated 11 years, 9 months ago by programmer_777.
- AuthorPosts
- November 15, 2012 at 10:47 am#2544SatishKeymaster
If you find any article, tweets, facebook status, Google plus messages about Technotip, you can post them here.
November 15, 2012 at 10:47 am#2545SatishKeymaster@technotip I would like to thank you very very much for your registration form video on youtube, i’m Really thankful! Greetings from Egypt:)
— Mohammad Ashraf (@MohammadAsa3idi) November 11, 2012
November 15, 2012 at 10:48 am#2546SatishKeymasterGood People | Good Code … check out Satish’s work and motto [ @technotip ] technotip.com/about/
— ruedi (@ruedischmid) November 8, 2012
November 15, 2012 at 10:54 am#2547SatishKeymasterBy Pc Swain:
I :) really got passionate about your site, Mr. Satish, and about your overall views. Loved your passion, hard work, dedication, consistency, college-lecture views, social service and so much so your success at this too cool age!
Letting you know me shortly I’m professionally a SEO Specialist from Odisha. Really A superb achievement by you. I appreciate it whole heartedly and encourage you too to go ahead with all of your views that reside in you. God Bless You!!! :)
https://plus.google.com/105681869856902895131/posts/HvbdAn1m6rk
November 26, 2012 at 5:44 pm#2605Pramod_rp33ParticipantI am an ece engineer(with very little programming knowledge) who graduated this year in 2012.I came across your website exactly on 23/11/2012. I have a website of my own called http://www.gharelurecipes.com. Even i like helping people just like you and I am very inspired by your website and your teachings.I have started learning web development and must say that your website has been a fantastic learning resource.I have and will definitely recommend it to as many people as possible.It feels good to know people like you exist in our country.I am sure this website will make people from any educational background,technical or otherwise, interested in computer science as all the tutorials are to the point and there is absolutely no beating around the bush. Great job.Keep inspiring and keep it going!
Regards,
Pramod Prakash from Bangalore,India
January 22, 2013 at 7:00 am#2796SatishKeymaster@technotip <– Saved my butt again! If you need help with WordPress, Satish is your tech guy. Give him a try. Seriously!
— Gary Korisko (@RebootAuthentic) January 22, 2013
January 26, 2013 at 4:39 pm#2809programmer_777Participanthello , so i couldn’t solve one problem with php+mysql+ajax here code:
and this code is working but i need that check from not (array(‘Elena’ , ‘Anna’ , ‘Bill’);) from mysql base.
$takenUsernames =array(‘Elena’ , ‘Anna’ , ‘Bill’);
sleep(1);
if ($_REQUEST[‘username’] == ”) {
echo ‘denied’;
} else if (in_array( $_REQUEST[‘username’], $takenUsernames)) {
echo ‘denied’;
} else {
echo ‘okay’;
with this code i must check field username from base. please if understand it answer - AuthorPosts
- You must be logged in to reply to this topic.