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 pa

^navicat or phpmyadmin
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

hope this will help. paki edit nlang po.

<DOCTYPE html>
<html>
<head>
<title>Revised</title>
<style type="text/css">
html{
padding:5px;
}
div, body, label, input, form{
display: block;
}

body {
background: #E9EAED;
position: relative;
margin: auto;
max-width: 1000px;
margin-top: 20px;
bottom: 20px;
}
.header{
background: #45619D;
width: 100%;
margin: auto;
height: 100px;
position: relative;
margin-bottom: 20px;
font-family: Calibri;
font-size: 50px;
font-weight: bold;
color: white;

}
.page{
border: 3px solid white;
padding: 10px;
margin-top: 10px;

}
.page div{

}
.reg_and_log{
position: relative;
display: block;
}
.login{
padding: 10px;
font-family: arial;
font-size: 10px;
border: 1px solid white;
width: 30%;
background: white;
margin-bottom: 10px;
}
.register{
padding:10px;
font-family: arial;
font-size: 10px;
border:1px solid white;
width: 30%;
background: white;
}
input.fillups{
width:98%;
padding: 5px;
}
.graphics{
background: #45619D;
height: 200px;
position: absolute;
width: 63%;
height: 380px;
margin-left: 35%;
font-family: calibri;
font-weight: bold;
font-size: 50px;
color: white;
}
footer{
background: white;
width: 100%;
margin: auto;
height: 80px;
position: relative;
margin-bottom: 20px;
margin-top: 20px;
font-family: arial;
font-style: italic;
font-size: 10px;
}
{
margin: auto;
}

</style>
</head>
<!--header-->
<div class="header">
Page Header
</div>
<!--page-->
<div class="page">
<div class="graphics">
Graphics
</div>
<div class="reg_and_log">
<div class="login">
<form>
<label>Username:</label>
<input type="text" class="fillups">
<label>Password:</label>
<input type="password" class="fillups">
<input type="submit" value="login">
<a href="#"> Forgot Password?</a>
</form>
</div>
<div class="register">
<form>
<label>Firstname:</label>
<input type="text" class="fillups">
<label>Lastname:</label>
<input type="text" class="fillups">
<label>Email Address:</label>
<input type="text" class="fillups">
<label>Re-enter Email:</label>
<input type="text" class="fillups">
<input type="submit" value="Sign Up">
</form>
<p class="footer"> By clicking Sign Up, You agree to our <a href="#">Terms</a> and that you have
read our <a href="#">Data Use Policy</a>, including our<a href="#"> Cookie Use</a>. </p>
</div>
</div>
</div>

<!--footer-->
<footer>

</footer>
<body>
</body>
</html>
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

hope this will help. paki edit nlang po.

<DOCTYPE html>
<html>
<head>
<title>Revised</title>
<style type="text/css">
html{
padding:5px;
}
div, body, label, input, form{
display: block;
}

body {
background: #E9EAED;
position: relative;
margin: auto;
max-width: 1000px;
margin-top: 20px;
bottom: 20px;
}
.header{
background: #45619D;
width: 100%;
margin: auto;
height: 100px;
position: relative;
margin-bottom: 20px;
font-family: Calibri;
font-size: 50px;
font-weight: bold;
color: white;

}
.page{
border: 3px solid white;
padding: 10px;
margin-top: 10px;

}
.page div{

}
.reg_and_log{
position: relative;
display: block;
}
.login{
padding: 10px;
font-family: arial;
font-size: 10px;
border: 1px solid white;
width: 30%;
background: white;
margin-bottom: 10px;
}
.register{
padding:10px;
font-family: arial;
font-size: 10px;
border:1px solid white;
width: 30%;
background: white;
}
input.fillups{
width:98%;
padding: 5px;
}
.graphics{
background: #45619D;
height: 200px;
position: absolute;
width: 63%;
height: 380px;
margin-left: 35%;
font-family: calibri;
font-weight: bold;
font-size: 50px;
color: white;
}
footer{
background: white;
width: 100%;
margin: auto;
height: 80px;
position: relative;
margin-bottom: 20px;
margin-top: 20px;
font-family: arial;
font-style: italic;
font-size: 10px;
}
{
margin: auto;
}

</style>
</head>
<!--header-->
<div class="header">
Page Header
</div>
<!--page-->
<div class="page">
<div class="graphics">
Graphics
</div>
<div class="reg_and_log">
<div class="login">
<form>
<label>Username:</label>
<input type="text" class="fillups">
<label>Password:</label>
<input type="password" class="fillups">
<input type="submit" value="login">
<a href="#"> Forgot Password?</a>
</form>
</div>
<div class="register">
<form>
<label>Firstname:</label>
<input type="text" class="fillups">
<label>Lastname:</label>
<input type="text" class="fillups">
<label>Email Address:</label>
<input type="text" class="fillups">
<label>Re-enter Email:</label>
<input type="text" class="fillups">
<input type="submit" value="Sign Up">
</form>
<p class="footer"> By clicking Sign Up, You agree to our <a href="#">Terms</a> and that you have
read our <a href="#">Data Use Policy</a>, including our<a href="#"> Cookie Use</a>. </p>
</div>
</div>
</div>

<!--footer-->
<footer>

</footer>
<body>
</body>
</html>


Kuya, bat ang galing moh..??XD
salamat po ng marami..^^
hahahaha..
hope ko po na matulungan ko din kayo 1day..
salamat po talaga..^^
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

Ayos to. Pa subscribe :)
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

Pa help guys about SQL

Newbie lang po. Sa Microsoft SQL Server Management Studio 2008, di ko alam kung san kukunin ang Server Name sa connection dialog box.

Thanks in advance!

Pa check po thread ko
http://www.symbianize.com/showthread.php?t=1162767

Eto yung error
View attachment 918088
View attachment 918089

May gagawin pa ba bago ito...

Pahelp guys...

Thanks!

lagay mo sa server name ang " Joseph-PC\SQLEXPRESS " without the double quotation marks then ok na yan
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

View attachment 170021mga ka SB patulong naman sa design ng website alam niyo ba san ako makakakuha script like moviesmobile at adultpapa dot com yung ganyan style ng template sana
 

Attachments

  • Untitled.png
    Untitled.png
    169.6 KB · Views: 13
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

mga sir?? anu mgandang gamiting editor pra sa JAVA..???
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

may alam ba kaung jquery na medyo similar sa ganito?
View attachment 170204

kung sakali man, kahit wal na ung image sa right part. kahit nsa left lang lahat ng next in line images basta ung active nasa right most part. if ever nga lang meron na kaung nakitang ganun.

kung medyo similar man, bka pwedeng pasend ng link at ako na ang magmomodify

salamat
 

Attachments

  • 01 HOME.jpg
    01 HOME.jpg
    263.6 KB · Views: 7
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

patulong naman po kung paano magiging searchable ang website sa google.,
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

bakit ang hilig nyu sa ternal at inline css >_< sakit sa mata
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

sir, gusto ko po sana matuto gumawa ng sariling chatbox para s online radio station namin.... meron po ba kau tutorial kung pano gumawa nun at magdevelop ng website?
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

sir. tanong. kulang codes sa php, how to have may calculation of numbers to have format like this
10.00 and 1,000,000.00 and 1,000,000.21
instead
10 and 1000000000 and 1000000.21343
help naman sir.
wait po ako thank you for help.
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

sir. tanong. kulang codes sa php, how to have may calculation of numbers to have format like this
10.00 and 1,000,000.00 and 1,000,000.21
instead
10 and 1000000000 and 1000000.21343
help naman sir.
wait po ako thank you for help.


FORMAT(X,D)

Formats the number X to a format like '#,###,###.##', rounded to D decimal places, and returns the result as a string. If D is 0, the result has no decimal point or fractional part.

mysql> SELECT FORMAT(12332.123456, 4);
-> '12,332.1235'
mysql> SELECT FORMAT(12332.1,4);
-> '12,332.1000'
mysql> SELECT FORMAT(12332.2,0);
-> '12,332'
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

Pa BM muna ako ts. . :thanks: dito. .
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

pa bookmark po sir. nag aaral kasi ako ngayon para maging Web Dev.
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

TS, sa mga baguhan na tulad ko sa programming, ano maadvise nyo sa
para madali kami matuto mag program ?

my lam na ako sa html at css... prob ko nlng ts, kng paano ko umpisahan
pagaralan ang php with sql. nakapagdownload na ako ng mga apps
tulad ng notepad++, xamp, mysql server.. pero hindi ko alam kng paano
ko i configure at mapagana ang php code...

need help pls ts... thanks
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

pa advice naman.. newbie lang... gagawa sana ako ng overtime calculator web based... pero ayaw ko viewable yung codes sa client side.

Ano po bang PL ang pwede dun.. javascript or php or flash? yung mas efficient..
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

TS baka pde makahingi ng tutorials?

gusto ko ng refresher para magamit sa pag aapply ko
 
Back
Top Bottom