- Upvotes Received
- 6
- Posts with Upvotes
- 6
- Upvoting Members
- 2
- Downvotes Received
- 5
- Posts with Downvotes
- 3
- Downvoting Members
- 4
Devil in Disguise
29 Posted Topics
Re: okay after going through every post i came to this conclusion.Is it necessary that anybody who is inquisitive about something should open the english grammer book first then ask,say or narrate anything?i mean there are many countries in the world where english is not so popular though "english" is the … | |
| |
i would like to introduce a game where people can communicate with eachother.All of you have to post a dialogue from any of the most popular movie.each of us have to communicate in relevanve to the previous dialogue:- for eg:- 1)This is madness(from the movie 300) the next post should … | |
Re: i think the admins dint like your mail-id :D just kidding,during the registration process an option comes "do you want email notifications from daniweb?" i think u missed that. | |
lets start a debate.just to enlighten our views on every problem of today's world.hope it can help us grow intellectual thoughts among us.... anyone can come up with the 1st topic to debate...so daniweb GEEKS lets take it head on\m/lets see whose topic will be chosen to debate on. | |
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 ![]() | |
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 image using multiple file input type and a single submit button. <html> <body> <form action="imgupsuc.php" method="post" enctype="multipart/form-data"> <?php @$nm=$_POST['n1']; ?> … | |
Re: 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 code is not even showing successful upload. | |
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 than coppermine,i want my website to have all the features of coppermine such as album creation,uploading images in respective albums,delete … | |
<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> </body> </html> //checkpass.php <?php session_start(); include "connect.php"; ?> <?php $userid=$_POST['username']; $password=$_POST['password']; $q="select * from cust_details where userid='".$userid."' and password='".$password."'"; $s=mysql_query($q); … | |
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 the admins have any idea what happened to that?? | |
Re: how to use coppermine by the way??because i have downloaded many zipped codes from various websites | |
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 of them.just like we do in any social networking sites. preferably:-if an user is logged in then he will be … | |
hie my name is mike danvers,new and a novice,when i have registered for daniweb i just had 3 things in mind "help help n help" but the more i m interacting with community members the more friendly environment i get here.In just 1 week am feeling like as if its … | |
Re: though i dnt know much but on line 7 instead of $table i would suggest you to try the "table name" as it is in you mysql database.n use the datatype as "blob" for storing.it worked for me. | |
Re: i agree with dragon,"computer needs some language to communicate with any otha application"though the global language of computer is binary 1 & 0 :P | |
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 that when ever a customer selects photo type using radio button he can see his selected image in that format. … | |
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 ( $dbhost, $dbuser, $dbpass)or die("Could not connect: ".mysql_error()); mysql_select_db($dbname, $conn) or die(mysql_error()); @$username = $_POST['username']; @$password = $_POST['password']; mysql_query("UPDATE mysql.user SET … | |
Re: will that script work for any html form??is there any need for some database field changes??@everyone | |
i don't want any of my daniweb notifications to be notified to my email address since i can keep track on them via Watched articles.so what i have to do??or would it be possible for you to stop my email notifications?? | |
This is a suggestion to the admin as an user of daniweb to introduce a live chat option,so that the users dnt have to kip on refreshing and waiting for the solution of their query. looking foroward 2wards some positive action from the admin towards the subject matter. with regards … | |
Re: 1)the dark knight 2)pandorum 3)insomnia 4)prestige 5)from hell 6)cleopatra 7)inglorious bastards 8)a wednesday(indian) 9)rang de basanti 10)a walk to remember | |
Re: If any of you is expert in anything...never do it for free :D | |
my table structure is id|passport|stamp|postcard|poster|greetings|collage| 1|2 |3 |4 | 2|7| 6 | ................like this.. i want to show ma users the most recent entry....i am successfully able to show the entries but..my php script is showing all the earlier and recent records..i want to show just the last record inserted. … ![]() | |
hi!!m doing my college project on "online digital photo printing"where a customer can upload,edit and order photos at home the problem i am facing is:-i want to provide my users a "price list of photo type(passport size=rs XXX,stampsize=rs YYY)" and these prices should be entered by "admin"in a form..that gets … ![]() | |
hi..i want my customers/users to upload as many jpg pic they want into their individual album..and can make i choice(like what kind of photos(stamp size,poster,collage etc)they want of a particular photo and also there should be the no. of quantities they want...n after submitting those data they total sum should … |
The End.