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

mga master pa help po may tutorial po kau na email sending yung offline lang yung gamit ko xampp and php, need po offline ... sana matulungan nyu ako mga master
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

Paano po ba mag-setup ng intranet na gnagamitan ng hosts file? XAMPP po gamit ko, without internet connection po, through router lang. ^_^
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

good evenin, is it possible to send email from php script on localhost to thunderbird yung offline lang sana? hindi kasi gumagana pag php script ang gagamitin ko pag send, pang test ko lang sana sa mail
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

Pa help po sa SMS sending through php... :help: I badly need this for our final defense.
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

mga master pa help po may tutorial po kau na email sending yung offline lang yung gamit ko xampp and php, need po offline ... sana matulungan nyu ako mga master

search mo ung phpmailer/ pwede mong gamitn gmail mo as server muna.
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

Hey... Pa help naman reservation system gamit Paypal, di ko kasi ma gets logic eh, haha thnx
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

pwede pasali dito sir gusto kuh din matoto kahit paunti onti
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

pwede pasali dito sir gusto kuh din matoto kahit paunti onti
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

sir ask ko lng po qng panu iconnect ung PHP sa sqlite.. icoconnect ung database s sqlite pra pde n mgquery

tnx po in adv.
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

sir ask ko lng po qng panu iconnect ung PHP sa sqlite.. icoconnect ung database s sqlite pra pde n mgquery

tnx po in adv.

d ko alam kung same din lang sa mysql yan

eclare ka lang ng variable m then set m ung connection, username and password like this

Code:
$conn = mysql_connect("localhost", "root", "password") 
//declare the connection on mysql | $conn for the variable we used to connect
or die (mysql_error);
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

Boss pno gmawa ng MD5 decrypter?:help:
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

Boss pno gmawa ng MD5 decrypter?:help:

There is no way to reverse engineer md5 decrypter. Possible na pwede mo gawin, kuha ka ng text dictionary, md5 encrypt mo lahat, then you got md5 hash database, which in turn, pwede mo gamitin na gawing "decrypter". Yung mga nakikita mo na sites na for example md5decrypter.com, you'll notice na meron sila dun md5 encrypters di ba? So ang gagawin nila, kapag may work ka na ipapa-encrypt, ise-save nila yan para magkaroon sila ng archive, so parang meron na din sila decrypter.
 
Last edited:
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

Paano po ba mag-setup ng intranet na gnagamitan ng hosts file? XAMPP po gamit ko, without internet connection po, through router lang. ^_^

Lagyan mo ng static ip dun sa settings imbis na local or 127.0.0.1
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

mga sir paano gawin yung example nagregister ako and kapag naglog in kapag clinick ko yung vie profile lalabas lahat yung mga information ko dun yung gma finilupan ko nung angregister ako may button na edit dun tapos pagkaclick nalng edit ko iedit ko yung personal information ko and may update button na naman dun na kapag naclick yung update maguupdate na din yung pinalitan ko sa information ko?? nagagawa ko na po yung login logout yung pag fetch nang datas nalang po and yung edit and update niya po...
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

Hi guyz, I'm not that familiar with PHP/mySQL and I'm a little confuse here.

I saw this code...
Code:
@$sql = mysql_query("SELECT username,password FROM members WHERE email='$email' LIMIT 1");

kapareho lang ba ito...
Code:
@$sql = mysql_query("SELECT username,password FROM members WHERE email='" . $email . "' LIMIT 1");

thanks in advance... :)
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

pa up lang po ulit??? start palang kasi ako sa php eh

mga sir paano gawin yung example nagregister ako and kapag naglog in kapag clinick ko yung vie profile lalabas lahat yung mga information ko dun yung gma finilupan ko nung angregister ako may button na edit dun tapos pagkaclick nalng edit ko iedit ko yung personal information ko and may update button na naman dun na kapag naclick yung update maguupdate na din yung pinalitan ko sa information ko?? nagagawa ko na po yung login logout yung pag fetch nang datas nalang po and yung edit and update niya po...
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

Hi guyz, I'm not that familiar with PHP/mySQL and I'm a little confuse here.

I saw this code...
Code:
@$sql = mysql_query("SELECT username,password FROM members WHERE email='$email' LIMIT 1");

kapareho lang ba ito...
Code:
@$sql = mysql_query("SELECT username,password FROM members WHERE email='" . $email . "' LIMIT 1");

thanks in advance... :)

opo. parehas lang sila.
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

opo. parehas lang sila.

Thanks! Hindi kasi ako masyado updated sa new features ng PHP, hehe, 5.2 pa kasi ang installed dito.

Na-try ko na din kanina, pwede nga siya...

Next question, anong ibig sabihin nung @ sign sa unahan @$sql?
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

ginagamit ata ang "@" pang bypass ng error. not sure though. correct me if im wrong.

pano pala magstore ng session? . dami ko na nabasa sa net pero ni isa wala ako naintindihan eh hahaha :lol:
 
Last edited:
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pa

my katanungan ako mga bossing, pano b ggwin ko para kapg nag login accessable ung mga page pero kpg ng logout d na dn ggana ung back button. salamat mga bossing. :)
 
Back
Top Bottom