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!

Programming Guides, Tutorials, Web Resources, and E-books Compilation

sir. may mirror po kayu ng JDK? at yun tamang way ng pag install na rin para maka gawa ng program, salamat.
 
Guys pa tulong naman sa Codes Usings Netbeans drop down code for terms na i can choose as a client how many months ang gustong bayaran like i can pay ung niloan ko ng 1 month or 2 month or 3 month (Loaning System) THANKS
 
ano po dapat kong gawin kapag naiiclick ung mga item!!! na galing sa output ng php query by row!! tas ung na iclick na item lalabas sa isang page ung lahat ng information na single data row na un!!! eto po ung code!!


<div id="prod-cont">

<?php

$sql = "SELECT prod_username, prod_name, prod_price, fileToUpload FROM product_tbl1";

$result = mysqli_query($conn, $sql);

if (mysqli_num_rows($result) > 0) {
// output data of each row
while($row = mysqli_fetch_assoc($result)) {
?>
<div class="product" data-id="<?php echo $row["prod_username"]; ?>">
<img src="img/<?php echo $row["fileToUpload"]; ?>" width="210" height="120">
<div class="prod-name" style="background-image: url(2.png); height: 20px; width: 210px; background-size: cover;">


</div>
<div class="prod-name1" style="background-image: url(3.png); height: 22px; width: 210px; background-size: cover;">
<span><?php echo $row["prod_name"]; ?></span>
</div><div class="prod-price" style="background-image: url(p.png); height: 69px; width: 70px; background-size: cover;"><p>P<?php echo $row["prod_price"]; ?></p></div>
<div id="no">No. of Order: <div id="no1">+</div><div id="total">0</div><div id="no2">-</div></div>
</div>

<?php
}
}


else {
printf("Error: %s\n", mysqli_error($conn));
exit();
}

mysqli_close($conn);


?>




</div>
 
pa bm muna bossing pero inuunti unti ko na tong mga files mo.. andami kasi ei. basa mode muna ako.
 
MAraming salamat po d2.. malaking tulong to sa pag aaral ko :)
 
pasubscribe dito sir for future references back lesson ako para marefresh ulilt utak ko sa programming baka sakaling magamit next time.. salamat sa tutorials sir
 
Thanks po dito :thanks: I need this on my Programming Studies. Very nice thread :nice:
 
PHP Guides, Tutorials, Web Resources, and E-books Compilation​







Code:
[B][COLOR="Purple"][SIZE="4"]Java Lessons and Resources:[/SIZE][/COLOR][/B]

PHP 101: PHP For the Absolute Beginner
http://devzone.zend.com/node/view/id/627

Server Side Coding : PHP & MySQL Tutorials
http://www.sitepoint.com/subcat/php-tutorials

PHP MySQL Tutorial
http://www.php-mysql-tutorial.com/

Learn PHP Free
http://www.learnphpfree.com/

The Melonfire Community
http://www.melonfire.com/community/c...2&category=PHP

CodeWalkers.com PHP tutorials
http://codewalkers.com/tutorials.php?c=5

Free2Code.com PHP tutorials
http://www.free2code.net/plugins/art...?id=259&page=1

Practical PHP Programming wiki
http://hudzilla.org/phpwiki/index.php?title=Main_Page

W3Schools - PHP Tutorial
http://www.w3schools.com/php/default.asp

Php Tutorials
http://www.tizag.com/phpT/




Code:
[B][SIZE="3"][COLOR="Purple"]Other Useful Website Links:[/COLOR][/SIZE][/B]

http://www.apptools.com/phptools/forms/forms1.php
http://everything-php.nuvvo.com/lessons
http://coding-school.com/php-advanced-lessons/
http://www.webmonkey.com/2010/02/php_and_mysql_tutorial_-_lesson_1/
http://www.homeandlearn.co.uk/php/php.html
http://code2design.com/lesson_1_welcome_to_php
https://learnable.com/courses/php-mysql-web-development-for-beginners-13
http://www.coursesweb.net/php-mysql/
http://www.hotscripts.com/listing/beginner-php-tutorial-25-lessons/
http://www.codezenith.co.uk/




Code:
[B][SIZE="3"][COLOR="purple"]PHP E-books (Direct Download:[/COLOR][/SIZE][/B]

Introduction to PHP Programming
http://netpub.cstudies.ubc.ca/oleary/phpintro/docs/learning_objectives_php_intro.pdf

PHP Programming
http://www.cs.cf.ac.uk/Dave/Internet/Lectures/PHP_Handout_PF.pdf

PHP - Scripting the Web
http://lerdorf.com/socal.pdf

Web Programming with PHP 5
http://www.acm.uiuc.edu/sigsoft/workshops/PHP5.pdf

PHP Programming Language
http://www.culturalview.com/books/php.pdf

Advanced Web Programming with PHP
http://netpub.cstudies.ubc.ca/oleary/phpadvanced/docs/learning_objectives_PHP_advanced.pdf

Power Programming in PHP
http://www.nusphere.com/news/articles/ddj6714-final.pdf

Pa BM ako pre need ko to thx for sharing
 
Back
Top Bottom