Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[tutorial] php (procedurals) tagalog na ako mismo gumawa

wow.ts. salamat. sana payagan mo akong ishare ito sa mga studyante ko.nag tuturo kc ako. wait for your approval ts.salamat!!:pray::pray::pray:

nabasa ko sa post mo.so malamang pwede.hehehe.
This is for students or anyone who would like to learn PHP Programming Language
 
Last edited:
wow.ts. salamat. sana payagan mo akong ishare ito sa mga studyante ko.nag tuturo kc ako. wait for your approval ts.salamat!!:pray::pray::pray:

nabasa ko sa post mo.so malamang pwede.hehehe.

yes it is!
go and share to your students. no problem to me, para sa kanila talaga yan.

make sure lang po na matuto talaga siya.

salamat! :)
 
up lang para sa iba :) nang hindi po tayo matabunan, hehe sayang e
 
Re: ayus php

maraming salamat, bossing. sana magkaroon kayo ng tutorial sa JSON at mongoDB. ina-aral ko siya ngayon sa work ko.
 
Re: ayus php

maraming salamat, bossing. sana magkaroon kayo ng tutorial sa JSON at mongoDB. ina-aral ko siya ngayon sa work ko.

sge pag may time na ko ulit. hahaha
 
Re: ayus php

UP TROPA ! PARA POGI LAHAT :yipee:
 
TS, doon sa Lesson 3 na Database Connection, eto ang screenshot na na-e-encounter kong error. meron kang idea kung papaano ito ide-debug sa php kahit ok naman ang installation ng xampp?View attachment 333062
 

Attachments

  • php_error.png
    php_error.png
    120 KB · Views: 31
Last edited:
TS, doon sa Lesson 3 na Database Connection, eto ang screenshot na na-e-encounter kong error. meron kang idea kung papaano ito ide-debug sa php kahit ok naman ang installation ng xampp?View attachment 1237345

Kung tutuusin, tama naman yung code mo at hindi ko naman makita kung may kulang ka na parenthesis / curly brackets / semi-colon. Minsan lang, may mga stray characters na hindi natin napansin.

yung mysqli code na kinuha mo ay from w3schools din naman... Subukan mo nga ito i-copy & paste palitan mo
Code:
<?php
	$con = mysqli_connect("localhost","root","","myDB");
	if (mysqli_connect_errno()){ echo "Failed to connect to MySQL: " . mysqli_connect_error(); }
?>
 
Kung tutuusin, tama naman yung code mo at hindi ko naman makita kung may kulang ka na parenthesis / curly brackets / semi-colon. Minsan lang, may mga stray characters na hindi natin napansin.

yung mysqli code na kinuha mo ay from w3schools din naman... Subukan mo nga ito i-copy & paste palitan mo
Code:
<?php
	$con = mysqli_connect("localhost","root","","myDB");
	if (mysqli_connect_errno()){ echo "Failed to connect to MySQL: " . mysqli_connect_error(); }
?>

ok na siya. sa pangalan ng database ako nagkamali. anhirap pala maging programmer. hehehehe..
 
Kung tutuusin, tama naman yung code mo at hindi ko naman makita kung may kulang ka na parenthesis / curly brackets / semi-colon. Minsan lang, may mga stray characters na hindi natin napansin.

yung mysqli code na kinuha mo ay from w3schools din naman... Subukan mo nga ito i-copy & paste palitan mo
Code:
<?php
	$con = mysqli_connect("localhost","root","","myDB");
	if (mysqli_connect_errno()){ echo "Failed to connect to MySQL: " . mysqli_connect_error(); }
?>

thank you ! ahaaha ngayon lang ako nag bukas e. buti nasolved na proble niya
 
Back
Top Bottom