Search found 68 matches

by azhan
Sun Nov 02, 2008 1:21 am
Forum: General Discussion
Topic: how to set a computer as a server in LAN network?
Replies: 5
Views: 420

how to set a computer as a server in LAN network?

hey guys!. I already set up a database using xampp, now im trying to connect the pc (with xampp installed) with few pc using switch of 4 ports. I try to type the server ip address like this 192.168.1.100/patientreg.php..from another pc.....but the page returns "too long for response"...but...
by azhan
Thu Oct 30, 2008 9:39 am
Forum: PHP - Code
Topic: "Print" action button and "save as"action button....how to?
Replies: 2
Views: 221

Re: "Print" action button and "save as"action button....how to?

but i still not know how to create a button that could initiate the print function and a button that could "save as"the current display information on the page. for printing it will be okay, onclick="javascript:window.print()"; but i didnt get u wat u said about save as? u mean ...
by azhan
Thu Oct 30, 2008 9:13 am
Forum: PHP - Code
Topic: "Print" action button and "save as"action button....how to?
Replies: 2
Views: 221

"Print" action button and "save as"action button....how to?

hey guys, Im getting familiar with the php programming now....but i still not know how to create a button that could initiate the print function and a button that could "save as"the current display information on the page. I found this....can i use this?     <input type="Button" ...
by azhan
Wed Oct 29, 2008 6:56 am
Forum: Databases
Topic: How to back up xampp database?
Replies: 1
Views: 2303

How to back up xampp database?

hey guys!

how to back up all the data that located in the xampp folder?

i mean, how to backup all the tables including its data?

so that...whenever my pc crash...i could re-install xampp...and just add up the back up data back into the system....

any idea??

thanks

azhan
by azhan
Tue Oct 28, 2008 9:56 am
Forum: Databases
Topic: How to change localhost to another name?
Replies: 3
Views: 1331

Re: How to change localhost to another name?

okay.....i found it already....thanks u guys!

appreciate it! :lol:
by azhan
Tue Oct 28, 2008 8:37 am
Forum: Databases
Topic: How to change localhost to another name?
Replies: 3
Views: 1331

How to change localhost to another name?

hey guys,

How to change the localhost to another name? like this...http://virtual/admin.html.....

Im Using Xampp for the database....

I tink there is a folder containing a file like word pad that could add up localhost name....

anybody can help?

Thanks

Azhan
by azhan
Mon Oct 27, 2008 8:12 am
Forum: PHP - Security
Topic: PHP with finger print scanner...HELP
Replies: 2
Views: 1168

Re: PHP with finger print scanner...HELP

Ouhhh....so it depends on the software of the finger print scanner izzit? hurmmmm.. i have to figure out a way to import the input data from the software itself.... thanks to onion2k for your view.....im still figuring out the method... some people say that the method being kept so that less ppl cou...
by azhan
Mon Oct 27, 2008 5:54 am
Forum: PHP - Security
Topic: PHP with finger print scanner...HELP
Replies: 2
Views: 1168

PHP with finger print scanner...HELP

hey guys, did any of u guys had implement finger print scanner as a login verification on browsing (PHP based)? I need a guide on how to communicates the finger print software with the php coding....is there any book on this so that i could refer to? Please, any suggestion will do.... thanks guys! A...
by azhan
Tue Sep 09, 2008 2:32 pm
Forum: PHP - Code
Topic: INSERT INTO ~~ Problem
Replies: 4
Views: 280

Re: INSERT INTO ~~ Problem

IT WORKS!!

thanks a lot jaoude !

hehe....next i wanna learn how to use session_key for the security.....

thanks
azhan
by azhan
Tue Sep 09, 2008 12:23 pm
Forum: PHP - Code
Topic: INSERT INTO ~~ Problem
Replies: 4
Views: 280

Re: INSERT INTO ~~ Problem

thanks a lot jaoude...im going to test it now...
by azhan
Tue Sep 09, 2008 11:57 am
Forum: PHP - Code
Topic: INSERT INTO ~~ Problem
Replies: 4
Views: 280

INSERT INTO ~~ Problem

Hey guys, Need some help, Im trying to insert into a table where a user choose the table example like this, //this is the form <form method="POST"> <input type="text" name="department" > <input type="text" name="name" > <input type="int" na...
by azhan
Thu Aug 21, 2008 11:18 pm
Forum: PHP - Security
Topic: Implementing Fingerprint scanner
Replies: 2
Views: 922

Implementing Fingerprint scanner

hey guys!, Im thinking to apply "fingerprint" scanner as my login verification after user login as public key. My problem here is i do not know how to connect between the fingerprint scanner software with php programming. Some say use java applet, is this true? and how could i communicate ...
by azhan
Mon Aug 18, 2008 11:08 am
Forum: PHP - Security
Topic: how to get started with session_key in php?
Replies: 2
Views: 868

how to get started with session_key in php?

hey guys!, Im done creating my database which requires login authorization but what im lack of is my database are not secured enough, i just have login of username n password for security. Other than that, other user could get through the database if they knew the link. Does any of u guys have any s...
by azhan
Wed Jul 30, 2008 3:52 am
Forum: PHP - Code
Topic: web template unorganised after script
Replies: 1
Views: 227

web template unorganised after script

hey guys, I need your help, im just testing my web template whether it could generate an output error message if i purposely made an error such as didnt fill any particular in a form. The error message did came out, but my web template suddenly became unorganized in terms of position of the image. S...
by azhan
Mon Jul 28, 2008 10:10 am
Forum: PHP - Code
Topic: ONLCLICK hyperlink : how to??
Replies: 2
Views: 182

ONLCLICK hyperlink : how to??

hey guys, How to insert a function into a hyperlink ?. Such as, i want to insert a "setcookie" function in the hyperlink code like below <a href="newpage.php?name=<?php echo urlencode($hello);?>"> <?php $hour = time() + 3600; echo '<p>' .$list['name']. '</p>'; setcookie(getname, ...