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!

HELP! Pagdownload ng PHP po!

KathleenNoelle

Novice
Advanced Member
Messages
25
Reaction score
0
Points
26
this may sound idiotic po kasi maraming tutorials dyan sa youtube and google, pero dugo po ilong ko eh, di ko masyado gets mga bes.

im using Windows 10, 64-bit

Sa nasearch ko, Apache, PHP at Mysql ang kelangan para maging working sya. I need further explanation po about this. Gusto ko sya maintindihan talaga, i have a background sa html, at sa css kahit papano. VB.Net and gamit ko since 1st yr college hanggang makagraduate ako.

Please help me to reach my dreams mga bes. Ang rami kasi iseset-up eh di ko masundan-sundan, Im afraid it may cause damage sa laptop.(i dont know if nakakadamage nga sya. sorry na hehe)

Ginawa ko na to nung student palang ako pero ang daming error :( i want it to be successful today. Thank you agad!

RESPECT po please. THANK YOU :)



-It's not how we make mistakes, but how we correct them that define us-Rachel Wolchin
 
Hello KathleenNoelle.. medyo hindi malinaw ang question mo. please elaborate further. :)


Ayy sorry po, gusto ko po sana ng step by step process for downloading PHP, kung ano ba una idodownload, step by step guide po with explanation, kasi medyo nalilito po ko sa mga tutorials sa net, na-ooverload po ko sa mga terms, sorry po ang demanding. ang baby lang.:upset:
 
do you need to make it work altogether as in isa isahin mo talagang i configure? if ang goal mo is to host local web server to test php script you can install xammp or wamp configured na sya to run webserver wala ka nang babaguhin. :)
 
Just install XAMPP or WAMP. Solve ang problema mo. Kapag isa-isahin mo pa kasi idownload yung kailangan mo (e.g. PHP for programming language, APACHE for server, mySQL for database), dapat alam mo yung compatibility nila sa isat-isa :)
 
do you need to make it work altogether as in isa isahin mo talagang i configure? if ang goal mo is to host local web server to test php script you can install xammp or wamp configured na sya to run webserver wala ka nang babaguhin. :)


Nabasa ko nga po Sir yung sa XAMPP and WAMP? Pwede naman sir kasi first timer ako sa php, pero ok lang din ba yun kung plano ko mag dig deeper dun, kasi magkakaproblema ata, kasi tungkol sa nabasa ko, pag nagcrash daw yung mysql it wont work anymore pag sa WAMP or XAMPP tsaka ito din "Once you are deploying to production and need to deal with larger transaction volumes and security issues then you should really install the components separately and custom configure for your particular needs" -- galing sa stackoverflow sir, pero dahil first time naman ako ok na din siguro tingin nyo sir? And if ever po ano po mas better WAMP or XAMPP?
 
Nabasa ko nga po Sir yung sa XAMPP and WAMP? Pwede naman sir kasi first timer ako sa php, pero ok lang din ba yun kung plano ko mag dig deeper dun, kasi magkakaproblema ata, kasi tungkol sa nabasa ko, pag nagcrash daw yung mysql it wont work anymore pag sa WAMP or XAMPP tsaka ito din "Once you are deploying to production and need to deal with larger transaction volumes and security issues then you should really install the components separately and custom configure for your particular needs" -- galing sa stackoverflow sir, pero dahil first time naman ako ok na din siguro tingin nyo sir? And if ever po ano po mas better WAMP or XAMPP?

At the moment, wag mo muna isipin ung scalability issues, unless millions na agad ang transaction mo. Start with a few transactions, kapag bumibigat / bumabagal, do optimizations. Wag mo muna biglain ang sarili mo. Also, usually, sa mga hosting sites, kadalasan, pre-configured na ung mga optimim settings. Unless, siyempre, kung gagamit ka ng sarili mo server para ideploy ang project mo. Pero kung magstart ka pa lang, wag MUNA problemahin... Start off with either WAMP / XAMPP
 
Just install XAMPP or WAMP. Solve ang problema mo. Kapag isa-isahin mo pa kasi idownload yung kailangan mo (e.g. PHP for programming language, APACHE for server, mySQL for database), dapat alam mo yung compatibility nila sa isat-isa :)


Oo nga sir, kaya din siguro ako nalilito kasi dahil sa mga compatibility nila, wala ako masyado knowledge, kaso mas ok po gamitin pag manual installation about sa nababasa ko online kaya gusto ko din sana itry, pero tingin ko for now try ko yung XAMPP or WAMP, tingin nyo sir which is better po sa dalawa?


---------------------
At the moment, wag mo muna isipin ung scalability issues, unless millions na agad ang transaction mo. Start with a few transactions, kapag bumibigat / bumabagal, do optimizations. Wag mo muna biglain ang sarili mo. Also, usually, sa mga hosting sites, kadalasan, pre-configured na ung mga optimim settings. Unless, siyempre, kung gagamit ka ng sarili mo server para ideploy ang project mo. Pero kung magstart ka pa lang, wag MUNA problemahin... Start off with either WAMP / XAMPP
- Sir jskhulitz


Tama kayo sir, dapat baby steps muna, thank you po sa pagclear ng utak ko haha! :thumbsup: makapagsisimula na po ko! THANK YOU!
 
Last edited:
Hello. Gusto ko lang magbigay ng suggestion sa problem mo.
If you really want to learn php, bear in your mind na server script to.

HTML is for web designing/layouting
CSS is for page beautification .. you know colors, padding, background, etc.
JAVASCRIPT is the mind of your website. . it makes your website intelligent.
PHP is a script that connect your website to your database which is found in the server.

so for starter i would recommend na gamitin mo lang ang php sa pag-access sa database.

Bye the way here are some good resources for you.

http://www.tutorialspoint.com/php/php_tutorial.pdf

and I use a perfect editor for a web developer, you may also try it.

http://brackets.io/


Bye the way I am a junior web developer

Please visit our portfolio

http://monarchonesolutions.com/
 
Last edited:
At the moment, wag mo muna isipin ung scalability issues, unless millions na agad ang transaction mo. Start with a few transactions, kapag bumibigat / bumabagal, do optimizations. Wag mo muna biglain ang sarili mo. Also, usually, sa mga hosting sites, kadalasan, pre-configured na ung mga optimim settings. Unless, siyempre, kung gagamit ka ng sarili mo server para ideploy ang project mo. Pero kung magstart ka pa lang, wag MUNA problemahin... Start off with either WAMP / XAMPP

Hello. Gusto ko lang magbigay ng suggestion sa problem mo.
If you really want to learn php, bear in your mind na server script to.

HTML is for web designing/layouting
CSS is for page beautification .. you know colors, padding, background, etc.
JAVASCRIPT is the mind of your website. . it makes your website intelligent.
PHP is a script that connect your website to your database which is found in the server.

so for starter i would recommend na gamitin mo lang ang php sa pag-access sa database.

Bye the way here are some good resources for you.

http://www.tutorialspoint.com/php/php_tutorial.pdf

and I use a perfect editor for a web developer, you may also try it.

http://brackets.io/


Bye the way I am a junior web developer

Please visit our portfolio

http://monarchonesolutions.com/


Thank you Sir! That was a great explanation! Clear and can easily be understand! Thanks sa link and editor, tatry ko din sana yung sublime.


And about po sa portfolio nyo pala sir, di ko alam kung sadya pero pag inopen mo sya automatic play agad yung video sa pinkababa nung homepage, nung una medyo nalito ako kung saan nanggagaling kala ko yung unang vid yung nagsasalita pero, hindi kasi nagpeplay yung unang vid, baka bug sa isip ko, pag di mo makikita video sa ibaba di mo malalaman kung saan nanggagaling yung voice, just saying lang po bilang isang di pa magaling/marunong sa paggawa ng websites, brief review ko lang po ba kumbaga para sa ibang vivisit sa site. I dont know anything po with this field yet kaya wag po kayo magalit, haha, i just wanna help sir.
 
Oo nga sir, kaya din siguro ako nalilito kasi dahil sa mga compatibility nila, wala ako masyado knowledge, kaso mas ok po gamitin pag manual installation about sa nababasa ko online kaya gusto ko din sana itry, pero tingin ko for now try ko yung XAMPP or WAMP, tingin nyo sir which is better po sa dalawa?

kahit alin naman mas ok. pero WAMP gamit ko kasi di ko naman need yung ibang Cross-platform & Perl ng XAMPP

X - Cross Platform
A - Apache
M - MariaDB
P - PHP
P - Perl

----------------------------

W - Windows
A - Apache
M - MySQL
P - PHP
 
Back
Top Bottom