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

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\onlinegradeinquiry\index.php:96) in C:\xampp\htdocs\onlinegradeinquiry\index.php on line 133
anu po ibigsavhn ng error nato?
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

May sample code po ba tayo dito para sa registration at log in?
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

Sir Nitz, pwede po patulong pano gumawa ng registration? para maaply ko ng maayos yung ginawa nyong modified SQL ko?
thank you.
Pangit nga talaga yung coffee cup pag dating sa checkboxes and radio buttons.
Thank you.
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

TS help po sa project to make html email, naka set na po ang xampp para sa web server,

please help po.. thanks
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

gusto ko talaga mututunan paggamit ng classes sa PHP pero di ko sure kung san magandang gamitin :(
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

Sir Nitz, pwede po patulong pano gumawa ng registration? para maaply ko ng maayos yung ginawa nyong modified SQL ko?
thank you.
Pangit nga talaga yung coffee cup pag dating sa checkboxes and radio buttons.
Thank you.

gawa ka muna yung sau. tas check natin saka help kita para ma improve yung gagawin mo. ok? ^_^ para at least sau ung umpisa. doesnt matter if maraming error, i checheck natin yan, kahit yung simple code that you know po.
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

TS help po sa project to make html email, naka set na po ang xampp para sa web server,

please help po.. thanks

for that kailangan mo ng mail server, post the code that you make and we'll help you achieve what you want.
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\onlinegradeinquiry\index.php:96) in C:\xampp\htdocs\onlinegradeinquiry\index.php on line 133
anu po ibigsavhn ng error nato?

Code:
---------------
put this at the first line  or before any open tag
---------------

<?php
   ob_start();
   session_start(); // take note ka dito baka nag repeat ka ng declartion to some other files na tinawag mo within that file 

  //like for example some inlcudes() or require() function
  
  <html>
?>

--------------
then this at the close tag after </html>
--------------
<?php 
  ob_end_flush();
?>
--------------
 
Last edited:
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

Wee, naku di natin maiwasan yan. I even leech.

Sir nitz,

Mostly sa mga post/request dito halos pa balik balik. Some other just ask without looking sa thread (hirap din naman kasi almost 2k replies e.sesearch). Why not compile it and post it in the first page? yong codes talaga. Lagyan nalang natin ng konting description. And then yong codes it not too specific, as much as we want to gawin nating general purpose, if meron silang di kailangan remove/diable nila.

If you would like I could help you with the PHP thing. Yong basic coding lang. I'm not a designer but a programmer. I can help on PHP and databases.


hehe i agree.. cge2x nice idea.. ah question, possible ba d2 sa thread nato i will assign as admin or something that can edit this thread. di kasi ako masyado nakakagalaw sa ofis ng halos whole day ako tatambay d2.

cge i'll try to do that with your help guys..
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

I volunteer too...
(HTML, PHP, CSS, MySQL, JQuery) wag lang masama ang designs XD

cge kayong dalawa ni hakuna, i'll count on you..
actually na edit ok na yung front page nitong thread. Maybe it's time i guess. hehe.. geh asahan ko tulong nyo to help others who love web programming.. ^_^
 
Last edited:
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

:thanks: po TS at s ibang programmer dito hehe hirap ksi e back read lahat
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

Share ko lang ito, tagalog version ng video tutorial paano magOOP sa PHP.. sana makatulong ^___^

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

Sir Nitz, pacheck naman po nito .. :)

hehehe, di ko kasi ma update ung "IMAGE" lang po ng mga student,

ang ginagamit ko po is admin, sa pag add-edit ng mga records nila,

ung saving po walang problema, ung sa pag update lang po ng IMAGEs.

papano po ito

ma-uupdate , di ko po kasi magamit ung Session niya, please help po. thanks!

:x

code for update & the html po

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

since may userid ang mga students, gawa ka nalang ng upload script tas rename mo sa userid ng student uploader yung uploadedimage. Tas yung update, iooverwrite lang niya yung uploaded image..

Tas pag iddisplay mo na, icall mo lang yung '.$id.'.jpg

parang ganun, para wala ng sql query, mas ok sa performance.
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

meron po ba ditong marunong sa php to excel???huhuhuhu
pa pm naman po...pa help po please....thesis po namin to....


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

meron po ba ditong marunong sa php to excel???huhuhuhu
pa pm naman po...pa help po please....thesis po namin to....




You can either use xml 2003 format tapos string manipulation ka or use this library http://phpexcel.codeplex.com/

A. String manipulation (XML 2003)
1. Create kang template sa excel, possible output ng report mo.
2. Save it as XML Spreadsheet 2003 (*.xml)
3. Read mo yong content under PHP. (file_get_contents())
4. String manipulation to modify the xml file that will suit your report. (Replacing of the content - columns and rows, to your report).
5. Download the report.

B. PHPExcel Library
1. Read the PHPExcel documentation included when downloading the PHPExcel library. (You can generate Excel 2007 on this library)
 
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

pa help poh .. ask ko poh paano poh yung ganyan .. pag clinick ko sa register may lalabas na ganyan ? then pagninext ko naman di aalis yang nakapop-up na yan .. paano poh ..

then paano poh yung ganyang kalalaki na textbox ?? at isa pa pa poh paano yan pag naginput ako ng name sa textbox mawawala yung nakasulat na firstname at pagbinura ko naman lahat ng sinulat
ko sa textbox(firstname)lalabas ulit yung nakasulat na first name..

pa help poh need ko na poh kasi sa sabado .. thanks in advance

http://pbb.abs-cbn.com/ ito site << para poh makita nyu
 

Attachments

  • 5151.JPG
    5151.JPG
    151.4 KB · Views: 5
Re: Mga Tanong tungkol sa PHP, CSS, jquery, HTML at MySQL pasok D2

paki-check na lang yung sample modal box using jquery, paglaruan mo na lang muna yung example, then for additional questions, i-post mo na lang dito
 

Attachments

  • sample Modal Box.rar
    32.5 KB · Views: 10
Last edited:
Back
Top Bottom