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!

My problema ka ba sa project or thesis? Tingnan ko, baka sakali ma ayus ko.

Status
Not open for further replies.
PHP
bootstrap
fix registration
fix login
sales and inventory
Admin panel/account management
Maintenance/addproducts/edit

hows that po pala will pm for contacts stuff ><?

Medyo nahihilo po ako sa tanung nyo.
 
Medyo nahihilo po ako sa tanung nyo.

oops sorry, uh

magpapa ayus + papagawa ng modules po sana sainyo, - willing to pay

PHP gamit po namen

at magpapagawa/magpapaayos ng:
login
registration
sales and inventory
Admin panel/account management
Maintenance/addproducts/edit

annd eto po pala site namen
simple ver test.crosswayprinting.ga
bootstrap: test2.crosswayprinting.ga



> most of the functions working po sa test.
eh nung linilipat ko na sa test2 [ bootstrap heavy ata..]
d ko na magets kung papaano pa...
buggy na ung
Login
registration


and bala ko na rin po sana mag pasabay sa inyo sa pag pagawa ng mga ito

sales and inventory
admin panel / account management
Maintenance
>Add New Product
>Edit Product
>Backup [all sql files/web files]
 
Last edited:
import java.util.*;
import java.sql.*;

public class login {
public static void main(String[]args) throws SQLException{
Scanner scan = new Scanner (System.in);

Connection conn;
Statement stmt = null;
ResultSet rs = null;
String un= null;
String pw = null;
char ans = 0;

try{
String database = "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=database.mdb;";
conn=DriverManager.getConnection(database,"","");

stmt=conn.createStatement();

do{
System.out.println("Enter username");
un=scan.next();
System.out.println("Enter password");
pw=scan.next();

rs = stmt.executeQuery( "SELECT password FROM tbluser WHERE username ='"+un+"'");
while (rs.next()) {
un = rs.getString("username");
pw = rs.getString("password");

System.out.println("username = " + un);
System.out.println("password = " + pw);

}System.out.println("connected");

}while(ans=='Y' || (ans=='y'));

} catch(Exception exc){
exc.printStackTrace();
}
}
}
boss bali gumawa ulet ako ng bago mejo magulo kase ung una


eto po ung error.

Enter username
admin
Enter password
admin
java.sql.SQLException: Column not found
at sun.jdbc.odbc.JdbcOdbcResultSet.findColumn(Unknown Source)
at sun.jdbc.odbc.JdbcOdbcResultSet.getString(Unknown Source)
at login.main(login.java:30)
 
Sir, ideas nyo naman po sa graphics buffering simulator, paano po ba ito gawin?
 
WinSOck po. Di ko know if ano na gamit ngayong ng latest IDE sa vb.net, if gagamit ka ng database. Gamit ka ng MS SQL SERVER OR LocalDB

- - - Updated - - -


sir sakop na po nung winsock like may printer po don sa lan then mag rerequest dun sa program namen na mag print doc files
 
Last edited:
TS pa subcribed muna. sa pasukan kase 5th yr na po ako sa Comp. Eng'g na course. Hingi na rin sana ako ng suggestion for thesis kung may idea po kayo :praise:
 
TS pa subcribed muna. sa pasukan kase 5th yr na po ako sa Comp. Eng'g na course. Hingi na rin sana ako ng suggestion for thesis kung may idea po kayo :praise:
Okay sige no prob
 
sir can you please help me build a student publication of our school than can send article upload pdf file or docs that will send to admin tapos mai user account po sila
begginer lang po ako sa php sir
 
sir, meron ka ba sample Online Grade Inquiry website, nais q sana gumawa ng ganang website for college. salamat po.
 
TS, nahihirapan ako sa magiging "thesis" ko, di ko alam kung tatanggapin ba ang system. balak ko sana OTG dictionary lang e
 
sir can you please help me build a student publication of our school than can send article upload pdf file or docs that will send to admin tapos mai user account po sila
begginer lang po ako sa php sir

Hindi po kita magagawan, pero pwede kita i guide.

- - - Updated - - -

sir can you please help me build a student publication of our school than can send article upload pdf file or docs that will send to admin tapos mai user account po sila
begginer lang po ako sa php sir

TS, nahihirapan ako sa magiging "thesis" ko, di ko alam kung tatanggapin ba ang system. balak ko sana OTG dictionary lang e

Kung nahihirapan ka, try mo muna mga research ng mga idea sa gagawin mo. Wag mo biglain.

- - - Updated - - -

sir, meron ka ba sample Online Grade Inquiry website, nais q sana gumawa ng ganang website for college. salamat po.

Madami ako, pero hindi po ako ng bibigay ng sample.
 
:hat: Good noon sir,

Regarding sa Sales and Inventory System,.. offer po ksi sakin n gumawa pra sa isang business na mano mano pa po yung sistema.
Ask ko lng po kung ano unang una na gagawin, newbie p lng po ksi nngangapa pgdating sa concept ng system.
Sana po mbgyn nyo ako ideya pra mkpgsimula at mdevelop ung knwledge sa pggwa ng system. Thnks po sir
 
Status
Not open for further replies.
Back
Top Bottom