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

Hahahaha. Ayos ito master. Pa download ako nang Notepad++ mo. Thanks.
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

Sir paturo naman ng simple validation for textfield
na dapat letters lang ang input at dapat hindi blank
tia
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

Sir paturo naman ng simple validation for textfield
na dapat letters lang ang input at dapat hindi blank
tia

if(preg_match("/[^a-zA-Z0-9.]/"', $variable))
{

}
if($variable == ' ')
{

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

if(preg_match("/[^a-zA-Z0-9.]/"', $variable))
{

}
if($variable == ' ')
{

}

sir ano ang preg_match?
$variable naman if for example ang name ng field eg fname..
dapat initialize/assign value muna
e.g..
$variable = $POST_['fname'];
tama po ba?
TIA ulit
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

^ masmadadalian ka kung manonnod ka na ng form validation php sa youtube.
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

sir ano ang preg_match?
$variable naman if for example ang name ng field eg fname..
dapat initialize/assign value muna
e.g..
$variable = $POST_['fname'];
tama po ba?
TIA ulit

$variable = ($_POST['fname']);

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

meron din po ba kau jan pang gawa ng private server ng ran online// or application software na pedeng gumawa ng sariling private server ng ran online.. ask lng po....



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

meron din po ba kau jan pang gawa ng private server ng ran online// or application software na pedeng gumawa ng sariling private server ng ran online.. ask lng po....



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

cnu po my alam about sa scanning ng file bago i download like yahoo mail
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

mga ka TS..

bka meron po kayung alam na SMS gateway for philippines.. ung free( miski d totally free basta may trial/testing credits ) need badly lang ...



salamat in advance sa magre2ply dito ..
pm me na din po sa maalam mag sms using php :help:

salamat sa magPM :)
 
Hiring for permanent job web designers/developers

Hello guys and girls!
We are currently looking for 10 web designers/developers who are knowledgeable in php,html, css and java script and who have atleast 1 year experience. Di po to agency or scam. Kindly send your resumes to [email protected] me at 09062107177 for details. Competitive salary po, promise. Hope to work with you guys soon. ^_^
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

Good Day Fellow Symbianizers...

Bale, magtatanong lang po sana ako kung mayroong latest free Username validation kayong
available?

Yun bang iccheck niya muna kung existing sa database yung username...?

Eto po kasi yung gamit ko.. Jquery Validation Engine

Kaya lang po eh hindi ko mapagana yung pag check ng username.. Kahit ginamit ko na yung
codes ng mga nag confirm na gumana sakanila... Hindi ko parin po mapagana..

I'm thinking na baka dahil year 2011 pa yung last comment kaya baka hindi na updated..

Salamat po sa tutulong!

:salute:
 
Hiring web designer/developer NOW na! ^_^

Hello guys and girls!
We are currently in need of 20 web developers/designers, even undergrads. Anyone who has very good knowledge in html,php,css,java script and atleast 2 years experience is surely qualified. We offer competitive salary. You can send your resumes to [email protected]. Di po to scam or agency promise. Interview will be conducted in Makati. I will send you details about the salary, when I receive you resumes. Hope to work with you guys soon! ^_^
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

Nice up for you ts!:dance::clap:
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

mga sir pa help naman po on how to print/preview ang form?
TIA
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

Good Day Fellow Symbianizers...

Bale, magtatanong lang po sana ako kung mayroong latest free Username validation kayong
available?

Yun bang iccheck niya muna kung existing sa database yung username...?

Eto po kasi yung gamit ko.. Jquery Validation Engine

Kaya lang po eh hindi ko mapagana yung pag check ng username.. Kahit ginamit ko na yung
codes ng mga nag confirm na gumana sakanila... Hindi ko parin po mapagana..

I'm thinking na baka dahil year 2011 pa yung last comment kaya baka hindi na updated..

Salamat po sa tutulong!

:salute:

dapat marunong ka ng ajax at jquery. kung hindi nako mahirap yan. gamitin mo tong combo:
http://api.jquery.com/jQuery.ajax/
http://docs.jquery.com/Plugins/Validation

call ka ng ajax request sa server na iveverify nya ang username kung existing na then do the necessary action kung ano man yung result ng ajax request mo.

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

Help po sa c#+sql. Eto na lang ata bug sakin, kasi pwede maginput ng puro space sa names, and last name & other info sa mga textbox na required string. At nasasave pa rin siya sa database, kahit puro space. Hint po sana (loop?) ata ng checking problema.. Thanks po!
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

dapat marunong ka ng ajax at jquery. kung hindi nako mahirap yan. gamitin mo tong combo:
http://api.jquery.com/jQuery.ajax/
http://docs.jquery.com/Plugins/Validation

call ka ng ajax request sa server na iveverify nya ang username kung existing na then do the necessary action kung ano man yung result ng ajax request mo.

good luck!

Salamat po sa pag sagot sir! Aaralin ko po muna... :lol:
Wala pa kasing experience sa Ajax eh.. Tapos konti lang sa JavaScripts..

Salamat po ng marami!
:thumbsup:
 
Back
Top Bottom