Hello guys my name is Sinan Karayaman. I have been working on wordpress and other web services for few years now.
This program coded for calorie calculator, with calorie calculation script you can calculate your calories very simply with the help of form labels. I explain below in order to help you explain the functions used in the script.
- isset : Determine if a variable is set and is not NULL
fuctions.php
<?php
/*
Sinan KARAYAMAN
*/
if(isset($_POST['Yas']) && isset($_POST['Kilo']) && isset($_POST['Boy'])){
$Yas=$_POST['Yas'];
$Kilo=$_POST['Kilo'];
$Boy = $_POST['Boy'];
$cinsiyet=$_POST['cinsiyet'];
switch ($cinsiyet){
case 'Female':
$cinsiyet= 655 + (9.6 * $Kilo ) + (1.8 * $Boy) - (4.7 * $Yas);
echo "<p>Tahmini günlük metabolizma hızınız $cinsiyet </p>";
echo "<p>Bu şu anki kilonuzu korumak için günde kabaca $cinsiyet kaloriye ihtiyacınız olduğu anlamına gelir.</p>";
break;
case 'Male':
$cinsiyet=66 + (13.7 *$Kilo) + (5 * $Boy) - (6.8 * $Yas);
echo "<p>Tahmini günlük metabolizma hızınız : $cinsiyet </p>";
echo "<p>Bu şu anki kilonuzu korumak için günde kabaca $cinsiyet kaloriye ihtiyacınız olduğu anlamına gelir.</p>";
break;
}
}
?>
index.php
<!DOCTYPE html>
<html>
<head>
<title>KALORI HESAPLAMA</title>
<style type="text/css">
*{
font-family: arial;
color: #666;
}
</style>
</head>
<body>
<center>
<h2>KALORI HESAPLAMA</h2>
<form action="functions.php" method="post">
Cinsiyeti Seçin:<br />
<select name="cinsiyet" style="padding: 5px; width: 265px; border-radius: 3px; border: 1px solid #ddd;"><br />
<option value="Male">Erkek</option>
<option value="Female">Kadin</option>
</select><br /><br />
<input name="Yas" type="text" placeholder="Yaşınızı Girin" style="padding: 5px; width: 250px; border-radius: 3px; border: 1px solid #ddd;" /><br /><br />
<input name="Kilo" type="text" placeholder="Kilonuzu Girin" style="padding: 5px; width: 250px; border-radius: 3px; border: 1px solid #ddd;" /><br /><br />
<input name="Boy" type="text" placeholder="Boyunuzu Girin" style="padding: 5px; width: 250px; border-radius: 3px; border: 1px solid #ddd;" /><br /><br />
<input type="Submit" value="HESAPLA" style="padding: 10px 5px; width: 265px; border-radius: 3px; border: 1px dashed #ddd; background-color: white;" />
</form>
</center>
</body>
</html>
- Result
Github url : https://github.com/sinankarayaman/Kalori-Hesaplama
Posted on Utopian.io - Rewarding Open Source Contributors
Nice , love programming...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
//comment deleted
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Keep it up bro. Very soon you might be the best programmer in the world
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
we will wait for you better
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
cool stuff. keep up the work :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Your contribution cannot be approved yet because we feel its too trivial for a development contribution. We can still accept this contribution as tutorial, if you will explain it well what have you done.
See the Utopian Rules. Please edit your contribution to reapply for approval.
You may edit your post here, as shown below:
You can contact us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Php is a programmable area, people can take php projects and use them in their php software.
It's not tutorial.Check this please
https://utopian.io/utopian-io/@justyy/adding-ipify-api-support-in-chrome-extension-what-is-my-ip
You can check rules ;
Development Rules
Only merged Pull Requests will be accepted or Open Source projects you maintain never posted on Utopian before, forks included as long as the fork is not just a mirror of the original one. Proof of work required.
In this category you can only write if you have developed or contributed to the development.
You must provide the links to the branches/forks/gists/pull requests.
If your username on Github does not correspond to the Utopian username you must provide proof you are the owner by providing a screenshot of the logged in session in Github.
Images, screenshots, links and examples are not necessary but preferred.
Never write about code contributions you have already shared before.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Good stof.keep it up
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
HI dear... can you upvote me please
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Nice programming. My friend had a simlar program where he tried to recreate the Program used by a fitness app as part of a project. Very neat and cool.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great post🌹🌹🌹💜💜💜🌹🌹
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for the contribution. It has been approved. Next time if a contribution is too trivial we will not accept it as a development contribution.
You can contact us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
For who trivial ?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey @sinankarayaman I am @utopian-io. I have just upvoted you!
Achievements
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Very good post...nice job..!!!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
use to have passion for programing...lost the strike. but with u around, i could be resparked.check out my post on #introducingHAPPINESS resteem and upvote. i have upvoted you https://steemit.com/introduceyourself/@josephjim/introducing-happiness-to-your-lifestyle
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for following me and I have followed back.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
great share :P
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I like it! Subscribe to your blog!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit