282 Posted Topics
Re: [QUOTE=cemoyer;1060136]I can't get any of my attempts to validate the radio button to work. If either of the buttons is clicked it works. But, if no button is clicked an the submit button is click by itself I get an error on my action page. I'm out of ideas and … | |
hello.. i did livechat script using php & mysql. in that multiusers can chat with admin. admin simultaniously gives replys to users. actually first time newuser send a msg to admin automatically new chat box appear. for that i used onload event. now new user come to chat with admin … | |
Re: [QUOTE=firefly91;1059990]When I include these 2 functions on a page I seem to get this error: [B]Warning: Cannot modify header information - headers already sent by (output started at /home/vmtgiqlm/public_html/fftest/encryption.php:43) in /home/vmtgiqlm/public_html/fftest/check_login.php on line 40[/B] I don't know why that would happen as these functions do not output any text. Anyway … | |
hello, i want to do chat script in php. actual requirement is user chat with only with admin. if admin is in online user chats directly. otherwise that chat msg will go to admin mail. at this time another user may come to chat with admin another chat box will … | |
hello, i want to display names of upcoming birthdays whose between "today" to "end of every month". how to do this | |
Re: [QUOTE=HITMANOF44th;1052507]ok i can post the script if you guys want its kinda on the large side mostly i just need to bounce some ideas off you i made a event calendar and now i am making a script to email users of the current months events i have this working … | |
hello, i want to build a internal mailing system in website. only registered users can send mails to each other. i have taken "compose mail","inbox","sent items","trash". i want to create database now. can you please tell me cloumn names for this | |
hello.. i want to write code for refresh only division part which is in page. why because i am fetching images from database randomly. when we refresh the page the image change randomly. so.....i want to do refresh only division part every 1min. how to do? ![]() | |
Re: [QUOTE=mundetas;1053218]Can someone please help:(. I have a database with a field Date. I made the datatype to Date. But when I code the date in php I use the date() function to get the current date it dones want to insert in the database. Please help. For example my code. … | |
hello friends .. i want to do one task. i want some one elp. i am new to php. when ever i check the checkbox amount will add in 'total' textbox. i am displaying table below. [CODE] <form name="form" action="" method="post" > <table align="center"> <tr> <td> </td> </tr> <tr> <td> </td> </tr> … | |
Re: [QUOTE=rajabhaskar525;1053113]hi all, still i dont get the coorect answer [CODE]if(($filetype1=='image/gif') || ($filetype1=='image/GIF')) { $bgim_old = imagecreatefromgif($bgim_file_name); } else if(($filetype1=='image/pjpeg') || ($filetype1=='image/jpeg') ||($filetype1=='image/PJPEG') || ($filetype1=='image/JPEG')) { $bgim_old = imagecreatefromjpeg($bgim_file_name); } else if(($filetype1=='image/png') || ($filetype1=='image/x-png') ||($filetype1=='image/PNG') || ($filetype1=='image/X-PNG')) { $bgim_old = imagecreatefrompng($bgim_file_name); // echo $filetype1;exit; } else if(($filetype1 == "image/bmp") || ($filetype1 … | |
hello, is it possible to delete waste images from folder using php. for suppose user uploaded images....after his account expires his account will be deletes by admin. at the same how to delete his photos from folder. | |
Re: also write like this.if youwant to redirect only to another page write like this. in the first page: [CODE] <form name="formx" action="nextpage.php" method="post" enctype="multipart/form-data"> <table> <tr> <td> <input name="image" type="image"> <input type="submit" name="submit" value="submit"> </td> </tr> </table> </form> [/CODE] and in next page at the top of the page mention … | |
hello, i want to do a new task. but it is new to me. any body help plz... i want to send registration form through email to users. then user fill that registration form. i wrote javascript in mail body but in that javascript not working. below is my 'mail … | |
hi, i am doing mailing concept in php. In this admin side admin send mails to users with attached files. but i wrote normal code for email without attachments. how to write code for attachfiles. | |
hi, i heared at some where.....using .js files in our script webpage disturbs a lot....i mean webpage loads slowly...is it write or wrong? | |
[CODE] <?php ob_start(); extract($_REQUEST); extract($_POST); session_start(); $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } $db=mysql_select_db('murali',$con); $message = ''; $error = array(); $select=mysql_query("select * from registration where username='$_REQUEST[username]'"); $taken_usernames=mysql_fetch_array($select); // main submit logic if (@$_REQUEST['action'] == 'register') { $resp = check_username($_REQUEST['username']); if ($resp['ok']) { $message = … | |
hai, i want to select only parent checkbox. then automatically check all child checkboxes. i mean checkall checkboxes at once. using javascript[CODE] <SCRIPT LANGUAGE = "JavaScript"> <!-- function modify_boxes(to_be_checked,total_boxes){ for ( i=0 ; i < total_boxes ; i++ ){ if (to_be_checked){ document.forms[0].chkboxarray[i].checked=true; } else{ document.forms[0].chkboxarray[i].checked=false; } } } --> </SCRIPT> … | |
my requirement is textarea have 3 keywords. no need to count letters per line. but each keyword separated by commas. forexample: abc is one keyword, defgh is another keyword, kalpana is another keyword. so we are entering like this abc,defgh,kalpana into textarea . there is no need to count no.of … | |
hi to all. i have two radio buttons with one name. and also have one text area box. Depending on first radio button is chosen It will allow 2 entries(Enter key words Separate by comers) per line, and at the same second radio button chosen it will allow 4 entries(Enter … | |
we have two radio buttons with same name. when we check radiobutton no.of imagefile boxes appear. for example i have two radio buttons. if i check 1 radio button appear 5 image upload fields. now selects another radio button selects then appear only 10 image upload field. anybody help. ![]() | |
Re: [QUOTE=pankaj_sengar;1039110]how can we upload file using php?[/QUOTE] [CODE]$img_name=$_FILES["pimage"]["name"]; $randomizer = rand(0000, 9999); $file_name = $randomizer.$img_name; move_uploaded_file($_FILES["pimage"]["tmp_name"], "productimage/" . $file_name); [/CODE] pimage means your field name. productimage means your directoryname to store images | |
i have to crop images. but i have code to crop images. but .png files are not cropping that code. i have to crop .png image files. plz any one help me. | |
hello... i want to do "images and text" which is in database...that content fetch in user's side....but sliding problem occuring...for example i have 5 images and 5 descriptions is der..so i want to show image[1],description[1] after some milliseconds image[2],description[2] .....etc like this...but all images are displaying once..that is my problem.. … | |
hello.... i want to do the validations in registration form. but my validation is when the user enters the value in textbox that value automatically cheks that value is already in database or not. for example..........username textbox is there..now i am entering value first three letter "kal" then comes beside … | |
Re: [QUOTE=bingot;1022784]hi there . im new here and also in developing a site using php. if could anyone give me an idea for for adding a textarea after a others value was selected on select(dropdown) ohh i can explain it clear. ok im just gonna give a sample [url]http://ph.jobstreet.com/myjobstreet/registration.htm[/url] when you … | |
hi frnds.....when ever i select some lines that lines will automatically copy with out using 'ctrl+c'. so how to do? | |
hai frnds......how can i sent mail to multiple mailaddresses at a time? you have any script abt this.. so, plz help me..... | |
hai friends, i want to code for send a short msg(sms) to my clients mobile phones through my website. anybody help me | |
hello... i want to do "images and text" which is in database...that content fetch in user's side....but sliding problem occuring...for example i have 5 images and 5 descriptions is der..so i want to show image[1],description[1] after some milliseconds image[2],description[2] .....etc like this...but all images are displaying once..that is my problem.. … | |
i want to upload and crop five images at a time in php. i wrote code 5times for upload,and 5 times for croping. so...there is any possible to using an arrays and using anyway i want to short my code....plz help me.. ![]() |
The End.