<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[עזרה בPHP]]></title><description><![CDATA[<p dir="auto">אבקש את עזרת החברים כאן, איני מצליח להבין<br />
כתבתי כאן קוד PHP שאמור לקבל את הנתונים בAPI אבל דרך הAPI הוא לא מחשב לי את התוצאה הנכונה, <strong>למרות שבדקתי שה API שולח לאותם ערכים!!!</strong><br />
למי פיתרונים ???</p>
<pre><code>&lt;?php
header('Content-Type: text/html; charset=utf-8');

$nabr1 = $GET['NabrA'];
$nabr2 = $GET['NabrB'];
$svva =  $nabr1 + $nabr2;

    print "התוצאה היא $svva";

?&gt;
</code></pre>
<p dir="auto"><em>פורסם במקור בפורום CODE613 ב22/12/2017 02:01 (+02:00)</em></p>
]]></description><link>https://tchumim.com/topic/1425/עזרה-בphp</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 06:50:10 GMT</lastBuildDate><atom:link href="https://tchumim.com/topic/1425.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Jan 2018 11:58:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to עזרה בPHP on Mon, 29 Jan 2018 11:58:28 GMT]]></title><description><![CDATA[<p dir="auto">תבדוק ככה:</p>
<pre><code>$nabr1 = $_GET['NabrA'];
$nabr2 = $_GET['NabrB'];
</code></pre>
<p dir="auto"><em>פורסם במקור בפורום CODE613 ב22/12/2017 02:14 (+02:00)</em></p>
]]></description><link>https://tchumim.com/post/9871</link><guid isPermaLink="true">https://tchumim.com/post/9871</guid><dc:creator><![CDATA[dovid]]></dc:creator><pubDate>Mon, 29 Jan 2018 11:58:28 GMT</pubDate></item></channel></rss>