Search found 14 matches

by kpkguru003
Sat Apr 14, 2012 1:51 pm
Forum: PHP
Topic: Mutiple image upload
Replies: 1
Views: 361

Mutiple image upload

guys can anyone teach me to upload multiple images(5 images) and store it in a database.. and to display it !

and those images should move to the upload directory :shock:
by kpkguru003
Thu Feb 16, 2012 2:45 pm
Forum: General Chat
Topic: Forum
Replies: 4
Views: 964

Re: Forum

DrMax wrote:look up Free forum's you will get over 1000000 Result's.

but they have their own logo's , i need a simple forum.... with no designs.....
by kpkguru003
Fri Feb 10, 2012 11:46 am
Forum: General Chat
Topic: Forum
Replies: 4
Views: 964

Forum

Guys is there any free foums available for download ?

I want to use it in my website. Could you tell me how to use it ?
by kpkguru003
Mon Dec 26, 2011 2:04 pm
Forum: PHP
Topic: User profiles
Replies: 2
Views: 434

Re: User profiles

[syntax=php]<?php include 'connect.php'; $query = mysql_query("SELECT * FROM student"); $numrows = mysql_num_rows($query); if($numrows > 0) { while ($row = mysql_fetch_assoc($query)){ $id = $row['id']; $regno = $row['regno']; $name = $row['name']; } } ?> <html> <head> <title><?php echo $na...
by kpkguru003
Mon Dec 26, 2011 1:58 pm
Forum: PHP
Topic: User profiles
Replies: 2
Views: 434

User profiles

if i clicked any name(link) from the user list , it ll show only the profile which contains the last row details in the database.
if i clicked the link of id=1 it will open the last id's profile !!!!!!!!!!!!!!

how to get the solution for this ?
by kpkguru003
Tue Dec 20, 2011 7:58 am
Forum: General Chat
Topic: How to debug the PHP code !
Replies: 3
Views: 908

How to debug the PHP code !

i feel really tough to debug the PHP code , because i am making many silly mistakes which i cant find quickly !
is there any way to debug the code ?
by kpkguru003
Fri Dec 09, 2011 12:56 pm
Forum: PHP
Topic: Forms
Replies: 6
Views: 672

Re: Forms

i got the output ,,,, thank you very much ...

$query = "INSERT INTO cs09 (id,regno) values(' ','$regno','$name');
by kpkguru003
Thu Dec 08, 2011 1:47 pm
Forum: PHP
Topic: Forms
Replies: 6
Views: 672

Re: Forms

[syntax=php]<?php
$regno=$_POST['regno'];
$name =$_POST['name'];
$query = "INSERT INTO `cs09` values(' ','$regno','$name')";
$query_run = mysql_query($query);

?>[/syntax]

Is this correct , the first field is "Id" which is auto increment , so i left it blank
by kpkguru003
Wed Dec 07, 2011 4:07 pm
Forum: Other
Topic: LAMP server
Replies: 9
Views: 2330

Re: LAMP server

while using "sudo apt-get install mysql-server" the apache will also install and while using "sudo ap-get install phpmyadmin" the php also install with that.........


try this method its so simple......
by kpkguru003
Wed Dec 07, 2011 4:04 pm
Forum: PHP
Topic: Forms
Replies: 6
Views: 672

Forms

how to store the inputs in the form into the database when the "submit" button is clicked ?
i am using the "id" as auto increment.
by kpkguru003
Tue Dec 06, 2011 3:19 pm
Forum: Other
Topic: LAMP server
Replies: 9
Views: 2330

Re: LAMP server

hey guys thanks for your response :-)

i installed LAMP in my ubuntu by the follwing commads >>

sudo apt-get install mysql-server
sudo apt-get install phpmyadmin
by kpkguru003
Sat Dec 03, 2011 10:09 am
Forum: Other
Topic: LAMP server
Replies: 9
Views: 2330

LAMP server

I am using ubuntu 10.04LTS version , i love ubuntu and now i am doing my college project in PHP and MySql. Can you tell me how to install LAMP server or something else to use PHP ? and tell me how to use it in a nice way ?
by kpkguru003
Sun Nov 13, 2011 7:20 am
Forum: Other
Topic: LAMP server
Replies: 3
Views: 1016

Re: LAMP server

thanks for ur reply ,
can u say say the minimum system configuration for the server maintanance, i'll try to buy ,

my site is a non-profit website its about adopting pets , its a small one so it ll be better with the server in my home ,
by kpkguru003
Fri Nov 11, 2011 1:21 pm
Forum: Other
Topic: LAMP server
Replies: 3
Views: 1016

LAMP server

im using ubuntu , im trying make a website with PHP because of its security and flexibility.

i dono about hosting , but im eager to learn can anyone help me !

can anyone teach me to host a website and keep the web server in my home , its just a small web site.