-
Gave Reputation to Gabriel9999 in Copy bulk Files in Linux
I have multiple files in a Linux systems where I want to copy them with a single cp command into a different path and directory. Should I write a bash … -
Stopped Watching Copy bulk Files in Linux
I have multiple files in a Linux systems where I want to copy them with a single cp command into a different path and directory. Should I write a bash … -
Began Watching Copy bulk Files in Linux
I have multiple files in a Linux systems where I want to copy them with a single cp command into a different path and directory. Should I write a bash … -
Replied To a Post in Lets Communicate
"If you are expert in anything NEver do it for free"(the dark knight") ;) -
Replied To a Post in how to remove this warning
well i solved my problem,i simply used the function error_reporting(0) before the session_start() and my warning disappeared.neways thanx for your concern guys :) -
Replied To a Post in how to remove this warning
its right there line no 218,@veedeoo -
Replied To a Post in how to remove this warning
<!DOCTYPE html> <html> <head> <style type="text/css"> header, section, footer, aside, nav, article, figure, figcaption { display: block;} body { color: #666666; background-color: #f9f8f6; background-position: center; font-family: Georgia, times, serif; line-height: … -
Created how to remove this warning
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at G:\xampp\htdocs\prac\picvw.php:202) in G:\xampp\htdocs\prac\picvw.php on line 220 -
Began Watching how to remove this warning
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at G:\xampp\htdocs\prac\picvw.php:202) in G:\xampp\htdocs\prac\picvw.php on line 220 -
Replied To a Post in upload many images with they label
"Sorry, you say you used my code, but I don't recognise the code you provide. Am busy today, so I won't be able to help. Anybody else?" thanx for your … -
Replied To a Post in upload many images with they label
Table structure for table `album` -- CREATE TABLE IF NOT EXISTS `album` ( `name` varchar(20) NOT NULL, `userid` varchar(50) NOT NULL, `data` date NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; Dumping … -
Began Watching upload many images with they label
I need to upload 5 images at ones with they labels I have made this before to upload many images at one it works fine but I need to have … -
Replied To a Post in upload many images with they label
well though its done to death,but the news is???this code is not storing the images (i have changed the database name from daniweb to "mydb",n insert into "mytable",n guess what,this … -
Created coppermine
i have installed coppermine successfully,but i can,t understand how to implement coppermine on my own webpage,so that my users can create their own album,upload images,delete images via my website rather … -
Began Watching coppermine
i have installed coppermine successfully,but i can,t understand how to implement coppermine on my own webpage,so that my users can create their own album,upload images,delete images via my website rather … -
Created Multiple photo upload
i am trying to do multiple photo upload but its not working,i can just upload just one image at a time here is my code.I am looking for uploading multiple … -
Began Watching Multiple photo upload
i am trying to do multiple photo upload but its not working,i can just upload just one image at a time here is my code.I am looking for uploading multiple … -
Replied To a Post in To the admin
ya ya,and really sorry for the inconvinience as i was really not able to figure what went wrong,may be your site was under construction at that time. -
Replied To a Post in logout not working
well first of all my regards 2ndly i would like to ask you that,will the implimentation of cookie affect my user registration code or database fields?because if any of my … -
Created To the admin
with all due respect i would like to inform that,2hours ago i posted a thread on php webdevelopment,but can't see that in my watch list nor in forum,can any of … -
Began Watching To the admin
with all due respect i would like to inform that,2hours ago i posted a thread on php webdevelopment,but can't see that in my watch list nor in forum,can any of … -
Created logout not working
<html> <body> <table border=3> <form action=checkpass.php method=post> <tr> <td>userid</td> <td><input type=text name=n1></td> </tr><br> <tr> <td>password</td> <td><input type=password name=n2></td> </tr><br> <tr> <td><input type=submit value=login></td><br> <td><a href=registration.html>Create new account</a></td> </tr> </form> </table> … -
Began Watching logout not working
<html> <body> <table border=3> <form action=checkpass.php method=post> <tr> <td>userid</td> <td><input type=text name=n1></td> </tr><br> <tr> <td>password</td> <td><input type=password name=n2></td> </tr><br> <tr> <td><input type=submit value=login></td><br> <td><a href=registration.html>Create new account</a></td> </tr> </form> </table> … -
Replied To a Post in introduction
so silly of me,just see i really need to know so much.Neways thanks for that information.:) -
Replied To a Post in introduction
oops in that case i want to confess that,atfirst i thought my post or those question"are you a robot,alien etc" were asked by the admins to me,so i misunderstood.anyways thanks … -
Replied To a Post in multiple shared photo album
thank you so much veedeoo for that kind concern,i have already prepared the login,registration,but now i am struck at the point where after logging in an user gets a link … -
Began Watching Create dynamic image gallery page using MySQL & PHP?
Hi i'm looking to create a dynamic website that allows me to showcase my personal picture collection. I want a table in a MySQL database that has the fields: -Image … -
Replied To a Post in Create dynamic image gallery page using MySQL & PHP?
how to use coppermine by the way??because i have downloaded many zipped codes from various websites -
Created multiple shared photo album
Can anybody tell me briefly and in details the procedure to create a system where a logged in user can create multiple photo albums and can upload images in ecah … -
Began Watching multiple shared photo album
Can anybody tell me briefly and in details the procedure to create a system where a logged in user can create multiple photo albums and can upload images in ecah … -
Replied To a Post in declaring photo sizes
okay,but the switch needs to br applied after the photo upload(i may be wrong),and suppose an user selects passport or anyother option,what should be the code inorder to view the … -
Replied To a Post in declaring photo sizes
<html> <head> <title>Uploading image to MySQL database and displaying it</title> <script src="disp.js" type="text/javascript" language="javascript"></script> <script src="ajax.js" type="text/javascript" language="javascript"></script> <link href="style.css" rel="stylesheet" type="text/css"> </head> <style type="text/css"> body{ background-color:#eeeeee; font-family:Arial, Helvetica, sans-serif; … -
Replied To a Post in change or reset password
well the basic html outine is :- Enter your Current password:-[ ] Enter new password:-[ ] Confirm New password:-[ ] [Submit] now first of all it should check for whether … -
Replied To a Post in declaring photo sizes
i went through my code again and made some adjustment,but my radio button code for different phototypes are not displaying in the selected format(passport,stamp etc). -
Began Watching change password what is wrong?
<?php session_start(); include 'connect.php'; <?php session_start(); include 'connect.php'; if(isset($_POST['submit'])) { //$username = $_POST['username']; $password = md5($_POST['currentpassword']); $newpassword = md5($_POST['newpassword']); $confirmnewpassword = md5($_POST['newpassword1']); $user_id = $_SESSION['user_id']; var_dump($user_id); $sql = "SELECT * … -
Replied To a Post in change password what is wrong?
will that script work for any html form??is there any need for some database field changes??@everyone -
Created change or reset password
trying to change password,but dunno wat adjusmnts to make on my code ?php session_start(); $dbhost = "localhost"; $dbname = "phplogin"; $dbuser = "root"; $dbpass = ""; $conn = mysql_connect ( … -
Began Watching change or reset password
trying to change password,but dunno wat adjusmnts to make on my code ?php session_start(); $dbhost = "localhost"; $dbname = "phplogin"; $dbuser = "root"; $dbpass = ""; $conn = mysql_connect ( … -
Created declaring photo sizes
with the help of daniweb i can now successfully upload photos.& again i showed up with another problem this time i want to declare different sizes for my phots(passport,stamp etc).so … -
Began Watching declaring photo sizes
with the help of daniweb i can now successfully upload photos.& again i showed up with another problem this time i want to declare different sizes for my phots(passport,stamp etc).so … -
Replied To a Post in introduction
I do understand your majesty!!everyone can get extra slack and generosity,am also a rookie,n what i get??(are you a spammer??your post has been deleted?).Sometimes try to gimme some advantage dear!! … -
Gave Reputation to mike_2000_17 in to the admin (again)
> okay so how many rep points are needed to grab a top level position of daniweb amigo?? Take the number of rep points that Ancient Dragon has, multiply that … -
Replied To a Post in to the admin (again)
hmmm..well in that case i will go for your's HEAD,rather than AD's ankles lets see if that works :) mikey.. @stuugie:-thanks for that info man!!..this forum is really getting intresting … -
Replied To a Post in introduction
okay thats good n i agree,but don't you think you are introducing yourself in MY introduction POST??? -
Replied To a Post in *One Word Game*
okay since no one is replying so lemme me end your "one word game" with one word dear!! ____FINISHED_____ -
Replied To a Post in Bad Grammar
my dear RJ what are you trying to highlight upon by that rhetoric example?? :) -
Replied To a Post in to the admin (again)
ahh!!total democracy huh!!,okay so how many rep points are needed to grab a top level position of daniweb amigo?? -
Replied To a Post in to the admin (again)
hey btw how can i earn reputation points just like you admins??@dani -
Replied To a Post in to the admin (again)
hmm i have successfully stopped those notifications,thank you queen of daniweb :) -
Replied To a Post in For ADMIN of daniweb
ya dear i meant that only,& your "watch" feature is quite helpful,& i really feel comfortable with that(p.s:-mark my query as solved) :) @dani
The End.