php

PHP is a general-purpose scripting language geared toward web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994. The PHP reference implementation is now produced by The PHP Group. PHP originally stood for Personal Home Page, but it now stands for the recursive initialism PHP: Hypertext Preprocessor.PHP code is usually processed on a web server by a PHP interpreter implemented as a module, a daemon or as a Common Gateway Interface (CGI) executable. On a web server, the result of the interpreted and executed PHP code – which may be any type of data, such as generated HTML or binary image data – would form the whole or part of an HTTP response. Various web template systems, web content management systems, and web frameworks exist which can be employed to orchestrate or facilitate the generation of that response. Additionally, PHP can be used for many programming tasks outside the web context, such as standalone graphical applications and robotic drone control. PHP code can also be directly executed from the command line.
The standard PHP interpreter, powered by the Zend Engine, is free software released under the PHP License. PHP has been widely ported and can be deployed on most web servers on a variety of operating systems and platforms.The PHP language evolved without a written formal specification or standard until 2014, with the original implementation acting as the de facto standard which other implementations aimed to follow. Since 2014, work has gone on to create a formal PHP specification.W3Techs reports that, as of January 2022, "PHP is used by 78.1% of all the websites whose server-side programming language we know." PHP version 7.4 is the most used version. Support for version 7.3 was dropped on 6 December 2021.

You do not have permission to view the full content of this post. Log in or register now.
  1. Y

    HELP! PHP Dropdown list value from datatable to textbox

    <?php if(isset($_GET['id']) && $_GET['id'] > 0){ $qry = $conn->query("SELECT * from `po_list` where id = '{$_GET['id']}' "); if($qry->num_rows > 0){ foreach($qry->fetch_assoc() as $k => $v){ $$k=$v; } } } ?> <style>...
  2. Y

    RE: Dropdown list value showing in textbox in PHP

    Need help po, May designated po discount sa bawat supplier, need ko lang po mapalabas sa textbox yung value upon selecting supplier. <label for="supplier_id">Supplier</label> <select name="supplier_id" id="supplier_id" class="custom-select...
  3. J

    Help PHP Dashboard/Admin Panel

    Baka pwede po mag pa tulong sa database ng ginawa kung ecommerce site na lagyan ng admin panel para makita yung products na order ng customer. Kung may bayad man po sana kahit student price lang thank you
  4. D

    PHP PHP CRUD ( Procedural )

    Eto para sa mga naguumpisa mag-aral :) Simple Phonebook-App using PHP Hidden content IT Projects ? Need Help for IT/CS Capstone Project? No Problem !
  5. A

    PHP Bago lang sa programming Php

    ask ko lang if anu ang ending nito if naka gawa na ba ako ng working php pos system running xampp. if e deploy ko napo ba xammpp parin gagamitin ko sa client?
  6. J

    PHP - Getting Values From Table to Textbox

    $order_items_qry = $conn->query("SELECT o.*,i.name, i.size FROM `order_items` o inner join item_list i on o.item_id = i.id where o.`po_id` = '$id' "); echo $conn->error; while($row = $order_items_qry->fetch_assoc())...
  7. S

    Help PA GUIDE SA PHP MYSQL MGA BOSS!

    DC lang mga boss sa may time jan baka matulongan niyo po ako pm nalang id
  8. O

    LF mag aayos Netong system ko, PHP po

    Patulong Po salamat, willing to pay, ASAP Po thanks
  9. I

    [HELP] Undefined array key in php

    <html> <body> Welcome <?php echo $_REQUEST[name]; ?> ! </body> </html>
  10. P

    Sino may Cloudflare Bypass PHP?

    Baka may mga malupit/mamaw diyan na may pang bypass ng Cloudflare checking sa PHP. Gumagawa kasi ako ng ChatGPT app kaso naba-block yung request sa API ng Cloudflare kapag iho-host ko na server-side ang app.
  11. D

    PHP Php and mysql

    Pahelp loading log in page sa system namin, baka may dev dyan na willing tumulong , bayad na lang po ako yung mura lang sana.
  12. S

    Help SINO MARUNONG MAG WEB DESIGN DITO PA HELP PHP

    #forbidden# NALANG TAYO USAP BOSS PA HELP LANG NEED FOR OUR FINAL PROJECT
  13. T

    PHP Want to take php as backend dev,

    goods ba kahit walang framework na aralin? pure php lang?
  14. P

    PHP Baka may gustong magpagawa

    Baka may mga kakilala kayo or baka gusto niyong magpagawa ng mga system for projects na PHP ang language. Pwede kayo magpagawa sa akin, need lang part-time na mapagkukunan ng pang allowance. If bawal to, pa flag nalang or pa take down. Salamat
  15. N

    Help LF PROGRAMMER

    Mag aadd lang po ng features sa system namin, php language po. Thank you!
  16. J

    PHP Patulong sa Php

    Patulong po sa system yung sa Offline Voting system, tungkol dun po sa voting page pag nag add si server ng candidate at position automatic po mag add si voting page
  17. T

    Referral 100 php voucher via LazLand LAZADA

    bago ko muna i-share nag try muna ako kung makakakuha ng rewards. Yan proof kakakuha ko lang nung Monday. Originally bigas dapat talaga yan 1k, dahil out of stock nag check ako kung anong voucher i bibigay ni LAZADA. Kung wala ka pang LazLand click this link: LazLand direct link Mechanics...
  18. J

    PHP/ HTML to database connection

    ########################################################################################## SHIPMENT (I just copy the formula of Purchase Order, I just need a new database to store the Shipment but it always saving in the Purchase Order while I'm in Shipment) <?php...
  19. S

    PHP PHP WEB DEPLOYMENT

    Paano po ba mag deploy ng PHP sa local production. Okay lang ba mag xampp + virtual machine? I'm using PHP, Phpmyadmin,Mysql at XAMPP sa dev.
  20. K

    LF marunong mag openline ng B315S-938? I'll pay 500php

    Guide mo lang ako paano. I'll pay after successful na ma openline. comment or DM.
  21. O

    Referral FREE 100$ or PHP 5,569.65 | Binance Lite Referral Event

    https://www.binance.info/en/activity/referral-entry/CPA?ref=CPA_00SBTRA1KJ Bagong opportunity na naman mga lods! Makakarecieve tayo both ng FREE $100 o tumataginting na PHP 5,569.65 if magreregister ka sa Binance and mag verify ng account! Register na mga lods! Steps para maclaim yung free...
  22. P

    PHP Pa help po about this 'php' error | basic E-Commerce

    Good Afternoon mga paps ask ko lng pano ayusin tong error na to "<br /><b>Fatal error</b>: Uncaught Error: Undefined constant "APP_NAME" in C:\xampp\htdocs\localshop\app\views\home.view.php:4Stack trace:#0 {main} thrown in <b>C:\xampp\htdocs\localshop\app\views\home.view.php</b> on line...
  23. I

    Referral Binance Crypto Exchange Referral 100USDT/5K+ PHP

    Para sa mga wala pa pong binance may event po sila, -mas malaki po nakukuha sa New User Help kesa sa Existing user https://www.binance.info/en/activity/referral-entry/CPA?ref=CPA_003ZN6CO4F Hindi pa po ako nakapag wí†hdráw kaya wala pa po ako proof, sana may mag click sakin para ma try natin...
  24. M

    Crypto 100 mo? +250= 350 php agad. Sali kana dito

    Sumali na sa luckplay168 Just type the BONUS CODE "FDB" to claim the bonus Mag register ka lang within 24 hours pwede ka mag claim ng 350% sa una mong deposit. Exp : 100+250+ 350% agad sulit na sulit Dito. Sign up: Click here to Register Ano pa hinahintay mo baka isa ka swerte dito more...
  25. J

    Referral Free 50 php kapag magregister kayo sa Paymaya

    Download niyo lang paymaya using my link Get a reward when you sign up to Maya using my invite code! Send money, buy load, scan-to-pay and more! Register using my invite code and you'll receive your Php 50 reward after you sign up, upgrade your account, and complete your first Maya...
  26. M

    Accepting Web Development Commissions (PHP, Bootstrap, MySQL)

    Hello, Looking ako for clients now habang wala pa masyadong ginagawa sa studies at sa buhay. Meron na akong nagawang mga projects pero still in improvement pa, ayoko kasing magshare or magbenta ng codes na may mga bugs pa at di pa maayos. Anyway ito po ang mga skills/forte ko. PHP...
  27. K

    Help Help bot

    Create a login page using php pdo
  28. E

    Help Programming Languaeg PHP

    Pa help ako mga paps, di ko makuha yung ID ni services_tbl, papunta sa table na request_resident. hindi lumalabas yung services_id sa table na request resident. first code: <?php $query_res= mysqli_query($db,"select * from services_tbl LIMIT 3")...
  29. E

    Help Php get ID Problem

    Ano kaya problem nito, di ko kasi ma GET yung ID ng services_id, papunta sa residents Request table. Always zero yung na iinsert ng value😌
  30. A

    Help Warning: Cannot modify header information - headers already sent by on line 6

    Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\bpms2\admin\includes\navbar.php:1) in C:\xampp\htdocs\bpms2\admin\index.php on line 6 <?php session_start(); include('includes/header.php'); include('includes/navbar.php'); if...
  31. Y

    Laravel Hosting

    Good Day mga ka PHC. ano po magandang hosting na updated yung php ? o meron pa bang way na ma downgrade yung configuration ko sa page.? thanks po.
  32. C

    Question PHP Client Side VS Server Side Validation

    Question po sa mga master diyan. Im using PHP 8.1 Jquery/Javascript and JustValidate(Validation of input) Yung ginagawa ko po kasi is sa client side halos lahat ng validation ng input ko check if empty input ganun. sa server side naman po nag ccheck lang ako ng duplicate entry and naka set sa...
  33. M

    Help (Fixed) Coins.ph (how to convert btc to php) please help emergency

    Guys dahil nag update coins.ph, di ko na makita yung convert button. Paano ba iconvert BTC to PHP?
  34. A

    Help Undefined variable $row in <b>

    <br /><b>Warning</b>: Undefined variable $row in <b>C:\xampp\htdocs\test3\update_profile.php</b> on line <b>22</b><br /><br /><b>Warning</b>: Trying to access array offset on value of type null in <b>C:\xampp\htdocs\test3\update_profile.php</b> on line <b>22</b><br />
  35. A

    Closed Closed

    closed
  36. C

    PHP Parcel tracking

    How to be able to display where is the parcel's exact location using php.
  37. A

    Help Help

    Parse error: syntax error, unexpected token "," in line 10 <?php session_start(); error_reporting(0); include('connect.php'); if (isset($_POST['login'])) { $email = $_POST["email"]; $password = $_POST["password"]; $query = ($con,"SELECT * FROM login WHERE Email='$email' AND...
  38. A

    Help Login help

    Trying to access array offset on value of type null in login.php on line 12 and 15 <?php session_start(); if (isset($_POST['submit'])) { $username = $_POST['username']; $password = $_POST['password']; $conn = mysqli_connect('localhost', 'root', '', 'user_login'); $query =...
  39. J

    How to include GNU gettext support in your PHP build

    How to include GNU gettext support in your PHP build
  40. D

    Help Pa suggest ng free hosting site with php mysql

    Pa suggest po ng free hosting site yung supported yung php mysql, pang school project lang
  41. P

    Tutorial ML ρrémíùm Road to Mythic for PHP

    Legit working Guys Download nyo lang then launch nyo lang yung Mod. 1. Launch MOD 2. Activate lahat ng gustong Hokage moves para sa Kalaban 3. Launch ML sa mismong App Mod Download Link: Hidden content
  42. P

    ML ρrémíùm Road to Mythic for PHP

    Legit working Guys Download nyo lang then launch nyo lang yung Mod. DL Link: Hidden content
  43. J

    Gettext php translation

    How to create website with multilingual using gettext with .mo and .po file php
  44. A

    PHP PHP for Beginners 2023: Build Complete Ecommerce Store

    Create Professional (E-Book) Ecommerce Store with Payment and Admin Panel in PHP MySQL Bootstrap and PDO. In this course and in under 9 hours, you are going to learn how to build an amazing e-commerce web app. It's a pretty decent size project. We are going to get going first by setting up the...
  45. D

    PHP Php Crud

    Baka pwede po magpatulong sa assignment ko, php crud po siya yung libre lang po sana.
  46. J

    Referral Yung Telegram bonus na 23 PHP napalago ko pa! Lambot yarnnn!

    Share ko lang tong promotional bonus ng https://www.aceph99.net/en-ph/register?ref=ACED5119 Naku.. sa sobrang lambot ng slot, kalas lahat ng buto mo. ahaha. de joke lang. eto pala proof ko.. kaka wí†hdráw ko lang sa 200 ngayon lang talaga. kung gusto nyo e try to link...
Back
Top