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

Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

salamat poh sir nitzgamz may alam ako tungkol sa html
pero i-ttype mo pa ba yung code or katulad sya sa dreamweaver ?
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

salamat poh sir nitzgamz may alam ako tungkol sa html
pero i-ttype mo pa ba yung code or katulad sya sa dreamweaver ?
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

salamat poh sir nitzgamz may alam ako tungkol sa html
pero i-ttype mo pa ba yung code or katulad sya sa dreamweaver ?


notepad++ ba? hardcore yan . wala yang intelisense na pag pindot mo ng "." may lalabas na properties.. enhancement lang sya ng notepad na magkakakulay yung mga code kapag kilala nya yung code at may line number sa gilid
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

ah madedetect nya ba kung may mali ka sa code ?
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

You can use code completion and snippets for notepad++ for faster development...
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

ah madedetect nya ba kung may mali ka sa code ?

Try mo Sir ActiveState Komodo.. may intelisense yan tsaka nakaka detect kapag may mali sa codes mo. :lol:
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

sir tanung ko lang po kung meron kayu natatagong HTML code
para sa Request box lalagay ko lng po sana sa blogs ko
gaya po nito sir. CLICK
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

salamat poh sir nitzgamz may alam ako tungkol sa html
pero i-ttype mo pa ba yung code or katulad sya sa dreamweaver ?



yup itytype mo pa po xa.
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

sir another question po:

halimbawa po sa database may field ako na gender.

tapos sa edit profile syempre kukunin po lahat ng laman ng user na un ung data nya sa database para sa editing..

kung ang gender ay male paano ko maseselect sa radio button na male sya?
or kung female sya paano ko maseselect na female sya?


lagyan mo lang ng value yung radion button


Code:
<input type="radion" name="gender"  id="gender" value="Male">Male <br />

<input type="radio" name="gender" id="gender" value="Female">Female <br />
 

Attachments

  • Gray_Purple_Template.zip
    251.7 KB · Views: 28
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

sir, my tutorial b d2 pra s mga newbie?.....techie lng kc aq n gus2 mgexplore ng knowledge....



update ko nlng dun sa frontpage sir .. para sa mga tutorials
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

Naku ngayon ko lang nakita to....sayang nadelete na yung website namin....papatulong sana ako dun kasi may sira..

may nabasako d2 tungkol sa pagcreate ng table na pwede e sama ang frameset..
Ito kasi gusto ko mangyari..

attachment.php


html ang gagamitin ko..pwede narin CSS at JavaScript...kasi ededefend namin yung work namin kay profesor...tsaka..hehehe vb6 ang alam kong programming language....newbe talaga ako sa mga ganito
 

Attachments

  • htm.JPG
    htm.JPG
    46.7 KB · Views: 65
Last edited:
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

Sir nandun po sa first page ung download link natin since new ka pa sa PHP gamit ka nlng po ng xammp, latest version po lahat yun ng tools na kailangan mo po, din sa editor notepad++ na po gamitin mo para masanay ka po ng hard coding. Then you can have some basic toturials from w3school.. ^_^

ok poh i'll tke your advice since your the expert..:thumbsup:

pg ininstall q poh b e2ng Notepad++, hndi po b mgka conflict s old notepad?

salamt din s reponse...:salute:
 
Last edited:
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

2 option sa pag-gawa ng database

--------------------------------
option 1: manual
--------------------------------
pede mo xang gawin using the localhost ->phpMyadmin type mo lang sa browser mo yung http://localhost or just direct localhost then lalabase dun ung host environment, since xammp ang gamit mo, navigate ka sa pinaka huling menu which is phpMyadmin click mo xa then phpMyadmin environment will appear, from there you can create youg own database

--------------------------------
option 2: through code
--------------------------------
Code:
<?php
$con = mysql_connect("localhost","host_username","host_password");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

// Create database
if (mysql_query("CREATE DATABASE my_db",$con))
  {
  echo "Database created";
  }
else
  {
  echo "Error creating database: " . mysql_error();
  }

// Create table
mysql_select_db("my_db", $con);
$sql = "CREATE TABLE Persons
(
FirstName varchar(15),
LastName varchar(15),
Age int
)";

// Execute query
mysql_query($sql,$con);

mysql_close($con);
?>



maraming ding alternative sa pag create ng database... using advance PHP programming.. ^_^ pero start ka muna sa basic...

maraming salamat sir!!!!!!
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

may ask lang poh ako about dito " <input type="reset" value="reset"> pagcliniclick ko yung reset button di naman narereset yung text panu ba yung tamang code para mareset !
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

sir paano poh ba ito gawin ? pag tinutok ko yung mouse ko sa isang image , bigla na lang poh nalaki paano poh yun ?
 

Attachments

  • angry.JPG
    angry.JPG
    171.1 KB · Views: 2
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

may ask lang poh ako about dito " <input type="reset" value="reset"> pagcliniclick ko yung reset button di naman narereset yung text panu ba yung tamang code para mareset !


nasa isa <form> element ba yung mga element na gusto mo mareset?
 
Back
Top Bottom