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!

[PHP TUTORIAL] Simple Login, Logout, Signup and Display Functions!

yeah xiru :) like this oh http://184.22.224.207/design.jpg gawa ni Hyu.. yung nasa gitna yung page tska pacurve yung mga edges niya,


Hahah wala naman ata Framing yun kay Hyu kasi nun nag click ako ng links nya, sa navigation eh naka null pa yun a href. kasi naka #

Anyway, yun curved edges madami kasi paraan yun e. Pwede i adobe tapos pwede using CSS pero nalimutan q na haha. :lol:

ask mo sya kung paano nya nagawa yun edges ng layout nya :thumbsup:
 
Hahah wala naman ata Framing yun kay Hyu kasi nun nag click ako ng links nya, sa navigation eh naka null pa yun a href. kasi naka #

Anyway, yun curved edges madami kasi paraan yun e. Pwede i adobe tapos pwede using CSS pero nalimutan q na haha. :lol:

ask mo sya kung paano nya nagawa yun edges ng layout nya :thumbsup:

hindi man niya sinasabi hehe. ngek kalimutan muna pala ok lng bsta yung layout n want ko mgawa mo :giggle:
 
mga ka symb patambay ako dito mag ppraktis ako ng PHP anu ba requirement na language neto?
HTML po ba? beginner here
 
mga ka symb patambay ako dito mag ppraktis ako ng PHP anu ba requirement na language neto?
HTML po ba? beginner here

tanung u si TS hehe sa tngn q po php ang kaialngan skA pHp at mysql..
 
mga ka symb patambay ako dito mag ppraktis ako ng PHP anu ba requirement na language neto?
HTML po ba? beginner here

Ang pinaka requirement nito is PHP language itself. :)

Additional requirements if you want to:

a. Publish your PHP scripts to the web.
- Web server: Apache HTTPD (opensource) or IIS (Microsoft)
b. Use and store data into a database.
- Database server: MySQL, Postgresql, SQLite, Oracle and other databases.

I added additional requirements because you can also have GUI in PHP (PHPGtk) or CLI (PHP command line) that don't need to have those above requirements

You also would like to study, HTML, Javascript, CSS or XML.

For rapid applications you can have:
Frameworks: Codeigniter, Zend, Drupal and many more.
CMS: Wordpress, Drupal etc...

Yon lang naman. :) Good luck to Web Development.
 
Last edited:
Ang pinaka requirement nito is PHP language itself. :)

Additional requirements if you want to:

a. Publish your PHP scripts to the web.
- Web server: Apache HTTPD (opensource) or IIS (Microsoft)
b. Use and store data into a database.
- Database server: MySQL, Postgresql, SQLite, Oracle and other databases.

I added additional requirements because you can also have GUI in PHP (PHPGtk) or CLI (PHP command line) that don't need to have those above requirements

You also would like to study, HTML, Javascript, CSS or XML.

For rapid applications you can have:
Frameworks: Codeigniter, Zend, Drupal and many more.
CMS: Wordpress, Drupal etc...

Yon lang naman. :) Good luck to Web Development.

para saan po yang frameworks? tska CMS? :noidea: dym na i pupublish yung ginawang web page?
 
para saan po yang frameworks? tska CMS? :noidea: dym na i pupublish yung ginawang web page?

Di cya magpapublish. It yong mga applications na parang template, meron na cyang mga features that will enhance at mapabilis yong pagdevelop mo ng isang PHP application. Tulad ng validation, you don't need to write PHP validation class/functions that will validate your data. You can just use the validation feature ng framework. Which makapaglaan ka ng time on your logic rather than validation. They also make your application easier to manage. Lalo na yong nakasupport ang MVC (Model-View-Controller) which separates the content of your scripts, kung saan yong pang user lang na kailangan (View), for database/backend manipulation (Model) or sa routing (Controller) as separated for intended access lang...
 
ttry ko mag start sa HTML tas CCS then ito
sna me time ako kase meron pa akong cisco eh
ahaha
 
ttry ko mag start sa HTML tas CCS then ito
sna me time ako kase meron pa akong cisco eh
ahaha
 
Hahah wala naman ata Framing yun kay Hyu kasi nun nag click ako ng links nya, sa navigation eh naka null pa yun a href. kasi naka #

Anyway, yun curved edges madami kasi paraan yun e. Pwede i adobe tapos pwede using CSS pero nalimutan q na haha. :lol:

ask mo sya kung paano nya nagawa yun edges ng layout nya :thumbsup:

Ang galing talag ani Rukia, :)
Hey guys, wadup?

@pclogger: front-end palang un, the links are still dead :)

if you want to know kung pano ginawa ung rounded border sa gilid, madali lng un, using CSS3, there are lots of ways to do it, especially for x-comp purpose, but this is what I used in my layout.

use the property border-radius: then the value by pixels like 5px;

sample :

#wrapper {
border-radius: 5px;
}

and that's it. :)
 
Ang galing talag ani Rukia, :)
Hey guys, wadup?

@pclogger: front-end palang un, the links are still dead :)

if you want to know kung pano ginawa ung rounded border sa gilid, madali lng un, using CSS3, there are lots of ways to do it, especially for x-comp purpose, but this is what I used in my layout.

use the property border-radius: then the value by pixels like 5px;

sample :

#wrapper {
border-radius: 5px;
}

and that's it. :)

:thanks: U :p YUN palang error sa emblem kung web page, pano yun maayos? pagpumupunta ako sa localhost/pclogger tpos click ko yung reg.php, logout,login,home,, ganito error "Database connection failed: Unknown database 'site_name'"
 
Pwede po paturo ng may access level na login? Thanks po. :dance:
 
Supported b ng lahat ng browser ang css3? Anu mga bgo sa css3 na wla sa css example please
 
:thanks: U :p YUN palang error sa emblem kung web page, pano yun maayos? pagpumupunta ako sa localhost/pclogger tpos click ko yung reg.php, logout,login,home,, ganito error "Database connection failed: Unknown database 'site_name'"

Try to check your database name, it should be site_name as what I have wrote it in the code, or you can change the database name but be sure nka match ung name sa database like this.

ung sa sample code dba e2 un:

$db_select = mysql_select_db('site_name', $connection);

so dapat ung database name sa MYSQL mo same name.

ung site_name un ung database name. :)
 
Try to check your database name, it should be site_name as what I have wrote it in the code, or you can change the database name but be sure nka match ung name sa database like this.

ung sa sample code dba e2 un:

$db_select = mysql_select_db('site_name', $connection);

so dapat ung database name sa MYSQL mo same name.

ung site_name un ung database name. :)

kaya pala sige try ko ulit :yawn: medyo antok na ang nilagay ko ksi sa database name is "user" :giggle:
 
Supported b ng lahat ng browser ang css3? Anu mga bgo sa css3 na wla sa css example please

in my experience, not all browsers support CSS3, especially IE. Sa opera, safari, my properties din hindi gagana, sa chrome, firefox ok naman, but haven't tried all the properties in CSS3.
 
Back
Top Bottom