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!

Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok dito

Hello Mobilarians :)

May Tanong po ako.

Ano po ang recommended nyo para makagawa ng Static website ? ayaw ni boss ng Wordpress o ano man

Saka ano po ang ginagamit sa pag buo ng mga system sa office ? para mapadali daw po ang mga bagay bagay sa office, hindi ko po alam ang specific na tawag. gusto ko lang po malaman kung anong Programming Language ang para don.
TIA
 
Kung static websites lang edi plain HTML css with some JS ...

eh yung mga system po na ginagamit sa office ?
anong PL po ginamit para mabuo yun
I'm more on technical kase and mag uumpisa palang ako sa work ko
gusto ko po ma advance para mapag aralan ko na
 
ano ba work mo ...

it doesn't sound like you should be the one na kailangan mamroblema sa pag-gawa ng systems nyo

sa mga programmers / devs usually nakatoka ung mga ganyan
 
Last edited:
hello guys.. sumasakit ulo ko.. baka pwede nyu ako tulungan,,, pwede nyu po ba lagyan ng kahit DALAWANG RESULTS ung search box... newbie po ako sa css... binigay po sakin ung search code na nasa ibaba... maraming salamat sa sasagot.. bigyan ko nlng kayu ng makunwelo... please heck code below



<html>

<head>
<title>My Page</title>
<link rel="stylesheet" type="text/css" href="search2-try.css">
</head>
<body>
<form class="form-wrapper cf">
<input type="text" placeholder="Search here..." required>
<button type="submit">Search</button>
</form>
</body>
</html>






<!-- css code


body
/*-------------------------------------*/

.cf:before, .cf:after{
content:"";
display:table;
}

.cf:after{
clear:both;
}

.cf{
zoom:1;
}

/*-------------------------------------*/

.form-wrapper {
width: 235px;
padding: 15px;
margin: 0px auto 0px auto;
background: #444;
background: rgba(0,0,0,.2);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

.form-wrapper input {
width: 145px;
height: 20px;
padding: 20px 5px;
float: left;
font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
border: 0;
background: #eee;
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
border-radius: 5px 0 0 3px;
}

.form-wrapper input:focus {
outline: 0;
background: #fff;
-moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}

.form-wrapper input:-moz-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}

.form-wrapper button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 40px;
width: 60px;
font: bold 12px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
color: #fff;
text-transform: uppercase;
background: #42aff7;
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}

.form-wrapper button:hover{
background: #1f8dd6;
}

.form-wrapper button:active,
.form-wrapper button:focus{
background: #0166a8;
}

.form-wrapper button:before {
content: '';
position: absolute;
border-width: 8px 8px 8px 0;
border-style: solid solid solid none;
border-color: transparent #42aff7 transparent;
top: 12px;
left: -6px;
}

.form-wrapper button:hover:before{
border-right-color: #1f8dd6;
}

.form-wrapper button:focus:before{
border-right-color: #0166a8;
}

.form-wrapper button::-moz-focus-inner {
border: 0;
padding: 0;
}
.byline p{
text-align:center;
color:#c6c6c6;
font: bold 18px Arial, Helvetica, Sans-serif;
text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.byline p a{
color:#d83c3c;
text-decoration:none;
}

-->
 
ano at para saan ang MySQL? at pano gumamit nito

Ang MySQL ay isa sa ginagamit na database management system ng mga website. Kung want mo maging dynamic ang iyong website kinakailangan mong gumamit ng MySQL database lalo na kung more on data ang karaniwang content ng iyong website. Halimbawa na lang nito pag nagregister ka sa facebook at youtube, ma-sesave ang email address at password mo sa database nila at maaari mo itong malogin dahil nakasave na sya sa database mo. Karaniwang gumagamit nito ay mga programmer/developer dahil kasama talaga sya sa pagbuo ng isang web application. Halimbawa na lang kung gusto mo kunin lahat ng user sa isang website type mo lang un ganitong code sa MySQL "SELECT * from users" ibig sabihin ipapakita nya lahat ng users sa isang table.

- - - Updated - - -

Meron po akong queries at yung second table which is yung 'students' ay merong foreign key which is on update mula sa first table na 'process'.
The problem po is nakakainsert po ako ng data sa first table pero sa second table wala pong naiinsert na data.

Ito po yung queries ko.

Code:
//query for first table
$query = "INSERT INTO process VALUES (NULL,'".$enrollment_credentials."','".$grade_level."','".$semester."','".$sch_last_attended."',
		'".$sch_year."','".$sch_address."','".$stud_type."','".$transferred_from."')";
//execute query
$result = mysqli_query($dbase,$query);
//foreign key
$process_fk = mysqli_insert_id($dbase);

mysqli_free_result($result);

//query for second table
$query = "INSERT INTO students VALUES (NULL,'".$last_name."','".$first_name."','".$middle_name."','".$age."','".$date."','".$address."',
		'".$lrn."','".$sex."','".$email."','".$bday."','".$bplace."','".$process_fk."')";

//execute query
$result = mysqli_query($dbase,$query);

mysqli_free_result($result);

I filter out mo ng clear yung table columns para sakto ang binabato mong query, ganito yun.
INSERT INTO process (enrollment_credentials, grade_level, semester, school_last_attended, school_address, student_type, transferred_from)
VALUES ('Credentials 1', 'Grade 2', '2nd Semester', 'STI College', 'Munoz Quezon City', 'Octoberian', 'AMA College');

ganyan po dapat, which is auto_increment naman si primary key ID no need mo na i-include yan dyan ng sa ganun makakuha ng last ID ang $process_fk na variable mo
at para gumana ang query for second table dahil meron na syang nabasa na last_id
 
Good day guys.. any suggestions pano ko makukuha ang data from editable table (HTML table po tinutukoy ko) tapos ipapasok ko sya sa database via php? di ko kasi masundan yung mga nasa net.. salamat sa sasagot
 
Last edited:
Good day guys.. any suggestions pano ko makukuha ang data from editable table (HTML table po tinutukoy ko) tapos ipapasok ko sya sa database via php? di ko kasi masundan yung mga nasa net.. salamat sa sasagot

more info ...

show (at least) a few lines of code so we can see what you're working on
 
Good day guys.. any suggestions pano ko makukuha ang data from editable table (HTML table po tinutukoy ko) tapos ipapasok ko sya sa database via php? di ko kasi masundan yung mga nasa net.. salamat sa sasagot

Scraping ba yang tinutukoy mo?
 
Good day mga sir.!

Nood question po. Bumili kasi ako ng script sa codecanyon and akala ko para word press theme lang sya na pagkaupload online is mapagprapractisan ko na kaso iba pala.. can somebody help me please..? For me to get started po. Ty. Anu po ibig sabihin nya?

https://imghostr.com/f4CeKb3z

pasyensya na talaga mga master.
 
Good day mga sir.!

Nood question po. Bumili kasi ako ng script sa codecanyon and akala ko para word press theme lang sya na pagkaupload online is mapagprapractisan ko na kaso iba pala.. can somebody help me please..? For me to get started po. Ty. Anu po ibig sabihin nya?

https://imghostr.com/f4CeKb3z

pasyensya na talaga mga master.

Dapat binasa mo yung description ng item. Naiinis nga ako sa mga customer na ganyan eh, yung binili nila item ko tas nag a-ask ng refund kasi kala nila wordpress theme script ko haha
 
Dapat binasa mo yung description ng item. Naiinis nga ako sa mga customer na ganyan eh, yung binili nila item ko tas nag a-ask ng refund kasi kala nila wordpress theme script ko haha

ou nga sir eh, ginawa ko upload ko yung script parang wordpress hahhaa! fail. Kailangan ko kasi ito sa ginagawa namin cooperative kaya nag eexplore ako.. baka pede nyo ako matulungan master. Kahit mga basic lang..
 
ou nga sir eh, ginawa ko upload ko yung script parang wordpress hahhaa! fail. Kailangan ko kasi ito sa ginagawa namin cooperative kaya nag eexplore ako.. baka pede nyo ako matulungan master. Kahit mga basic lang..

try / start mo na mag-self study ... dami vids, tuts at articles online abt wordpress
 
Hindi nga plugin yung nakuha nya, standalone system siya.

hindi un tinutukoy ko ... if he needs a wordpress website for the coop, he can start learning about it and probably try to get a refund or contact the seller of whatever that was that he bought by mistake
 
Mga master baka may tips po kayu paano po mag start sa web programming ? Anong unang unang mga pinag aralan nyu share nyu naman po mga master :) im begiiner only master , i hope you can help me :)
 
Mga master baka may tips po kayu paano po mag start sa web programming ? Anong unang unang mga pinag aralan nyu share nyu naman po mga master :) im begiiner only master , i hope you can help me :)

solid foundation sa html css at javascript ang simula ........
 
Master ano pong ma rereffer nyu saaking resources para po mapag aralan ko po yung HTML css at javascript . like youtube channel,books ?

youtube is a great resource, pero sa solid foundation mas ok ang libro!! video tuts tend to skip a lot of important concepts and just dive straight sa syntax at coding agad ... which is not a good way to learn web programming or any programming.

start with HTML only ... work your way up to CSS >> huli ang javascript

hindi mo kailangan maging expert sa HTML bago ka tumuloy sa CSS ... at ganun din sa JS

u will know naman sa sarili mo kung mejo naintindian mo na what HTML actually does at pano mag-code nun ... that's when you move on to CSS, same sa JS

html, css and js all work together to create website ... once u gained a solid foundation sa tatlong yan, that's when u dive into other thingssssss ... things like frameworks, databases, different programming technologies and innovation, etc

ma-suggest kong very beginner friendly na libro ay ung HeadFirst Series ng Oreilly ... specially ung HeadFirst JavaScript (the best to) ... meron din sila about sa HTML, CSS atbp

again, youtube and google are also great if not better (IF you know how to utilize them properly) ... the more u know and as u gain experiences over time, the better you'll become at researching sa google at youtube and dealing with fragmented and unorganized information galing sa ibatibang websites at tao / youtubers

there are also other great resources like the Mozilla MDN website, programming forums, etc

HTH .......
 
Back
Top Bottom